body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 628px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	width: 628px;
	background: #ffffff; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#inhalt {
	float: left;
	width: 593px;
	background: #ffffff;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;	
	text-align:justify;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background:#daeaf3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom: 1px solid #000000;
}

img {    
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px solid #000000;
}

div#sLeft	{
	float: left;
	width: 290px;
	background: #ffffff;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	text-align:justify;
	margin-right:10px;
}

div#sRight	{
	margin-left:300px;
	background: #ffffff;	
	padding-top: 00px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	text-align:justify;
}

div#Team {
	height: 220px;
	width: 578px;
	background: #e5e5e5;
	padding: 5px;
	margin: 5px;
	margin-top: 10px;
	border: 1px solid;
	border-color:#dfdfdf;
	
}

img.floatRight { 
    float: right; 
	padding-right: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	
}

img.floatLeft { 
    float: left; 
	padding-right: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
}

.p	{
	padding-right: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
ul	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
	}	

H1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:0px
	}

H2	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:0px
	}
	
H3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px
	}
	
HR	{
	border: 0;
  	
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 2px;
	}


