
body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:14px verdana, arial, helvetica, sans-serif; 
	color:black; 	 
	background-color:#eee;
	} 
 

#bogen {
	margin-top:30px;
	}
#logo {
	float:left;
	position:relative;
	margin-top:-175px;
	padding:15px
}

#logo img {border:0;}

#headline {
	width:800px;
	float:left;
	position:relative;
	margin-top:-50px;
	margin-bottom:50px;
	text-align:center;

}

#Content {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to \"auto\" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0px 0px 0px 0px;
	border:1px dashed rgb(0,126,197);
	background-color:white;
	}


.clear {
	clear:both;
	}

#text {
	margin-top:40px;
	position:relative;
	width:700px;
	margin:0px auto; /* Right and left margin widths set to \"auto\" */
	padding-left:30px;
	padding-right:30px;
	/*border:1px dashed #333;*/
	/*background-color:#eee;*/
	clear:both;
	}

h1 { 
	color:rgb(0,126,197);
	font:1.4em/1; 
	font-weight:900; 
	} 

h2 { 
	color:rgb(0,126,197);
	font:1.2em/1;
	font-weight:700; 
	margin:0.2em 0 .25em; 
	} 
	 
p { 
	line-height:1.2; 
	margin:0 0 0.5em; 
	} 

.small {
	font-size:0.9em; 
	}
 
#text a { 
	color:black; 
	text-decoration:none; 
	font-weight:600; 
	} 

#text a:link {
	color:rgb(0,126,197);
	Text-decoration:underline;
} 
#text a:visited {	
	color:rgb(0,126,197);
} 
#text a:hover {
	color:rgb(0,126,197);
	background-color:white;
} 
