/* CSS Document */

#header {
	width:100%;
	background-repeat: no-repeat;
	max-height:184px;
	overflow:visible;
}

	#header .logo {
		text-align:center;
		margin-left:20px;
		margin-right:20px;
		margin-top:2px;
		margin-bottom:2px
	}
	
	#header .welcome{
		line-height:3em;
	}
	
	#header .td_nav {
		padding-right:5px;
	}
	
	/* Navigationselemente */
	#header .nav {
		text-decoration: none;
		text-align:center; 
		width:8em;
		font-weight:bold;
		display:block;
	}
	
		#header .nav:visited {text-decoration: none;}
		
		#header .nav:hover { 
			text-decoration: underline;
			border-style:solid;
			border-width:1px;
			border-bottom-width:0px;
		}
		
		#header .nav:active {text-decoration: none; }
		
		/* Aktuell ausgewähltes Navigationssymbol */
		#header .nav-selected { 
			border-style:solid;
			border-width:1px;
			border-bottom-width:0px;
			
		}
		
		/* Navigationssymbol, welches nicht ausgewählt wurde */
		#header .nav-selectable {
			border-style:solid;
			border-width:1px;
			border-bottom-width:0px;
		}
		
/* Beschreibung Aktuelle Seite */
#header_position{
	height: 1.0em;
	width: 100%;
	padding-top:2px;
	padding-bottom:5px;
	text-indent:5px;
	font-size: 0.6em;
	vertical-align:middle;
	overflow:hidden;
}

	