/* CSS Document */

/*---- Common Elements START ----*/
*{padding:0;margin:0}

html,body{
	background: #848484;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	text-align: center
}

p{
	margin-top:5px;
}

b{
	color:#0074A1;
}

a{
	color: #005986;
}

a:hover{
	color: #459aca;
}

/* ---- positioning ---- */
#container{
	width:800px;
	background: #ffffff;
	margin:0 auto;
	margin-top: 10px;
}

#header{
	float:left;
	clear:both;
	height:182px;
	width:800px;
	background:#848484 url(images/bg_top.png) no-repeat
}

/*---- links top ----*/

#links{
	float:left;
	clear:right;
	position:relative;
	margin-top:20px;
	left:620px
}

#links ul{list-style: none}
#links a{
	display:block;
	float:left;
	width:40px;
	height:17px;
	padding:0 5px 0
}

#links a.faq{
	background: url(images/faq.gif) no-repeat;
	width: 37px;
	height: 19px;
	clear:both;
	float:left;
	margin-top: 10px;
	margin-left: 60px;
}
#links a.faqactive{
	background: url(images/faqbold.gif) no-repeat;
	width: 37px;
	height: 19px;
	clear:both;
	float:left;
	margin-top: 10px;
	margin-left: 60px;
}
#links a.faq:hover, #links a.faq:active{
	background: url(images/faqbold.gif) no-repeat;
}
#links a.agb{
	background: url(images/agb.gif) no-repeat;
	width: 37px;
	height: 19px;
	float:left;
	margin-top: 10px;
}
#links a.agbactive{
	background: url(images/agbbold.gif) no-repeat;
	width: 37px;
	height: 19px;
	float:left;
	margin-top: 10px;
}

#links a.agb:hover, #links a.agb:active{
	background: url(images/agbbold.gif) no-repeat;
}

#qhome,#qhome a{background:url(images/iconhome.gif) top no-repeat}
#qcontact,#qcontact a{background:url(images/iconcontact.gif) top no-repeat}
#qmap,#qmap a{background:url(images/map.gif) top no-repeat}

#qhome a:hover,#qcontact a:hover,#qmap a:hover{background-position:bottom}


#content{
	width:800px;
	float:left;
	background: url(images/bg_main.png) repeat-y;
	text-align: left;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 30px	
}

#contentbroad{
	width:800px;
	float:left;
	background: url(images/bg_mainbroad.png) repeat-y;
	text-align: left;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px	
}

#footer{
	width:800px;
	height: 78px;
	float:left;
	background: url(images/bg_footer.png) no-repeat;
	text-align: left;
	margin-left: 0px
}

#footer p{	
	margin-left: 160px;
	margin-top:28px;
	float:left;
	width:500px
}
#footer a{
	font-weight:normal;
	text-decoration: none;
	color:#666
}

#footer a:hover{
	color: #111;
}

#page{
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 20px;
	width:464px;
	float:left;
	text-align: justify;
	line-height: 1.4
	
}

#pagebroad{
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 20px;
	width:684px;
	float:left;
	text-align: justify;
	line-height: 1.4
}

h1{	
	font-size: 20px;
	font-weight: normal;
	color: #003d61;
	padding-bottom: 16px;	
	text-transform: uppercase;
}

h1.contact{width: 127px}
h1.portfolio{width: 150px}
h1.about{width: 103px}

h2{
	font-size: 13px;
	color: #c10065;
	padding-top: 8px;
	padding-bottom: 6px;
}

#rightCol{
	float:right;
	width:182px;
	margin-right: 60px;

}

#rightCol h3{
	background: url(images/icon.png) no-repeat;
	padding-left: 20px;
	margin-top: 20px;
	height: 14px;
	color: #0074a1;	
	margin-bottom: 10px;
}
 ul{
	list-style: none;
}
	
#content li.service, #contentbroad li.service{
	background: #cddbee url(images/icon2.png) no-repeat;
	height: 16px;
	padding-left:22px;
	margin-bottom: 5px;
	color: #003354;
	font-size: 95%;
	font-weight: bold;
	padding-top: 2px;
}

#content li.service, #contentbroad li.service{
	background: #cddbee url(images/icon2.png) no-repeat;
	height: 16px;
	padding-left:22px;
	margin-bottom: 5px;
	color: #003354;
	font-size: 95%;
	font-weight: bold;
	padding-top: 2px;
}

#content li.active, #contentbroad li.active{
	background: #5ea5db url(images/icon3.png) no-repeat;
	height: 16px;
	padding-left:22px;
	margin-bottom: 5px;
	color: #003354;
	font-size: 95%;
	font-weight: bold;
	padding-top: 2px;
}

#content li a, #contentbroad li a{
	text-decoration: none;
	color: #003354;
}

#content li.service:hover, #contentbroad li.service:hover{
	background: #aacfdb url(images/icon2.png) no-repeat
}

#content li.servicebroad, #contentbroad li.servicebroad{
	background: #cddbee url(images/icon2.png) no-repeat;
	height: 25px;
	padding-left:22px;
	margin-bottom: 5px;
	color: #003354;
	font-size: 95%;
	font-weight: bold;
}

#content li.servicebroad:hover, #contentbroad li.servicebroad:hover{
	background: #aacfdb url(images/icon2.png) no-repeat
}

p.important{
	color: #0074A1;
	font-weight: bold;
	width: 200px;
	margin-top: 7x;
}

span.blue{
	color: #003354;
}

h4{
	color: #003354
}

#menu{
	float:left;
	clear:right;	
	margin-top:155px;
	margin-left:184px
}

#menu ul.menu{
	list-style: none;
	height: 15px;	
	width: 440px;
}	

#menu ul.menu li.home{
	height: 15px;
	width:69px;
	float: left;
}
#menu ul.menu li.home a{
	background: url(images/btnhome.gif) no-repeat;
	width: 69px;
	height:15px;
	float:left;
}
#menu ul.menu li.homeactive{
	background: url(images/btnhome.gif) no-repeat;
	background-position: bottom;
	width: 69px;
	height:15px;
	float:left;
}
#menu ul.menu li.profil{
	height: 15px;
	width:67px;
	float: left;
}
#menu ul.menu li.profil a{
	background: url(images/btnprofil.gif) no-repeat;
	width: 67px;
	height:15px;
	float:left;
}
#menu ul.menu li.profilactive{
	background: url(images/btnprofil.gif) no-repeat;
	background-position: bottom;
	width: 67px;
	height:15px;
	float:left;
}
#menu ul.menu li.service{
	height: 15px;
	width:198px;
	float: left;
}
#menu ul.menu li.service a{
	background: url(images/btnservice.gif) no-repeat;
	width: 198px;
	height:15px;
	float:left;
}
#menu ul.menu li.serviceactive{
	background: url(images/btnservice.gif) no-repeat;
	background-position: bottom;
	width: 198px;
	height:15px;
	float:left;
}
#menu ul.menu li.kontakt{
	height: 15px;
	width:90px;
	float: left;
}
#menu ul.menu li.kontakt a{
	background: url(images/btnkontakt.gif) no-repeat;
	width: 90px;
	height:15px;
	float:left;
}
#menu ul.menu li.kontaktactive{
	background: url(images/btnkontakt.gif) no-repeat;
	background-position: bottom;
	width: 90px;
	height:15px;
	float:left;
}

#menu ul.menu li.home a:hover,#menu ul.menu li.profil a:hover,#menu ul.menu li.service a:hover,#menu ul.menu li.kontakt a:hover  {
	background-position: bottom;
}

em.schlagwort{
	background: url(images/iconbig.gif) no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #004a71;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;		
	text-align: center;
	letter-spacing: 0.02m;	
	font-style: normal;
	float: left;
	
}

p.center{
	width: 300px;
	margin-left: 60px;
	margin-top: 0px;
}

h4{
	color: #004A71;
	margin-top: -10px;
	margin-bottom:10px;
	font-size: 105%;
}

h5{
	color: #0074A1;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;	
	margin-top: 15px;
	margin-left: 60px;
	margin-bottom: 5;
	letter-spacing: 0.02;	
}

b.black{
	font-weight: bold;
	color: #2284b3;
}

b.subtitle{
	color: #004A71;
}
