
body,table,th,td,p,a,li,form,pre,img,div,hr,fieldset,h1,h2,h3,h4,h5,h6 {
 border: 0;
 margin: 0;
 padding:0;
}

textarea,input { margin:0; padding:0; }
ul,ol { margin:0; }



body {
  background:white;
	color:black;
	font:75% Verdana, sans-serif;
  line-height:1.5em;
  overflow-y:auto;
}
html>body { font-size:12px; }
/* standard font size auf 12px und line height auf 18px */



a:link    { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }


p { padding-bottom:1.5em; }
.small { font-size:0.8333em; line-height:1.8em; }  /* 10px */


h1 { font-size:1.5em;    line-height:1em;      padding:1em 0;     font-weight:600; }  /* 18px */
h2 { font-size:1.333em;  line-height:1.125em;  padding:1.125em 0; font-weight:600; }  /* 16px */
h3 { font-size:1.1667em; line-height:1.2857em; padding:1.2857em 0; font-weight:600; }  /* 14px */
h4 { font-size:1.1667em; line-height:1.2857em; padding:1.2857em 0; }  /* 14px */
h5 { font-size:1em; line-height:1em; }




#menu    { display:none; }
#content { width:500px; }
#column  { display:none; }
#headerpic { display:none; }
#footer  { display:none; }





#content h1           { padding:0; line-height:1.5em; border-bottom:2px dotted #999999; }
#content h1 a         { text-decoration:none; }
#content h1 a:link    { color:#FFCC00; }
#content h1 a:visited { color:#FFCC00; }
#content h1 a:focus   { color:#3399CC; }
#content h1 a:hover   { color:#3399CC; }
#content h1 a:active  { color:#3399CC; }


#content h4           { padding:0; line-height:1.5em; border-bottom:2px dotted #999999; }


#content div.cats { float:right; color:#999999; }
#content .cats ul { display:inline; list-style:none; }
#content .cats li { display:inline; }

#content .cats a         { text-decoration:none; }
#content .cats a:link    { color:#999999; }
#content .cats a:visited { color:#999999; }
#content .cats a:hover   { color:#3399CC; }
#content .cats a:active  { color:#3399CC; }
#content .cats a:focus   { color:#3399CC; }

#content div.commentform input[type="text"] { background:white; border:1px solid #6699CC; width:220px; margin-right:5px; padding:2px; }
#content div.commentform textarea { width:100%; }
#content span.allowedtags { color:#666666; }














blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}



