/* behavior: url(iepngfix.htc); überall da einfügen, wo der ie6 transparente pngs darstellen soll */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, a {margin:0; 	padding:0; } 
table {border-collapse:collapse; border-spacing:0;} 
fieldset,img {border:0;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
q:before,q:after { content:'';} 
abbr,acronym {border:0;}
/*---------- END RESET ----------*/

/*IE Fixes */
/*IE bis Version 6*/
* html #container{  

}

html {
	/*filter: expression(document.execCommand("BackgroundImageCache", false, true)); */ /*Flackernde Bilder Bug bzw. CacheAktivierung für BG-Images*/
}


* {position: relative; /* Fix the Stupid IE6 Bug */}



/* Position ABSOLUTE FÜR DEN CONTENT DANN KEIN PROBLEM MEHR*/

/*Schriften Andere Styles*/
h2 {
	color: #282828;
	font: 24px/34px georgia,times,serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 1px;	
}
h3 {
	color: #282828;
	font: 17px/30px georgia,times,serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	color: #50C900;
}

#content li {margin-bottom: 4px;}
#content tr {width: 100%;}
#content td {padding-right: 40px;}


#content {	
	color: #282828;	
}
p {
margin-bottom: 10px;
}
	
html{
	font-size:100%;
	min-height:101%;	
	background: white;
	margin: 0;
	padding: 0;		
}
body {	
	color: black;	
	font: 17px/30px georgia,times,serif;	
}

#header{
	text-align:center;	/		
	width: 960px;
	height: 95px;	
}
#header img {
}


#container{
	text-align: center;
	width: 960px;
	margin: 0 auto;	
	background-position: left 220px;	
	background-repeat: no-repeat;		
}
/*IE bis Version 6*/
* html #container{
	margin-left: -480px;
	position: absolute;
	left: 50%;
	width: 960px; 
	position: relative; /*Wegen dem Footer, der nicht floated...*/	
}

#content {		
	min-height: 600px;
	margin-top: 0px;	
	width: 460px; /* 600 - = Padding right */
	text-align: justify;	
	margin-left: 170px; /*360 + = Padding Left */
	margin-right: 20px;
	margin-bottom: 100px;		
	float: left;	
	z-index: 0; /* gegen den ie-z-index-bug*/	
}
* html #container #content{  
	margin-left: 80px;	
}

#fuss {		
	clear: both;
	margin-top: -150px;	
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;	
	left: 0px;
	bottom:0px;		
}
/*Bilder Rechts*/
#rechts {	
	float: right;
	position: relative;	
	width: 310px;
	min-height: 858px;		
	height:auto !important;  /* für moderne Browser */
	height: 858px;  /*für den IE */
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#rechts a {
	text-decoration: none;
	margin-bottom: 20px;
	color: black;
	font: 14px/24px arial;
	text-align: right;
}
#rechts img{
	border: 1px solid black;	
	margin-top: 20px;
}
#rechts a:hover img{
	border: 1px solid red;
}
#rechts a:hover {
	color: red;
}

/*IE Workaround bis 6 Muss noch ANGEPASST WERDEN*/
* html #fuss {
	margin-top: -100px;	
	width: 100%;
	height: 140px;	
	background-repeat: repeat-x;	
	position: relative;
	clear: both;	
}

/*Navi Subnavi Hovernavi */
#navi {			
	background-repeat: no-repeat;
	text-align: left;					
	z-index: 2;
	height: 85px;
	padding: 10px 0px 0px 35px;	
	margin-bottom: 30px;
}
/*IE bis Version 6*/
* html #container #navi{  
	margin-top: -5px;	
}
#navi ul li a{		
	display: block;
	font: 18px/50px times; /*wird nicht verwendet*/
	color: #282828;
	text-decoration: none;
	text-align: left;		
	margin-left: 15px;					
}
#navi ul li a:hover{
	color:white;	
}
#navi ul li img {}
#navi ul li{				
	float: left; 	
	position: relative; /* Fix the Stupid IE6 Bug */
	display: inline /* Fix the Stupid IE6 Bug */	
}
#navi ul {	
	float: left; /*IE6 Bug*/	
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	letter-spacing: 1px;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */	
	position: absolute; 	
}
/* Root Level Link Formatting */
#navi ul li a:hover, #navi li a:focus {border: none;} /* Seltsamer IE-7 Bug*/
/* Current page Customisations*/
#navi li span.menu_current a {}
#navi li span.menu_current a{} 

/* 2nd Child menu */
#navi li ul {
	position: absolute; 
	margin-top: 0px;
	width: 200px; 
	margin: 0;	
	clear: both;
	z-index: 30;		
}
#navi li ul li {			
	color: #003C00;	
	width: 230px;
	margin-left: 15px;	
	z-index: 10;
	height: 43px;
	background-repeat: no-repeat;
	clear: both;		
}
#navi li ul a {
	color: #000091;
	padding: 8px;
	letter-spacing: 0px;
	text-align: left;			
	font: 17px/30px times;		
	z-index: 10;	
}

/* 2nd Child link hover */
#navi li ul a:hover, #navi li ul a:focus {color: #000056;  z-index: 10;}

/* Show and hide */
#navi li ul {display: none;}
#navi li:hover ul, #navi li a:focus ul, #navi li.subMenu ul {display: block; z-index: 10;}
#navi li ul ul { display: none;}
#navi li:hover ul ul, #navi li.subMenu ul ul {display: none;}
#navi li:hover ul, #navi li li:hover ul, #navi li.subMenu ul, #navi li li.subMenu ul {display: block; z-index: 10; position: relative; /* Fix the Stupid IE6 Bug */}


#container #navi .subnavi_show {display:block; border: 1px solid red;} /*IE 6 Javascript Klasse */

/*Navi Ende */

/*Links*/
a {
color: #50C900;
text-decoration: none;
}

a:hover, a:focus {
text-decoration: underline;
}



.spamschutz {
display: none;
}


.clearer {	
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#hide {position: absolute; bottom:0px; right:0px; z-index:-20;}

/* {border: 1px solid red;}*/

