@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
}
a:focus {
	outline: none;
}
body {
	text-align:left;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	background:#fff;
	color:#000;
	line-height:150%;
}
#wrapper {
	width:995px;
}
body.blue #wrapper {
	background:#fff url(bg_wrapper_blue.gif) top left repeat-y;
}
body.green #wrapper {
	background:#fff url(bg_wrapper_green.gif) top left repeat-y;
}
body.orange #wrapper {
	background:#fff url(bg_wrapper_orange.gif) top left repeat-y;
}
body.red #wrapper {
	background:#fff url(bg_wrapper_red.gif) top left repeat-y;
}
#head {
	position:relative;
	width:995px;
	height:100px;
	background:url(bg_head.gif) top left no-repeat;
}
#logo {
	position:absolute;
	top:38px;
	left:834px;
	background:url(logo_hannes.jpg) top left no-repeat;
	width:136px;
	height:30px;
}
#logo a{	
	display:block;
	width:136px;
	height:30px;
	text-indent:-9999px;
	}
#leftColumn {
	float:left;
	width:310px;
	padding-right:30px;
	}
#mainNavigation li {
	list-style-type:none;
	line-height:50%;
}
#mainNavigation li a {
	display:inline-block;/*Holly-Hack: avoid vertical spacing of list elements IE6*/
	padding: 8px 4px 7px 40px;
}
mainNavigationn li a {
	display:block;/*Holly-Hack*/
}
#mainNavigation li a:hover, #mainNavigation li a.active {
	background: url(icon_mainnavi_cross.gif) 10px 16px no-repeat;
}

/* subnavigation */
#mainNavigation ul li ul li a {
	padding:0px 0px 0px 40px;
}
#mainNavigation ul li ul li a:hover, #mainNavigation ul li ul li a.active {
	background: url(icon_subnavi_cross.gif) 25px 8px no-repeat!important;
}


#contentWrap{
	float:left;
	width:630px;
	padding:8px 0 20px 0;
	}
#contentWrap p a{
	color: #000;
	text-decoration:none;
	padding:1px;
	}
body.blue #wrapper #contentWrap p a{
	border-bottom:#00A1DE 1px solid;
	}
body.red #wrapper #contentWrap p a{
	border-bottom:#A11F17 1px solid;
	}
body.green #wrapper #contentWrap p a{
	border-bottom:#A1B000 1px solid;
	}
body.orange #wrapper #contentWrap p a{
	border-bottom:#F9B204 1px solid;
	}
#contentWrap p a:hover{
	color: #fff;
	text-decoration:none;
	border-bottom:none!important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
body.blue #wrapper #contentWrap p a:hover{
	background:#00A1DE;
	}
body.red #wrapper #contentWrap p a:hover{
	background:#A11F17;
	}
body.green #wrapper #contentWrap p a:hover{
	background:#A1B000;
	}
body.orange #wrapper #contentWrap p a:hover{
	background:#F9B204;
	}
.headImg{
	padding-bottom:50px;
	 }
#content{
	width:420px;
	float:left;
	}
#contentFull{
	width:620px;
	float:left;
	}
h1{
	margin-bottom:80px;
	}
h2{
	font-size:12px;
	text-transform:uppercase;
	padding-top:15px;
	margin-bottom:5px;
	}
p.intro{
	font-size:18px;
	line-height:140%;
	padding-bottom:25px!important;
	}
#content p{
	padding-bottom:10px;
	}
a.pdf{	
	background:url(icon_pdf.png) 1px center no-repeat!important;
	padding:3px 2px 3px 22px!important;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
body.blue a:hover.pdf{	
	background:#00A1DE url(icon_pdf.png) 1px center no-repeat!important;
	}
body.green a:hover.pdf{	
	background:#A1B000 url(icon_pdf.png) 1px center no-repeat!important;
	}
#content ul{
	margin: 5px 0px 10px 0px;
	}
content li{
	list-style-type:none;
	padding: 0 0 2px 12px;
	background:url(bullet_cross_black.gif) 0 center no-repeat;
	}
/*JOBS*/
.jobItem{
	padding:10px 0 10px 25px;
	background:url(icon_cross_green.gif) 0 14px no-repeat;
	}
.jobItem h3{
	font-size:15px;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	padding:4px 5px 4px 8px;
	margin-bottom:7px;
	background:#A1B000;
	color:#fff;
	}
.jobItem p{
	padding-bottom:5px!important;
	}
/*DOWNLOADS*/	
.downloadItem{
	padding:0px 0 20px 25px;
	background:url(icon_cross_blue.gif) 0 4px no-repeat;
	}
.downloadItem h3{
	font-size:15px;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	padding:4px 5px 4px 8px;
	margin-bottom:7px;
	background:#00A1DE;
	color:#fff;
	}
.downloadItem p{
	padding-bottom:8px!important;
	}
/*LEISTUNGEN*/
.contentItem{
	padding:0px 0 20px 25px;
	margin-bottom:20px;
	}
body.green #wrapper .contentItem{
	border-bottom:#A1B000 1px solid;
	background:url(icon_cross_green.gif) 0 0px no-repeat;
	}
body.orange #wrapper .contentItem{
	border-bottom:#F9B204 1px solid;
	background:url(icon_cross_orange.gif) 0 0px no-repeat;
	}
body.red #wrapper .contentItem{
	border-bottom:#A11F17 1px solid;
	background:url(icon_cross_red.gif) 0 0px no-repeat;
	}
.contentItem h3{
	font-size:15px;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
	margin-bottom:7px;
	}
	
	
	
#rightColumn{
	float:right;
	width:180px;
	padding-left:20px;
	}
#rightColumn a img{
	border:none!important;
	}
.teaserBox{
	padding-bottom:20px;
	}
.teaserBox img, .teaserBox p{
	padding-bottom:10px;
	}
.teaserBox h3{
	font-size:11px;
	text-transform:uppercase;
	}
	
.teaserBox ul{
	margin: 0px 0px 10px 0px;
	line-height:150%;
	}
.teaserBox li{
	list-style-type:none;
	padding: 0 0 2px 12px;
	background:url(bullet_cross_blue.gif) 0 center no-repeat;
	}
#footer{
	clear:both;
	width:655px;
	color:#666;
	padding: 20px 0 0 340px;
	font-size:11px;
	line-height:160%;
	background:#fff url(bg_footer.gif) top left no-repeat;
	}
#footer a{
	color: #000;
	text-decoration:none;
	padding:1px;
	}
#footer a:hover{
	color: #fff;
	text-decoration:none;
	border-bottom:none;
	background:#000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
