/* Sprachwahl-CSS Gleis Nord  */




* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}


body, html {
	height: 100%;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	background-color: #B7B8B8;
	background-color: #ECE8C5;
	
}


* html td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 0.75em;
	line-height: 1.5em;
}


.floatleft {float: left;}

.floatright {float: right;}

.hidden {display: none;}

.fett {font-weight: bold;}

.kursiv {font-style: italic;}


.clear {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
	
}

/*************************************************************************/
/*                     TYPOGRAFIE ALLGEMEIN                           */
/*************************************************************************/


p {
	margin-bottom: 1em;
}

a:link, a:visited  {
	color: #9395A9;
	color: #666;
}

a:hover, a:active  {
	color: #9395A9;
	color: #818181;
}

h1 {
	font-size: 1.25em;
	/*line-height: 2em;*/
	margin-bottom: 10px;
}



#linke_spalte h1,
#linke_spalte p {
	margin-left: 10px;
	width: 367px;

}












/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/




#v_center {
	position: relative;
	float: left;
	height: 50%;
	width: 100px;
	margin: 0 0 -235px 0;
	margin: 0 0 -300px 0;
}





#container {
	width: 100%;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	
	margin: auto auto;
	clear: left;
	text-align: center;
}


#logo {
	height: 51px;
}


#bilder {
	margin-top: 94px;
	height: 270px;
	min-width: 870px;
	background-color: #B7C1AE;
}

#bilder img {
	margin-left: 10px;
	margin-right: 10px;
}


#sprachnavi {
	height: 55px;
	width: 100%;
	text-align: center;
	background: url(../bilder/start_navi_hint.gif) repeat-x;
	padding-top: 20px;
	
}


/***********************************************/
/*             Navstufe 1  (HN)                */
/***********************************************/



.nav1 {
	margin:0;
	padding:0;
	list-style:none;
	height: 25px;
	display: block;
	
	width: 185px;
	margin: auto auto;
	}

	

	

.nav1 li {
	display:inline;
	margin:0;
	padding:0;
	}









.nav1 .passivlink {
	height: 25px;
	margin: 0;
	padding: 0px 4px 0 4px;
	text-decoration: none;
	display: block;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 25px;
	float: left;
	background: url(../bilder/hn_start_hint.gif) right no-repeat;
	}



.nav1 .passivlink_letzte {
	height: 25px;
	margin: 0;
	text-decoration: none;
	display: block;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 25px;
	float: left;
	background: none;
	padding: 0px 0px 0 4px;
	}






.nav1 a:link,
.nav1 a:visited

 {
	height: 25px;
	margin: 0;
	padding: 0px 4px 0 4px;
	text-decoration:none;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	float:left;
	background: url(../bilder/hn_start_hint.gif) right no-repeat;
	}

	  



* html .nav1 a:link, 
* html .nav1 a:visited {
	line-height: 23px;
	}

.letzter a {
    background: none !important;
}



.nav1 a:hover {
	color: #000;
	}

	



.nav1_li_aktiv a:link, 
.nav1_li_aktiv a:hover, 
.nav1_li_aktiv a:visited, 
.nav1_li_aktiv a:active {
	color: #000;
}





.nav1_li_letzte a:link, 
.nav1_li_letzte a:hover, 
.nav1_li_letzte a:visited, 
.nav1_li_letzte a:active {
	background: none;
	padding: 0px 0px 0 4px;
}













