@charset "utf-8";
/* CSS Document */

body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Verdana, Arial;
	background-color: #fff;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
	font-size:13px;
	color: #6d6d6d;	
}
h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:22px;
	color:  #666;
	font-style: normal;
	font-weight: normal;
	margin:5px 0px 0px 0px;
}

h2{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:22px;
	color:  #666;
	font-style: normal;
	font-weight: normal;
	margin:15px 0px 20px 0px;
}
h3{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:20px;
	color:  #fff;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}
h4{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:16px;
	color:  #014284;
	font-style: normal;
	font-weight: bold;
	margin:20px 0px 0px 0px;
}
h5{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:16px;
	color:  #014284;
	font-style: normal;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}



/*----------------- links -----------------*/
a:link {
	color: #014284;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:visited {
	color: #014284;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:hover {
	color: #0098cf;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
a:active {
	color: #0098cf;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}

.hell a:link {
	color: #fff;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.hell a:visited {
	color: #fff;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.hell a:hover {
	color: #00f6ff;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}
.hell a:active {
	color: #00f6ff;
	text-decoration: underline;
	font-size:13px;
	font-weight: normal;
}

.klein a:link {
	color: #6d6d6d;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
.klein a:visited {
	color: #6d6d6d;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
.klein a:hover {
	color: #0098cf;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
.klein a:active {
	color: #0098cf;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}

/*----------------- links -----------------*/
#wrapper{
	width: 900px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#top{
	width: 900px;
	height: 473px;
	float:left;
	background-image: url(../images/top_hg.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#navi{
	width: 900px;
	height: 43px;
	float:left;
	padding:24px 0px 0px 0px;
}

#anker{
	width: 12px;
	height: 12px;
}

#top_left{
	width: 664px;
	height: auto;
	float:left;
	padding:139px 0px 0px 0px;
}
#top_right{
	width: 200px;
	height: auto;
	float:left;
	padding:190px 0px 0px 30px;
}

#content{
	width: 900px;
	height: auto;
	float:left;
}
.ul_reach{
	margin:5px 20px 0px 0px;
	padding:0px 0px 4px 0px;
	width:200px;
	float:left;
}
.li_reach_first {
	list-style-type: none;
	padding:8px 0px 4px 25px;
	text-align:left;
	border-bottom:1px solid #ccc;
}
.li_reach_last {
	list-style-type: none;
	padding:8px 0px 4px 25px;
	text-align:left;
}
		.box_left{
		width: 365px;
		min-height: 460px;
		padding: 0px 15px 0px 0px;
		margin: 23px 0px 10px 0px;
		border-right: 1px solid #8b8b8b;
		float:left;
		}
		.box_mitte{
		width: 269px;
		min-height: 460px;
		padding: 0px 15px 0px 15px;
		margin: 23px 0px 10px 0px;
		border-right: 1px solid #8b8b8b;
		float:left;
		}
		.box_right{
		width: 200px;
		min-height: 460px;
		padding: 0px 0px 0px 15px;
		margin: 23px 0px 10px 0px;
		float:left;
		}
		.box_full{
		width: 671px;
		min-height: 460px;
		padding: 0px 10px 0px 0px;
		margin: 23px 0px 10px 0px;
		border-right: 1px solid #8b8b8b;
		float:left;
		}
		.box_full_top{
		width: 660px;
		height:auto;
		float:left;
		padding:10px 0 10px 0;
		border-bottom: 1px solid #8b8b8b;	
		}
		.box_full_bottom{
		width: 660px;
		height:auto;
		float:left;
		padding:10px 0 10px 0;
		}
		.box_small{
		width: 154px;
		height: 95px;
		padding: 0px 2px 0px 6px;
		margin: 15px 0px 0px 0px;
		border-left: 1px solid #8b8b8b;
		float:left;
		}
/*----------------- Temporaer -----------------*/
		.agfa_box{
		width: 319px;
		height: 255px;
		padding: 105px 10px 10px 320px;
		margin: 0px 0px 5px 0px;
		background-image: url(../images/news/agfa_hg.jpg);
		background-repeat: no-repeat;
		float:left;
		}
		
/*----------------- Temporaer -----------------*/
.trenner{
	width: 654px;
	height: 2px;
	border-bottom: 1px solid #8b8b8b;
	float:left;
}
#bottom {
	width: auto;
	height: 151px;
	background-image: url(../images/hg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	float: none;
	margin-top:20px;
}
		
		* html #bottom {
	width: 100%;
	height: 151px;
	}
	
	#bottom_content {
	margin: 0px auto;
	position: relative;
	width: 900px; 
	height: 151px;
	}
	#bottom_left{
	width: 235px; 
	height: 120px;
	padding: 0px 20px 0px 0px;
	margin: 20px 0px 10px 0px;
	border-right: 1px solid #8b8b8b;
	float: left;
	}
	#bottom_right{
	width: 235px; 
	height: 120px;
	padding: 0px 20px 0px 20px;
	margin:20px 0px 10px 0px;
	border-right: 1px solid #8b8b8b;
	float: left;
	}
	#bottom_anker{
	width: 135px; 
	height: 80px;
	padding: 30px 20px 0px 120px;
	margin:20px 0px 10px 0px;
	float: left;
	}

/*----------------- Listen -----------------*/
.ul01{
	margin:15px 0px 0px 0px;
	padding:0px 0px 4px 0px;
	width:190px;
}
.ul01 li {
	list-style-type: disc;
	padding:8px 0px 0px 0px;
	margin-bottom:4px;
	text-align:left;
	list-style-position: inside;
}
.ul02{
	margin:15px 0px 0px 40px;
	padding:0px 0px 4px 0px;
	width:310px;
}
.ul02 li {
	list-style-type: none;
	padding:8px 0px 0px 17px;
	margin-bottom:4px;
	background:url(../images/pfeilchen_dunkel.png) 0 1px no-repeat;
	text-align:left;
}
.ul03{
	margin:15px 0px 0px 40px;
	padding:0px 0px 4px 0px;
	width:480px;
}
.ul03 li {
	list-style-type: none;
	padding:8px 0px 0px 17px;
	margin-bottom:4px;
	background:url(../images/pfeilchen_dunkel.png) 0 1px no-repeat;
	text-align:left;
}
/*----------------- Bilder -----------------*/
.bild_team{
	border:none;
	margin:10px 0px 0px 0px;
}
.bild{
	border:none;
	margin:0px 15px 0px 0px;
}

.bild_links{
	float:left;
	border: none;
	margin:7px 15px 5px 0px;
}
.bild_rechts{
	float:right;
	border: none;
	margin:10px 0px 5px 15px;
}
/*----------------- sonstiges -----------------*/
.icon{
	float:left;
	border: none;
	margin:0px 5px 0px 0px;
}
.jobangebote{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:20px;
	color:  #01ffff;
	font-style: normal;
	font-weight: normal;
	margin:0px 0px 0px 0px;
}

.trenner{
	color: #8b8b8b;
	margin:0px 0px 8px 0px;
	float:left;
}
.aktiv {
	color: #00f6ff;
	font-size:13px;
	font-weight: normal;
}
.klein{
	font-size:10px;
}
.hell{
	color:#FFFFFF;
}
.clear{
 clear:both;
}
.gross{
	font-size:18px;
}
p {
 margin: 10px 0px 5px 0px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

