/*
THEME NAME: Ilka Helmig Theme for WP 2.7+
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists. Just for WordPress 2.7.
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> Edit by <a href="http://www.tobias-battenberg.de/">Tobias Battenberg</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*@import url('examples/1c-b.css');*/

@import url('reset.css');


html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}
			
html{
	overflow: -moz-scrollbars-vertical;
}



*{
	padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:16px;
	background:#fff;
	text-align:left;
}

p {
  margin: 0;
  padding: 1em 0;
  line-height: 1.5em;
}

h1 {
	font-weight:normal;	
}


/* CUFON FONT STYLES */

#blogtitle_thin, #blogtitle_medium {
	font-size:41px;	
}

#navigation_title {
	font-size:13px;	
}

#subnavigation_title {
	text-transform:uppercase;
	font-size:12px;	
	line-height:16px;
	color:#000;
	margin-left:-1px;
}


/* LINKS */

a:link {
	color:#000;
	border-bottom: 0px solid;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color:#000;
	border-bottom: 0px solid;
	text-decoration: none;
	font-weight:normal;
}

a:hover, a:active {
	color:#000;	
	border-bottom: 1px solid;
	text-decoration: none;
}

a.ohne:link, a.ohne:visited, a.ohne:hover, a.ohne:active {
	color:#000;
	border:0;
	text-decoration:none;
}


a.navigation:link, a.navigation:visited{
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1px #fff solid;
}

div#subnavigation a.navigation:link, div#subnavigation a.navigation:visited{
	color:#000;
}

a.navigation:hover{
	text-decoration:none;
	border-bottom: 1px #000 solid;
}

#navigation #active {
	text-decoration:none;
	border-bottom: 1px #000 solid;	
}

#subnavigation_title .navigation {
	padding-bottom:1px;
}

#subnavigation #active {
	text-decoration:none;
	border-bottom: 1px #000 solid;	
}


/* CONTAINER */

div#wrapper {
	width:1024px;
	margin:0 auto;
	background-color:#fff;
}



div#header {
	text-align:left;
	margin-left:75px;
	padding-top:78px;
	width:894px;
}

div#navigation {
	width:894px;
	padding-top:7px;
	padding-bottom:7px;
}

div#subnavigation {
	height:65px;
	width:894px;
	margin-top:6px;
}

div#primary {
clear:both;
}

div#footer, div#sidebar {
clear:left;
width:100%;
display:none;
}


div#pagination {
	width:894px;
	padding-top:0px;
	height:20px;
}


div#container {
	margin-left:75px;
	width:894px;
}

div#content #page { 
	margin-top:10px;
	width:894px;
}

div#nav-below {
	padding:0;
	margin:0;
	height:15px;
}

/* STYLES */

div#kurzer_strich {
	margin-top:8px;
	width:6px;
	border-bottom:1px solid;	
	height:1px;
}

div#langer_strich {
	margin-top:15px;
	width:895px;
	border-bottom:4px solid;
	margin-left:-1px;
}

div#linie {
    border-bottom: 1px dotted #000;
	margin-left:-1px;
}
div#linie hr {
    display:none;
}

.post {
	margin-top:10px;	
}

div#counter {
	margin-left:-25px; 
	font-weight:normal; 
	font-size:10px;	
	position:absolute;
	height:10px;
}

div#wrapper{
	position:relative;	
}

div#stoerer {
	z-index:100;
	width:146px;
	height:146px;
	top:30px;
	left:520px;
	position:absolute;
	
}

div#stoerer a:link, div#stoerer a:visited, div#stoerer a:hover {
	border:0px;
	text-transform:none;
	text-decoration:none;
}