/*  
Print
*/

/* Elemente */

body{
	background:#fff;
	font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}

*{
	margin:0px;
	padding:0px;
}

a{
	color:#000;
}


strong,b{}
em,i{}

p{
	line-height:1.4em;
	font-size:1em;
	margin:1em 0em 1em 0em;
}

h1,h2,h3,h4,h5,h6{
	color:#000;
	font-family:"Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight:bold;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited{
background:transparent;
padding-right:0px;
}

h1{
	margin:10px 0px;
	font-size:1.4em;
}

h1 a,
h1 a:hover{
	color:#000;
}



h2{
	font-size:1.8em;
}

h3{
	font-size:1.3em;
}

h4,h5,h6{
	font-size:1em;
}

h5,h6{
	font-weight:normal;
}

h5{
	font-style:italic;
}


img{
border:0px;
}

ul,ol,dl{
	padding-left:2em;
	line-height:1.5em;
	margin:1.5em 0em;
}

ul{}
ul li{}
ol{}
ol li{}
dl{}
dt{}
dd{}
form{}
input{}
select{}
textarea{}
blockquote{}
cite{}

/* Klassen */

.left{
	float:left;
}

.right{
	float:right;
}

.hidden{
	display:none;
}

img.left{
	margin:10px 10px 10px 0px;
}

img.right{
	margin:10px 0px 10px 10px;
}

/* Layout */

#navigation{
	font-size:1.4em;
	background:#fff;
}

#navigation .innen{
	overflow:hidden;
}

#navigation ul{
	display:none;
}



#banner{
	display:none;
}

#wrapper{
	background:#fff;
	overflow:hidden;
}

#boxen{
	display:none;
}


#rss p{
	display:none;
}



.infolink{
	display:none;
}

#main,
#main_single{
	clear:both;
	font-size:1.4em;
	padding:10px;
}

#main_single{

}

#sidebar,
#sidebar_single{
	display:none;
}



#footer{
background:#fff;
padding:20px 0px;
}

#footer div{

overflow:hidden;
}

#footer p{
text-align:center;
}


#moredata{
display:none;
}


#footer p{
	clear:both;
}



/* Artikelnavigation */
.pagenav{
display:none;
}


/* Suche */

#searchform{
	display:none;
}



/* Beitraege */
.post{
	clear:both;
	margin-bottom:2em;
	border-bottom:1px solid #000;
}

.post h2{
font-size:1.6em;
font-weight:normal;
border-bottom:1px solid #000;
}

.post h2 a{
text-decoration:none;
}

.postinfo{
font-weight:bold;
margin:0.3em 0em;

}

.post.small{
margin:0px;
border:0px;
}

.post.small h3{
margin-top:1em;
border-bottom:1px solid #000;
}

.post.small h3 a{
display:block;
text-decoration:none;


}

.entry.more{
border-bottom:1px solid #000;
margin-bottom:2em;
}

/* Kommentare */
.commentlist{
clear:both;
padding:0px;
list-style-type:none;
}

.commentlist a,
.commentlist a:hover{
	color:#000;
}

.commentlist li{
font-size:0.9em;
overflow:hidden;
background:#ddd;
padding:10px;
border-bottom:1px solid #000;
}

.commentlist .metadata{}

.commentlist .metadata cite{
display:block;
font-style:normal;
font-weight:bold;
}

img.gravatar{
display:none;
}

.not_approved{
font-size:0.9em;
float:right;
width:200px;
padding:5px;
padding-right:15px;
background:#fef1ba url(img/error.png) 95% 50%  no-repeat;
border:1px solid #b6623d;
margin:10px 0px 10px 10px;
}

.alt .not_approved{
background:#f6bd5e url(img/error.png) 95% 50%  no-repeat;
}

#commentform{
	display:none;
}
