@charset "iso-8859-1";
				   
html {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;  
}

:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	font-family: Arial, Helvetica;
	font-size: 10pt;
	width: 924px;
	margin: auto;	    
	color: #464646; 
}	  
   
a {					
  color: #6b812b;	
  text-decoration: underline;
}
					
a:hover	{
  text-decoration: underline;
}
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}
	
.header {
	position: relative;
	background-color: #ffffff;	
	width: 924px;
	height: 155px;
	margin-top: 40px;
}

.logo {
	position: absolute;
	left: 12px;
	top: 0px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	width: 233px;
	height: 55px;
}
		 
.lines {
	position: absolute;
	left: 252px;
	top: 8px;
	width: 660px;
	height: 52px;
}

.menubar { 		 
	position: absolute;
	left: 0px;
	top: 55px;
	width: 924px;
	height: 100px;			  
}			   
	 
.menu {
	position: absolute;
	left: 0px;
	top: 0px;	 
	background-image: url("../img/bg_menu.png");
	padding-left:27px;
	padding-top:70px;
	padding-right:27px;
}

.menu li {
	float: left;   
	list-style-type: none;
}				

.menu li a {		 
	display: block;
	width: 174px;  
	height: 30px;
	overflow: hidden;
}			   

.menu li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

.menu_1 { background-image: url("../img/menu_1.gif"); }
.menu_2 { background-image: url("../img/menu_2.gif"); }
.menu_3 { background-image: url("../img/menu_3.gif"); }
.menu_4 { background-image: url("../img/menu_4.gif"); }
.menu_5 { background-image: url("../img/menu_5.gif"); }

.menu_1_sel { background-image: url("../img/menu_1_sel.gif"); }
.menu_2_sel { background-image: url("../img/menu_2_sel.gif"); }
.menu_3_sel { background-image: url("../img/menu_3_sel.gif"); }
.menu_4_sel { background-image: url("../img/menu_4_sel.gif"); }
.menu_5_sel { background-image: url("../img/menu_5_sel.gif"); }
	
.main {
	width: 900px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url("../img/bg_main.png");
	background-repeat: repeat-y;
}
	   
.content {			   
	position: relative;
	width: 900px;  
	padding-top: 70px; 
	padding-bottom: 100px; 
	min-height: 500px;
	background-color: #f6f6f4;	
	background-image: url("../img/bg_content.jpg");
	background-repeat: no-repeat;
}		

.footer {
	width: 924px;
	height: 25px;
	background-image: url("../img/bg_footer.png");
	background-repeat: no-repeat;
}

.col_left {
	width: 380px;
	float: left;
	padding-left: 65px;
	padding-right: 10px;
}

.col_right {
	width: 400px;
	padding-right: 45px;
	float: left;
}

.col_left_big {
	width: 525px;
	padding-left: 65px;
	padding-right: 10px;
	float: left;
}

.col_right_small {
	width: 255px;
	padding-right: 45px;
	float: left;
}

.col_full {
	width: 660px;
	padding-left: 65px;
	padding-right: 10px;
}

.content_footer {
	clear: both;
}

.intro {
	float: left;
	width: 175px;
	height: 133px;
}

.intro .video {
	position: absolute;
	left:0px;
	top:0px;
}

.textblock {
	font-size: 9pt;
	line-height: 16px;
}

.textblock h1 {
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 8px;
}

.textblock p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.textblock ul {
	margin-left: 18px;
	margin-bottom: 8px;
}

.textblock li {
	margin-bottom: 3px;
}

.image_block {
	position: relative;
}

.image_big {
	width: 360px;
	height: 250px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-image: url("../img/bg_image.png");
	background-repeat: no-repeat;
}

.thumbnail {
	position: relative;
	width: 65px;
	height: 45px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url("../img/bg_thumb.png");
	background-repeat: no-repeat;
	float: left;
}

.thumbnail:hover {
	position: relative;
	width: 65px;
	height: 45px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url("../img/bg_thumb_sel.png");
	background-repeat: no-repeat;
	float: left;
}

.thumb_unterschrift {
	clear: both;
	font-size: 8pt;
	color: #BABAB8;
	margin-bottom: 30px;
	padding-left: 3px;
}

.team_photo {
	text-align: right;
	padding-top: 15px;
}

.team_photo img,
.aktuell img {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
