html, body {
	margin:		0;
	padding:	0;
	height:		100%; 
	font-size:12px;
	color:#000000;
	font-family:Arial;
	line-height:1.6em;
}
html>body {
	height:		auto;
	min-height:	500px;
	min-width:	700px;
	font-family:Arial;
	font-size:12px;
	line-height:1.6em;
}

body a:link, body a:active, body a:visited {
	color:#6a6c83;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

.input {
	border:1px solid #000;
	font-size:11px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.aktiv {
	border:1px solid #142f94;
	font-size:11px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.submit {
 border-width:3px;
 border-style:double;
 border-color:#c4cccc;
 background-image:url(images/back_button.gif);
 font-family:Arial;
 font-size:11px;
 font-weight:normal;
}

#gesamt {
	background:Url(images/backmitte.gif); 
	width:957px;
	position:	absolute;
	left:		50%;
	top:		0px;
	/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
	margin-left:	-479px; /* == halbe Breite.     */
	z-index:0;
}



#menue {
	display:block;
	width:160px;
	position:	absolute;
	left:		50%;
	top:160px;
	margin-left:-390px;
	line-height:1.1em;
	z-index:4000;
}

#inhalt {
	display:block;
	width:600px;
	position:relative;
	top:10px;
	left:280px;
	line-height:1.6em;
	overflow:auto;
}
#header {
	display:block;
	width:819px;
	height:152px;
	position:relative;
	top:0px;
	left:69px;
	line-height:1.6em;
	background:Url(images/header.jpg);
}
#titel {
	display:block;
	width:480px;
	height:30px;
	position:relative;
	top:10px;
	left:270px;
	line-height:1.6em;
}

#leiste {
	width:957px;
	height:105px;
	position:	relative;
	display:block;
	left:0px;
	top:20px;
	z-index:0;
	text-align:center;
	color:#6a6c83;
	font-size:11px;
	background:Url(images/backunten.gif);
	padding-top:20px;
}

a#jung {
 display:block;
 background-image:url(images/jung.gif);
 width:160px; 
 height:23px;
}

a#jung:hover, a#jung:active { 
 background-image:url(images/jung.gif); 
}

a#jung_on{ 
 display:block;
 background-image:url(images/jung.gif);
 width:160px; 
 height:23; 
}

a#start {
 display:block;
 background-image:url(images/start.gif);
 width:160px; 
 height:23px;
}

a#start:hover, a#start:active { 
 background-image:url(images/start.gif); 
}

a#start_on{ 
 display:block;
 background-image:url(images/start.gif);
 width:160px; 
 height:23; 
}

a#engagiert {
 display:block;
 background-image:url(images/engagiert.gif);
 width:160px; 
 height:23px;
}

a#engagiert:hover, a#engagiert:active { 
 background-image:url(images/engagiert.gif); 
}

a#engagiert_on{ 
 display:block;
 background-image:url(images/engagiert.gif);
 width:160px; 
 height:23; 
}

a#politisch {
 display:block;
 background-image:url(images/politisch.gif);
 width:160px; 
 height:23px;
}

a#politisch:hover, a#politisch:active { 
 background-image:url(images/politisch.gif); 
}

a#politisch_on{ 
 display:block;
 background-image:url(images/politisch.gif);
 width:160px; 
 height:23; 
}

a#links {
 display:block;
 background-image:url(images/links.gif);
 width:160px; 
 height:23px;
}

a#links:hover, a#links:active { 
 background-image:url(images/links.gif); 
}

a#links_on{ 
 display:block;
 background-image:url(images/links.gif);
 width:160px; 
 height:23; 
}

