body{
	font: 10pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 5%;
	color:#000;
}




/* =Links
----------------------------------------------- */
* {outline:none;}
a {text-decoration:none; }
#content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}
#content a[href^="/"]:after {content: " (http://haushueter.org" attr(href) ") ";}
 
#content a {text-decoration:underline;}
a:link, a:visited{ color: #890000; background-color:inherit;}
a:hover, a:active{color: #004C00; background-color:inherit; }
img {border:none;}



/* =Seitenstruktur
----------------------------------------------- */
#content{
	float: none;
}
#main{float: none;}
#subcol{page-break-inside:avoid;float: none;}

#xtra{float: none;}
#logo{}
#subnavigation, #logout, #navigation, ul#subnav {display:none;}


/* =Elements
----------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family:Georgia, serif;
	color:#000;
	margin:0;
	padding:0;
	background-color:inherit;
}
h2 {font-size:1.4em;font-weight:normal; line-height:1.4em;}
h1, #home h2{
	border-bottom:1px dotted #093;
	font-size:1.7em;
	padding-bottom: .1em;
	margin-bottom:.7em;
	font-weight:normal;
}
#home h2 {
	line-height:normal;
}
h3,h4,h5{font-size:1.2em;line-height:1.2em;}
p{margin:0; padding: 0 0 1em 0}



/* =Footer
----------------------------------------------- */
#footer{
	color: #999;
	font-size: 90%;
	background: #fff;
}
#footer p{ padding: 60px 15px 30px;}