 
 
<!-- a javascript or expression could be used for IE6 and below for min-width -->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */
</style>
<![endif]-->

<style type="text/css" media="screen">
* {margin: 0; padding: 0; border: 0;}

	body
		{
		text-align: center; 
		background-color: #004A7E;
		background-image: url(bilder/hgrd11.png);
		background-repeat:no-repeat;
		background-position:50% 80%;
		background-attachment:fixed;
		color: #fff;
		font-family: Verdana, Futura, sans-serif;
		min-width: 700px;
	}


/*normaler Link z.B. e-mail*/
	a:link
		{
	color: #fff;
	text-decoration: none;
		}
		
/* der aktive link */ 		
	#currentpage a
 		{
	color: #FC0;
	text-decoration: none;
		}

/* der besuchte */
	a:visited
		{
	color: silver;
	text-decoration: none;
		}
		
/* mouse over */
	a:hover
		{
	color: #FC0;
	text-decoration: none;
		}
		
/* gepunkteten rahmen entfernen */		
	a:focus
		{
	outline: none;
		}

/* beim Aktivieren */
	a:active
		{
	color: #FC0;
	text-decoration: none;
		}
		
/* verstecktes welches beim hover sichtbar wird  [z.B.<a href="datei.htm">Klick<span class="vis">«« »»</span></a>] */
	.vis
		{
		visibility:hidden;
		}
	a:hover .vis
		{
 		visibility:visible;
 		}
 		

	
/* formatierung der absaetze*/

	.rot
		{
		color: #FC0;
		text-decoration: none;
		}

	.mini {
		 font-family: verdana, futura, sans-serif;
		 font-variant: normal;
		 font-size: xx-small;
		 font-weight: normal;
		}
		
	.links	{
		 text-align: left;
		 font-family: verdana, futura, sans-serif;
		 margin-left:2em;
		 font-variant: normal;
		 font-weight: normal;
		 font-size: normal;
		}
	
	.blocksatz	{
		 text-align:justify;
		 margin-left:2em;
		 margin-right:2em;
		 font-family:verdana, futura, sans-serif;
		 font-variant:normal;
		 font-weight:normal;
		 font-size:normal;
		}
	
	.zentriert	{
		 text-align:center;
		 font-family:verdana, futura, sans-serif;
		 font-variant:normal;
		 font-size:normal;
		 font-weight: normal;
		}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 90%;
margin: 0 auto; 
/*background: #003355 url(sidebar.gif) repeat-y 10px 0;*/
	border: 0;
}

#divheader, #subnav, #divfooter {
clear: both; 
width: 100%;
}

#divheader {
	/*background: #003344;*/
	color: silver;
	height: 250px;
	border: 0;
	}
	
#subnav {
	/*background: #003355;*/
	padding: 1px 0 ;
	height: 5px;
	border: 0;
	}

#divfooter
	{
	position:fixed;
	height: 1px;
	bottom:0px;
	border: 0;
	/*background-color:#003333;*/
	padding:10px;
	}


#contentfloatholder {/* right faux column tab */
/*background: #003322 url(sidebar.gif) repeat-y 100% 0;*/
float: left;
width: 100%;
	border: 0;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#divcontent {
margin: 0px auto 0px 170px;
width:60%;
	border: 0;
}

#divcenterwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
	border: 0;
}

#divlinks {
  float:left;
  width: 170px;
  margin: 0 0 0 -5%;
	border: 0;
}

#divrechts {
  float:right;
  width: 10px;
	margin: 0;
	border: 0;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#divlinks {margin: 0;}

div h3, div p {
margin: 1em 0;
padding: 0 20px; 
}
</style>
