	body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #4F524B;
		overflow-y: scroll;
		overflow: -moz-scrollbars-vertical;
	}
	
	a {
		color: #6D212E;
		text-decoration: none;
	}

	h2,h3,h4,h5,h6 {
		padding: 0px;
		color: #4F524B;
		margin: 0px 0px 24px 0px;
		line-height: 18px;
		font-size: 11px;
	}
		
	h2,h3 {
		margin: 0px 0px 24px 0px;
		text-transform: uppercase;
		font-weight: bold;
		word-spacing: 2px;
		letter-spacing: 0.8px;	
	}
	
	h1 span {
		display:none;
	}
	
	h1 {
		display:block;
		width:914px;
		height:106px;
		line-height:106px;
		padding: 0px;
		margin: 0px;
		background: url(/Layout/design/img/logo_big.gif) no-repeat ;
	}
	
	h3 { /* Hauptüberschrift mit Untertitel*/
		margin: 0px 0px 2px 0px;
	}
	
	h4 { /* Untertitel*/
		margin: 0px 0px 25px 0px;
		font-weight: normal;
	}
	
	h5 { /* Überschrift im Fließtext*/
		font-weight: bold;
		font-size: 11px ;
		margin: 15px 0px 0px 0px;
	}
	
	#text ul {
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 5px;
	}
	
	#text ul li {
		background-image: url(../img/list.gif);
		background-repeat: no-repeat;
		background-position: 0px 8px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 15px;
	}
	
	a.mitarbeiter {
		display:block; 
		width:380px; 
		height: 44px; 
		border:1px solid #ACB1A5; 
		line-height:20px; 
		padding-left: 80px; 
		background-repeat:no-repeat; 
		background-position:left; 
		color:#4F524B
	}
	
	
	a.mitarbeiter:hover  {
		border:1px solid #6D212E; 
		color:#6D212E;
	}
	
	a.mitarbeiter_focus {
		display:block; 
		width:380px; 
		height: 44px; 
		border:1px solid #6D212E; 
		line-height:20px; 
		padding-left: 80px; 
		background-repeat:no-repeat; 
		background-position:left; 
		color:#6D212E
	}
	
	
	#quickNavContainer {
		position: relative;
		width: 608px;
		height: 21px;
		background-image:  url("../img/bgQuicknav.gif");
		background-repeat: repeat-x;
	}
	
	#quickNav  {
		position: relative;
		height: 21px;
		float: right;
		line-height: 20px;
		padding-right: 27px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 9px;
		color: White;
		letter-spacing: 1px;
	}   

	#quickNav a {
		color: White;
		}

	#imageContainer {
		position: relative;
		width: 608px;
		height: 251px;
	}
	
	#subNavContainer {
		position: relative;
		width: 608px;
		height: 32px;
		background-image:  url("../img/bgSubnav.gif");
		background-repeat: no-repeat;
	}
	
	#subNav, #subNavSelected  {
		position: relative;
		height: 32px;
		float: left;
		line-height: 32px;
		padding-left: 27px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 9px;
		color: White;
		letter-spacing: 1px;
	}   
	
	#subNavSelected {
		background-image: url(../img/pfeilSubnav.gif);
		background-repeat: no-repeat;
	}
	
	#subNav a {
		color: white;
	}
	
	#subNavSelected a {
		color: #6D212E;
	}
	
	#subNav a:hover {
		color: #6D212E;
	}
	
	#textContainer {
		position: relative;
		width: 608px;
	}
	
	#text, #footContainer {
		position: relative;
		margin: 25px 80px 0px 30px;
		line-height: 18px;
	}
	
	#footContainer {
		height: 80px;
	}

