
		 body,html
		{ 
			top:0; left:0; right:0;
			min-height:100%;
			margin:0;
			padding:0;
			width:100%;
			background:#D5E7EC;background-image: url(images/img3.gif);
background-position:0% 0%;
background-repeat:repeat-y;
background-attachment:fixed;
font: 1em verdana, sans-serif;
COLOR: #000000;
word-spacing: 1px;
line-height: 1.2;
		}
		
		#header_container 
		{
			position:fixed;
			top:0; left:50; right:50;
			text-align:center;
			margin:0;
			height:3em;
			z-index:3;
		}

		#header 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:5%;
			z-index:3;
			margin:0;
			padding:0.2em;
		}
		#menu
		{
			position:fixed;
			top:60px;
			left:50;
			width:9em;
			border: 0px dotted #dedede;
			padding:.5em;
			z-index:3;
		}
		#content
		{
background-image: url(images/banner.jpg);
  background-position:50% 0%;
  background-repeat:no-repeat;
			margin:0;
			padding-top:90px;
			padding-left:15em;
			padding-bottom:3em;
			z-index:2;
		}
		#footer_container
		{
			position:fixed;
			bottom:0; left:30; right:0;
			text-align:center;
			margin:0;
			height:150px;
			z-index:3;	background-image: url(images/foother2.jpg);
		background-position:0% 85%;
		 background-repeat:repeat-x;
			
		}
		#footer 
		{
		background-image: url(images/img_2.gif);
  background-position:50% 40%;
  background-repeat:no-repeat;
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			z-index:3;
			height:150px;
		}
		
		/* Nun für den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
			 
		}
		* html #header_container, * html #footer_container
		{
			position:absolute;
			width:96%;
			padding-right:0px;
		}
		* html #menu
		{
			position:absolute;
		}
		* html #header,* html #footer
		{
			height:100%;
			position:static;
		}
		* html #content 
		{
			position:absolute;
			top:0; bottom:0; left:0; right:0;
			height:100%;
			width:100%;
			overflow:auto;
			margin:0;
		}
		
		#menu li
		{
			list-style: none;
			margin:0;
			padding:0.3em;
		}
		#menu li#active
		{
			padding:0.5em;
			text-decoration:underline;
		}
		#menu a:link, #menu a:visited
		{
			display:block;
			font-family: Arial, Verdana, Sans-Serif;
font-size: 0.8em;
			background:#eeeeee;
			color:black;
			text-decoration:none;
			margin:0;
			padding:0.2em;;
		}
		#menu a:hover
		{
			background:#4f4f4f;
			color:#ffffff;
			text-decoration:underline;
		}
		* html #menu
		{
			margin:0;
			width:10.5em;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von 
							    der Breite abgezogen wird! */
		}
h2{
FONT-SIZE: 24px;
COLOR: #303565;
}  
 #content a {
	
	color: #768183;
	font-size: 12px;
	text-decoration: none;
}

#content a:hover {
	
	text-decoration: underline;
	color: #000000;
}    
#tab
  {
width:100%;
 padding-top:10px;
  padding-left:10px;
  padding-bottom:0px;
 COLOR: #000066;
}  
#tabfoother
  {
  background-image: url(images/foother.gif);
background-position:0% 100%;
background-repeat:repeat-x;
width:100%;
height:150px;

}  