@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../fonts/titilliumtext22l_medium-webfont.eot');
    src: url('../fonts/titilliumtext22l_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumtext22l_medium-webfont.woff') format('woff'),
         url('../fonts/titilliumtext22l_medium-webfont.ttf') format('truetype'),
         url('../fonts/titilliumtext22l_medium-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../fonts/titilliumtext22l_bold-webfont.eot');
    src: url('../fonts/titilliumtext22l_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumtext22l_bold-webfont.woff') format('woff'),
         url('../fonts/titilliumtext22l_bold-webfont.ttf') format('truetype'),
         url('../fonts/titilliumtext22l_bold-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{
	height:100%;
}
body{
	margin:0;
	color:#7d7d7d;
	font:12px/15px "TitilliumText22LMedium" ,Arial, Helvetica, sans-serif;
	background:#ebebeb url(../images/bg-main.jpg) repeat-x 50% 206px;
	overflow: -moz-scrollbars-vertical;
	height:100%;
}
img{border-style:none;} 
a{
	text-decoration:none;
	color:#245995;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
#header{
	width:100%;
	border-bottom:5px solid #fff;
	background: url(../images/bg-header.jpg) repeat-x 50% 0;
	padding:47px 0 39px;
}
.logo{
	display:block;
	width:701px;
	height:45px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 38px;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:698px;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
}
#nav a{
	background: url(../images/bg-nav2.gif) no-repeat;
	height:32px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#nav .home a{
	background-position:0 0;
	width:86px;
}
#nav .aktuelles a{
	background-position:-86px 0;
	width:105px;
}
#nav .services a{
	background-position:-191px 0;
	width:92px;
}
#nav .zertifizierungen a{
	background-position:-283px 0;
	width:156px;
}
#nav .projekte a{
	background-position:-439px 0;
	width:95px;
}
#nav .links a{
	background-position:-534px 0;
	width:70px;
}
#nav .kontakt a{
	background-position:-604px 0;
	width:94px;
}
#nav li:hover{
	position:relative;
}
#nav li .drop{
	position:absolute;
	top:100%;
	left:-2px;
	padding:0 0 10px;
	background: url(../images/bg-drop-b.png) no-repeat 0 100%;
	display:none;
	width:109px;
 }
 
 #nav li .drop2{
	position:absolute;
	top:100%;
	left:-2px;
	padding:0 0 10px;
	background: url(../images/bg-drop-b.png) no-repeat 0 100%;
	display:none;
	width:90px;
 }
 
#nav li:hover .drop{
	display:block;
}
#nav li .drop ul{
	list-style:none;
	margin:0;
	padding:8px 7px 0 10px;
	background: url(../images/bg-drop-c.png) repeat-y;
	font-size:12px;
	line-height:15px;
}
#nav li .drop li {
	float:none;
	border-top:1px solid #a2a2a2;
	padding:5px 0;
}
#nav li .drop li:first-child {
	border-style:none;
}
#nav li .drop ul a{
	float:none;
	text-indent:0;
	background:none;
	color:#666;
}
#main{
	width:700px;
	margin:117px auto 90px;
}
.intro{
	width:100%;
	margin-bottom:69px;
}
.intro:after{
	content:"";
	display:block;
	clear:both;
}
#main .image{
	background: url(../images/bg-image.png) no-repeat;
	width:307px;
	height:122px;
	float:right;
	padding:7px;
	margin:0 -1px 0 25px;
}

#main .image2{
	float:right;
	padding:7px;
	margin:0 -1px 0 25px;
}

#main .image3{
	float:right;
	padding:7px;
	margin:0 -1px 0 25px;
}

#main .image4{
	float:left;
	}

#main h1{
	font:36px/40px TitilliumText22LBold, Arial, Helvetica, sans-serif;
	color:#245995;
	margin:0 0 10px;
	letter-spacing:-1px;
}
#main p{
	margin:0;
	padding:0 0 15px;
}
.boxes{
	width:729px;
	margin-right:-30px;
	overflow:hidden;
	position:relative;
}
.box{
	width:213px;
	float:left;
	margin-right:30px;
	font-size:11px;
	line-height:14px;
	padding-bottom:11px;
}
.box h2{
	font:13px/18px TitilliumText22LBold, Arial, Helvetica, sans-serif;
	margin:0;
	color:#245995;
}
.box .visual{
	border-top:3px solid #245995;
}
.box .visual img{
	vertical-align:top;
	margin-bottom:9px;
}
.box .visual .caption{
	font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
	color:#245995;
	display:block;
	margin-bottom:13px;
}
.box .more{
	position:absolute;
	bottom:0;
	background: url(../images/bullet-more.jpg) no-repeat 0 50%;
	font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
	padding:0 0 0 16px;
}
#footer{
	width:700px;
	margin:0 auto;
	padding:12px 0;
	background: url(../images/bg-footer.gif) repeat-x;
	text-align:right;
	color:#245995;
	font-size:9px;
}

.label  {display: block; float: left; width: 300px;}
.text {display: block; margin-left: 300px;} 