/* RESET */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}body {	line-height: 1;}
a:link, a:visited, a:hover, a:active {color: #000; text-decoration: underline;}
img { border: none; }
html,body {height:100%}
body { 
	padding-top: 10px;
  color: #222;
  background: #bcdd60;
  font-size: 12px;
  font-family: Arial;
  margin: 0 auto;
  text-align: left;
  }

span.fogdoktor{font-size: 18px; padding-right: 10px; text-transform: uppercase; }
  
#wrap{
width:900px;
margin: 0 auto;
}
	#header{
	width: 900px;
	height: 467px;
	background: #000 url('images/header.gif') top left no-repeat;
	}
		#title{
		float: right;
		text-align: right;
		padding: 10px 20px 0 0;
		}
		#title h1{font-size: 24px; font-weight: bold; text-transform: uppercase; color: #383;}
		#title h2{font-size: 16px; color: #141; }

		img.headerimg{
		float: left; margin-top: 10px;
		}
#content{
background-color: #fff;
width: 850px;
padding: 5px;
margin: 0 auto;
line-height: 17px;
color: #000;
}
#sidebar{
float: left; 
width: 175px; 
min-height: 300px;
padding: 20px 10px 10px 10px; 
background-color: #C9E0A8;
color: #030;
font-weight: bold;
}
#sidebar a,#sidebar a:link, #sidebar a:visited, #sidebar a:active { text-decoration: none; display: block; padding: 2px 5px 2px 5px; margin-bottom: 5px; background-color: #efd; color: #040;}

#sidebar a:hover {background-color: #ffe; color: #000;}

#sidebar small { font-weight: normal; font-size:11px;}
#sidebar span {font-size: 14px;}
#main{
float: left; 
width: 600px; 
padding-left: 15px;
padding-top: 20px;
text-align: justify;
}

#main h2{ font-size: 16px; padding: 2px 2px 2px 15px; color: #040; background-color: #C9E0A8;}

.box{float:left; width: 260px; padding: 10px; text-align: center;}
#main img {float: left; padding: 5px 20px 10px 0;}

#footer{width: 850px; height: 20px; padding: 15px 5px 0 5px; margin: 0 auto; color: #040; font-size: 10px; background-color: #C9E0A8; text-align: center;}
#footer a, #footer a:hover {text-decoration: none; color: #040;}
p {padding: 5px 0 5px 0;}
#main p{padding-bottom: 20px;}

table td, th {padding: 5px 20px 5px 20px; margin: 5px; background-color: #bcdd60;}
table th {background-color: #222; color: #ffe;}
