@charset "UTF-8";

body {
	background: #e3e3e3 url("../images/verlauf.jpg") fixed bottom repeat-x;
	font: 10px/140% Arial, Helvetica, sans-serif;  
	padding:0; 
	margin:0;
	}
	
/* Struktur */
#header		{ position:absolute; left:50%; margin-left:-48em; width:88em; height:11.5em; padding-left:8em; padding-top:1em; background-color:#FFF; }
#startbild	{ position:absolute; right:50%; margin-right:-48em; width:42em; height:27.5em; }
#wrap1		{ position:absolute; left:50%; margin-left:-48em; margin-top:12.5em; width:96em; }
#wrap2		{ position:absolute; left:50%; margin-left:-48em; margin-top:12.5em; width:72em; height:auto; background-color:#fff; float:left;}


#links		{ width:16em; padding-left: 8em; float:left;}
#mitte		{ width:44em; height:auto; background: url("../images/verlauf_content.jpg")  repeat-x; padding:2em; float:left; }
#rechts		{ position:absolute; right:50%; margin-right:-48em; width:20em; top: 27.5em; padding:2em; float:left; background-color:#FFF; }
#footer		{ float:left; width:70em; height:2em; padding-left:2em; padding-top:0.7em; padding-bottom:1em; background-color:#c4d66c;}

.alignleft 	{ width:260px; height:170; padding-right: 25px; float:left;  }
.alignright { width:190px; height:170; padding-left: 25px; float:right;  }


/* typo header */
#header p 	{ font-size: 1.2em; margin:0; }
#header p a	{ color: #999;  }

#header h1   { font-family:"Times New Roman", Times, serif; font-size: 3.6em; font-weight: normal; font-style: normal; letter-spacing:0.02em; margin:10px 0 0 0; }
#header h1 a  { color: #000; }
#header h1 a:hover  { color: #666; text-decoration: none; }


#header h2 			{ font-size: 1.8em; margin:0 0 0 3.8em; text-decoration:none; font-style: italic; }
#header h2 a  		{ color: #8ba70a; }
#header h2 a:hover  { 	color: #999; text-decoration: underline; }

#header a  { text-decoration:none; }
#header a:hover  { 	color: #8ba70a; text-decoration: underline; }
/* end typo header */

/* Text*/
#links li 	{ font-size:1.3em; line-height:2.2em; margin:0 0 0 1em; text-indent:-1em; list-style-position:inside; list-style-image:url("../images/navi.gif"); }
#links li a	{ color: #999; text-decoration: none; }
#links li a:hover { color: #a4b70a; list-style-image:url("../images/navi.gif"); }
	
h1   {
	font-family:"Times New Roman", Times, serif;
	color: #000;
	font-size: 2.4em;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
	margin:0 0 10px 0;
}

h2    {
	color: #8ba70a;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: italic;
	margin:0 0 10px 0;
	}

h3       {
	color: #8ba70a;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: normal;
	margin:0 0 5px 0;
}

p       {
	color: #030;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
	margin:0;
}

#rechts p      {
	color: #999;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	margin:0;
}

.bildzeile { color: #1E549E; font-size: 0.8em; line-height: 1.0em; margin: 5px 0 5px 0; }

ul li { margin:0; padding:0; }

a		{
	color: #666;
	font-weight: normal;
	text-decoration: none ;
}
a:hover { color: #8ba70a; text-decoration: underline; }



