/* CSS Document fuer die Startseite Vings */* {	margin: 0px;	padding: 0px;}html, body{height:100%;}body{	font-family: Arial,sans-serif; 	color: #0e2b89;	line-height: 20px;		text-align: center;	background-color: #e6e6fa;	background-image:url(../images/white.gif);	background-repeat:repeat-x;	}  /***********************************************//* Layout Divs                                 *//***********************************************/#zentriert {	width:760px;	margin:0 auto;	text-align:left;	background-color:#fff;	/*min-height: 42em;*/}#kopf{	height:123px;	padding: 0.1em 0 0 0;	width: 760px;	background: url(../images/header.jpg) no-repeat right bottom;	vertical-align:0 0 0 0;	margin-top:0em;}#hagen{margin-top:8px;margin-left:335px;margin-bottom:7px;}#vings{margin-top:8px;margin-bottom:7px;}img {	border:0;}#content {	width:354px;	float:left;	color: #0e2b98;	background-color: #fff;	padding: 10px 10px 10px 10px;}#contentrechts {	width:354px;	/*margin-left:345px;*/	color: #0e2b98;	float:left;	background-color: #fff;	padding:10px 10px 10px 10px;}h1, h2, h3, h4 {	font-family: Arial,sans-serif;	padding-left: 5px;	}div#content h1 {	font-size: 0.8em;	color:#98c81e;	text-transform:uppercase;	letter-spacing:2px;	font-weight:bold;	}div#contentrechts h1 {	font-size: 0.8em;	color:#98c81e;	text-transform:uppercase;	letter-spacing:2px;	font-weight:bold;}div#content h2{font-size:0.8em;	line-height: 1.2em;	margin: 15px 15px 0 0;	padding-bottom:2px;	color: #0e2b98;	margin-right:15px;}div#content h3, h4{font-size:0.8em;	margin: 8px 0 -10px 0;}a:link, a:visited {	color: #98c81e;	text-decoration:none;}a:hover{color:#121b75;text-decoration: none;}#content p{   	margin-bottom: 6px;	margin-top:0px;	padding-left: 20px;	padding-right: 10px;	font-size: 0.8em;	}		#contentrechts p{	margin-top:0px;    margin-bottom: 6px;	padding-left: 20px;	padding-right: 10px;	font-size: 0.8em;	}	/************* #siteInfo styles in der Fusszeile***************/#siteInfo{	clear: both;	font-size: 75%;	padding:2px 10px;	width:740px;	white-space:nowrap;	padding-top:2px;	border-top: 5px solid #99cc00;	background-color:#e6e6fa;}#siteInfo a:link, #siteInfo a:visited{    color: #0e2b89;	text-decoration: none	}	#siteInfo a:hover {    color: #99cc00;	text-decoration: underline	}	#zentriert > #siteInfo {	position:relative;}#bild{margin-top: 10px;margin-bottom:8px;}
