html
{ overflow-y: scroll;
}



/* ---------------------- Body ---------------------- */	

body { 
font-family: Courier New; 
font-size: 12px;
color: #000000;
margin-top: 20px;

}

/* ---------------------- END Body ---------------------- */	




/* ---------------------- Sonstiges ---------------------- */	

p { }

td {}

#index_font {
color: #d5d5d5;

}


#text_seite { 
color: #a1a0a0; 

}


#table_linie{
border: 1px #000000;
}

#linie{
text-decoration: underline;
font-weight: bold;
}

#platzhalter{
width: 15px;

}

#content {
width: 610px;

}

#left{
padding-left: 20px;

}

#logo_left{
padding-left: 28px;

}


#kontakt {
width: 325px;
height: 220px;
}




/* ---------------------- END Sonstiges ---------------------- */	




/* ---------------------- Text Link ---------------------- */	


a {
color: #000000;
text-decoration: none;
font-weight: normal;
 }
 
a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
 }

a:visited { 
color: #000000;
text-decoration: none;
font-weight: normal;
}

a:hover { 
color: #000000;
text-decoration: underline;
font-weight: normal;
}

a:active {
color: #000000;
text-decoration: underline;
font-weight: normal;
}

/* ----------------------END Text Link ---------------------- */	




/* ---------------------- Hauptnavi ---------------------- */	

#Navi { 
color: #ffffff; 

}

#Navi a:link { 
color: #ffffff; 
font-weight: bold; 
text-decoration: none; 

}

#Navi a:visited { 
color: #ffffff; 
font-weight: bold; 
 
}

#Navi a:hover { 
color: #ffffff; 
font-weight: bold; 
text-decoration: underline;
}

.Naviactive { 
color: #ffffff; 
font-weight: bold; 
text-decoration: underline; 
}

#Navi a:active { 
color: #ffffff; 
font-weight: bold; 
text-decoration: underline;
}
/* ----------------------END Hauptnavi ---------------------- */


#Navi02 { 
color: #b9b9b9; 

letter-spacing: -1px;
}


#Navi02 a:link {
color: #b9b9b9;
text-decoration: none;
font-weight: normal;
 }

#Navi02 a:visited { 
color: #b9b9b9;
text-decoration: none;
font-weight: normal;
}

#Navi02 a:hover { 
color: #000000;
text-decoration: underline;
font-weight: normal;
}


#Navi02 a:active {
color: #000000;
text-decoration: underline;
font-weight: normal;
}



#footer {
letter-spacing: -1px;
}




/* -------------------IE-Browser Versionen------------------ */	


/* Fix IE 6 */

* html #left {
	padding-right: 140px;

}


* html #logo_left{
	padding-right: 155px;

}

* html #platzhalter{
	width: 20px;

}

* html #content {
	width: 600px;
	height: 80px;
}




/* Fix IE 7 */

* + html #left {
	padding-right: 140px;
}	

* + html #logo_left{
	padding-right: 155px;

}
	
	* + html #platzhalter{
	width: 20px;

}

* + html #content {
	width: 610px;
	height: 80px;
}

/* -------------------END IE-Browser Versionen------------------ */	

