@charset "UTF-8";
/* CSS Document */

p {
	margin: 0;
}

img {
	border:0;
}

body  {
	font-size:90%;
	font-family:arial,verdana,helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#C3C2C2;
}

#container {
	position:absolute; top:50%; left:50%;
	width:910px;
	margin-left:-455px;
	margin-top:-220px;
}

#container_gruen {
	width:870px;
	height:383px;
	border:20px solid #BED600;
	padding:0;	
	text-align: left;
	background-color:#FFFFFF;
}


#layouttabelle {
/*	width: 870px;
	height: 383px;
*/	border:0;
	padding:0;	
	text-align: left;
}

#layouttabelle td {
	vertical-align:top;
}

#logo {
	height:60px;
	padding: 18px 0px 5px 20px;
}

#lauftext {
	width: 399px;
	height: 233px;
	padding: 0 0 0 33px;
	color: #848484;
	line-height:140%;
}

#lauftext table {
	width: 399px;
	height: 233px;
	border:0;
	padding:0;	
	text-align: left;
}

#wn	{ 
	position:relative;
	width:370px;
	height:233px; 
	overflow:hidden;
	float:left;	
}

#scrollLinks {
	padding: 200px 0 0 5px;
}

#navigation {
	height: 30px;
	padding: 10px 20px 5px 33px;
	margin-bottom:20px;
	font-size: 170%;
	border-bottom: 2px solid #C3C2C2;
}

#bild {
	width: 398px; /* das hintergrundbild hat 418 * 343 px; zu den 398px width kommen noch 20px padding; zu den 318px height noch 25px padding; */
	height: 318px;
	margin: 20px 20px 20px 0;
	padding: 25px 0px 0px 20px;
	border:0;
}

#bild p { margin: 5px; }


#fusszeile {
	width:900px;
	margin: 10px 0 0 0;
	text-align:right;
	padding:0;
}

#navigation a { text-decoration:none; }
#navigation a:link		{ color:#C3C2C2; }
#navigation a:visited	{ color:#C3C2C2; }
#navigation a:focus		{ color:#BED600; }
#navigation a:hover		{ color:#BED600; }
#navigation a:active	{ color:#BED600; }

#lauftext a { text-decoration:none; }
#lauftext a:link	{ color:#C3C2C2; }
#lauftext a:visited	{ color:#C3C2C2; }
#lauftext a:focus	{ color:#BED600; }
#lauftext a:hover	{ color:#BED600; }
#lauftext a:active	{ color:#BED600; }

a { text-decoration:none; }
a:link		{ color:black; }
a:visited	{ color:black; }
a:focus		{ color:#666666; }
a:hover		{ color:#666666; }
a:active	{ color:#666666; }


.gruen { color:#BED600; }
.hellgrau { color:#C3C2C2; }
.dunkelgrau { color:#666666; }
