/**************************************************************************************************/
/*** Web Font definition																		***/
/**************************************************************************************************/

/* .eot Formate (Embedded OpenType) */
@font-face { font-family: DINWeb-Black; src: url("../fonts/DINWeb-Black.eot");}
@font-face { font-family: DINWeb-Bold; src: url("../fonts/DINWeb-Bold.eot");}
@font-face { font-family: DINWeb-Light; src: url("../fonts/DINWeb-Light.eot");}
@font-face { font-family: DINWeb-Medium; src: url("../fonts/DINWeb-Medium.eot");}
@font-face { font-family: DINWeb; src: url("../fonts/DINWeb.eot");}

/* .woff Formate (Web Open Font Format) */
@font-face { font-family: DINWeb-Black; src: url("../fonts/DINWeb-Black.woff") format("woff");}
@font-face { font-family: DINWeb-Bold; src: url("../fonts/DINWeb-Bold.woff") format("woff");}
@font-face { font-family: DINWeb-Light;	src: url("../fonts/DINWeb-Light.woff") format("woff");}
@font-face { font-family: DINWeb-Medium; src: url("../fonts/DINWeb-Medium.woff") format("woff");}
@font-face { font-family: DINWeb; src: url("../fonts/DINWeb.woff") format("woff");}

/******************************************************/
/*** allgemeine Konfigurationen                     ***/
/******************************************************/
html {
	height:100%;
	width:100%;
}

body{
	margin:0;
	padding:0;
	background:#666;
	font-family:DINWeb, Arial, Helvetica, sans-serif;
}

ul{
	margin:0;
	padding:0;
}

a {
	cursor: pointer;
	border: none;
	outline: none;
}

/******************************************************/
/*** Header Texte                                   ***/
/******************************************************/
#header_container{
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	color:#666;
}

#header_container span{
	padding-top:20px;
}

#header_container a{
	text-decoration:none;
	color:#09c;
}

#header_container a:hover,
#header_container a.aktiv{
	text-decoration:none;
	color:#000;
}

#header_top_text a{
	text-decoration:none;
	color:#09c;
}

#header_top_text a:hover,
#header_top_text a.aktiv{
	text-decoration:none;
	color:#999;
}

#header_container_menue{
	font-family: DINWeb-Medium;
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
	color:#666;
	position: relative;
	top: 25px;
}

#header_container_menue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header_container_menue  li {
	float: left;
}

#header_container_menue  li a{
    color: #0099CC;
    font-size: 20px;
    line-height: 28px;
    padding-right: 30px;
    text-decoration: none;
    text-transform: uppercase;
}



#header_container_submenue {
    border-bottom: 1px solid #666666;
    padding: 15px 0;
	font-family: DINWeb-Medium;
}

#header_container_submenue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header_container_submenue  li {
	float: left;
}

#header_container_submenue  li a{
    color: #0099CC;
    font-size: 14px;
    line-height: 28px;
    padding-right: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#header_container_submenue  li a:hover,
#header_container_submenue  li a.aktiv{
    color: #000;
}



/******************************************************/
/*** Haubtmenue Ebene1 Konfigurationen              ***/
/******************************************************/
#logout{
	float:right;
	padding-top:7px;
}

#navi_ebene1{
	height:15px;
	width:auto;
	margin-top:10px;
	margin-left:1px;
	background:#000;
	float:left;
	display:block;
	float:left;
	padding-left:5px;
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
}

#navi_ebene1 ul li{
	display:inline;
	padding-right:11px;
	letter-spacing: .05em;
	font-size: 11px;
}

#navi_ebene1 a{
	color:#999;
	text-decoration:none;
	outline:none;
}

#navi_ebene1 a.aktiv{
	color:#09c;
	text-decoration:none;
	outline:none;
}

#navi_ebene1 a:hover{
	color:#09c;
}

#navi_ebene1 a.aktiv:hover{
	color:#fff;
}

/******************************************************/
/*** Haubtmenue Ebene2 Konfigurationen              ***/
/******************************************************/
#navi_ebene2{
	height:15px;
	width:auto;
	margin-top:10px;
	background:#09c;
	display:block;
	float:left;
	padding-left:10px;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
}

#navi_ebene2 ul li{
	display:inline;
	padding-right:10px;
	letter-spacing: .05em;
	font-size: 11px;
}

#navi_ebene2 a{
	color:#fff;
	text-decoration:none;
	outline:none;
}

#navi_ebene2 a.aktiv{
	color:#000;
	text-decoration:none;
	outline:none;
}

#navi_ebene2 a:hover{
	color:#000;
}


/******************************************************/
/*** Projekt Headline Konfigurationen        		***/
/******************************************************/
#projekt_headline_container span{
	font-size:24px;
	font-weight:normal;
	color:#09c;
}

#projekt_headline_container h1, #projekt_headline_container #projekt_name{
	font-size:24px;
	font-weight:normal;
	color:#666;
	margin:0;
	padding-top:30px;
}


/******************************************************/
/*** Submenue                                       ***/
/******************************************************/
#submenue{
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

#submenue_container h1{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin:0;
	margin-top:-17px;
	padding-left:5px;
}

#submenue ul{
	list-style-type:none;
	padding-left:5px;
}

#submenue a{
	color:#09c;
	text-decoration:none;
	outline:none;
}

#submenue a:hover,
#submenue a.aktiv{
	color:#000;
}

#submenue_container .element{
	font-size:11px;
	color:#999;
	padding-left:5px;
}

#submenue2{
	font-size:9px;
	line-height:14px;
	text-transform:uppercase;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

#submenue_container2 h1{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin:0;
	margin-top:30px;
	padding-left:5px;
}

#submenue2 ul{
	list-style-type:none;
	padding-left:5px;
}

#submenue2 a{
	color:#09c;
	text-decoration:none;
	outline:none;
}

#submenue2 a:hover,
#submenue2 a.aktiv{
	color:#666;
}

#submenue_container2 .element{
	font-size:11px;
	color:#999;
	padding-left:5px;
}


/******************************************************/
/*** Submenue Kunde/Projekt Anlegen                 ***/
/******************************************************/
#submenue_verwaltung{
	font-size:9px;
	line-height:14px;
	text-transform:uppercase;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

#submenue_verwaltung h1{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#09c;
	margin:0;
	margin-top:30px;
	padding-left:5px;
}

#submenue_verwaltung ul{
	list-style-type:none;
	padding-left:5px;
}

#submenue_verwaltung a{
	color:#09c;
	text-decoration:none;
	outline:none;
}

#submenue_verwaltung a:hover,
#submenue_verwaltung a.aktiv{
	color:#999;
}

#submenue_verwaltung2{
	font-size:9px;
	line-height:14px;
	text-transform:uppercase;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

#submenue_verwaltung2 h1{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#09c;
	margin:0;
	margin-top:30px;
	padding-left:5px;
}

#submenue_verwaltung2 ul{
	list-style-type:none;
	padding-left:5px;
}

#submenue_verwaltung2 a{
	color:#09c;
	text-decoration:none;
	outline:none;
}

#submenue_verwaltung2 a:hover,
#submenue_verwaltung2 a.aktiv{
	color:#999;
}


/******************************************************/
/*** Footer Texte                                   ***/
/******************************************************/
#footer_container{
	font-size:10px;
	color:#999;
	text-align:right;
}

#footer_container a{
	text-decoration:none;
	text-transform:uppercase;
	color:#09c;
}

#footer_container a:hover,
#footer_container a.aktiv{
	text-decoration:none;
	color:#666;
}

#footer_text{
	font-size:10px;
	color:#999;
	text-align:left;
	padding-top:5px;
}

/**********************************************************/
/*** Projektnavigation Headline Konfigurationen 		***/
/**********************************************************/
#projekt_headline_container span,
#projekt_headline_container_verwaltung span{
	font-size:18px;
	font-weight:normal;
	color:#000;
}

#projekt_headline_container h1,
#projekt_headline_container_verwaltung h1{
	font-size:18px;
	font-weight:normal;
	color:#666;
	margin:0;
	padding-top:18px;
}

/******************************************************/
/*** Textbereich Konfiguration                      ***/
/******************************************************/
#text,
.text_schmal, .text2{
	font-size:12px;
	line-height:19px;
	color:#666;
	margin:10px 10px 10px 0 ;
}

#projekt_text_container #text{
	font-size:12px;
	line-height:19px;
	color:#666;
	margin:10px 10px 10px 0 ;
	width: auto;
}

#text h2,
.text_schmal h2{
	font-size:14px;
	line-height:19px;
	color:#666;
	font-weight:normal;
	margin:0;
}

#text h3,
.text_schmal h3,
.tab_text h3{
	font-size:12px;
	line-height:19px;
	color:#666;
	font-weight:normal;
	margin:0;
}

#text h2 span,
#text span,
.text_schmal h2 span,
.text_schmal span{
	color:#333;
}

#text ul, .text2 ul{
	padding-left:12px;
}

#text li, .text2 li{
	padding:0;
}


/******************************************************/
/*** Projektteaser Konfiguration                    ***/
/******************************************************/
.projektteaser{
	height:77px;
}

.projektteaser img{
	width:162px;
	height:77px;
	display:block;
	margin-bottom:13px;
}

.projektteaser a{
	height:44px;
	width:162px;
	border-bottom:1px solid #ccc;
	margin-bottom:2px;
	color:#09c;
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
}

.fading_container_arbeiten{
	width:162px;
	height:77px;
	position:relative;
}

.fading_container_arbeiten img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#projekt_bilder_linkLinks:hover{
	background:#fff;
	opacity:0;
	cursor:pointer;
	display:block;
}

#projekt_bilder_linkRechts:hover{
	background:#fff;
	opacity:0;
	cursor:pointer;
	display:block;
}

#projekt_bilder_linkLinks:active{
	background:#000;
	opacity:0.2;
	cursor:pointer;
	display:block;
}

#projekt_bilder_linkRechts:active{
	background:#000;
	opacity:0.2;
	cursor:pointer;
	display:block;
}

/******************************************************/
/*** Fading Container Konfigurationen               

#fading_container {
	position:relative;
	width:884px;
	height:418px;
	background:#666;
}

#fading_container img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#fading_container span {
	display:none;
	width:884px;
	position:absolute;
	top:65px; 
	left:0;
}

#fading_container h1 {
	color:#09c;
	padding-left:40px;
	font-size:60px;
	margin:0;
	font-weight:normal;
}

#fading_container h2 {
	color:#fff;
	padding-left:40px;
	font-size:30px;
	margin:0;
	font-weight:normal;
}
/******************************************************/

/******************************************************/
/*** Konfiguration Accordion	                    ***/
/******************************************************/
.accordion_text{
	height:auto !important;
}


/******************************************************/
/*** GoogleMaps	             	                    ***/
/******************************************************/

#googleMapsOuter, #googleMaps {
	position: absolute;
}

#googleMapsOuter {
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	top: 0;
	left: 0;
}

#googleMaps {
	z-index: 1001;
	top: 148px;
	left: -453px;
	margin-left: 50%;
}
#googleMaps small {
	display: block;
	padding: 5px;
	background-color: #000000;
}
#googleMaps small a {
	text-transform: uppercase;
	color: #999999 !important;
	text-decoration: none !important;
	font-size: 10px;
	line-height: 14px;
}

/******************************************************/
/*** News		             	                    


#news_container {
	display: none;
}

#news_container > div {
	position: relative;
	z-index: 0;
	display: none;
}

.news_bild {
	position: absolute;
	top: 1px;
	left: 1px;
}

.news_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333333;
	opacity: 0.9;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 500px;
	overflow: auto;
	max-height: 313px;
}

.news_text strong {
	color: #ffffff;
	font-weight: normal;
}

.news_headline {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
}

.news_text_text {
	color: #ffffff;
	font-size: 11px;
	line-height: 19px;
}
.news_text_text a {
	color: #0099CC;
}

.news_headline_hd {
	color: #0099cc;
}

.news_next {
	text-align: right;
}
.news_next a {
	font-size: 11px;
	color: #0099CC;
}

.apointer:hover {
	cursor: pointer;
}

/******************************************************/


/******************************************************/
/*** Newsletter	             	                    ***/
/******************************************************/
.text_schmal input[type="text"]{
	border:1px solid #ccc;
	width:200px;
	margin-top:10px;
	font-size:11px;
	color:#999;
	padding-left:5px;
}

.text_schmal input[type="submit"]{
	border:1px solid #ccc;
	background:none;
	font-size:11px;
	color:#999;
	margin-top:10px;
	margin-bottom:10px;
}

input[type="submit"]:hover{
	color:#0099cc ;
}


/******************************************************/
/*** Accordion Leistungen      	                    ***/
/******************************************************/
a.accordion_link{
	color:#999;
	font-size:11px;
}

a.accordion_mailto{
	color:#09c;
	font-size:11px;
	text-decoration:none;
}

a.accordion_mailto:hover{
	color:#999;
}

a.accordion_link:hover{
	text-decoration:underline;
}

a.textfeld_close:hover{
	color:#09c;
}

span.leistung_textfeld{
	width:836px;
	display:none;
	border-top:1px solid #f1f1f1;
	margin-top:30px;
	color:#999 !important;
}

/******************************************************/
/*** Meldungen Formulare Versand                    ***/
/******************************************************/
#FormularBody{
	height:100%;
	position:fixed;
	width:100%;
	z-index:1001;
}

#FormularContainer{
	height:100%;
	left:50%;
	margin-left:-502px;
	position:fixed;
	width:980px;
	z-index:1002;
	background:#000;
	opacity:0.9;
}

#FormularContent{
	height:800px;
	left:50%;
	margin-left:-502px;
	position:absolute;
	width:980px;
	z-index:1003;
	font-size:12px;
}

#FormularLogo{
	width:886px;
	height:66px;
	margin-left:47px;
	margin-bottom:17px;
	color:#09c;
	font-size:30px;
	padding-top:56px;
	border-bottom:1px solid #fff;
}

#FormularMeldungContainer{
	padding-top:15px;
	padding-left:48px;
	float:left;
	color:#fff;
}

#FormularMeldungContainer h2{
	font-weight:normal;
	color:#fff;
}

#FormularBottomContainer{
	height:20px;
	width:886px;
	margin: 20px 0 10px 48px;
	color:#fff;
	border-bottom:1px solid #fff;
}

#FormularSchliessen a{
	text-decoration:none;
	color:#999;
	padding-left:48px;
}

#FormularSchliessen a:hover{
	color:#09c;
}


/******************************************************/
/*** Meldungen Login 			                    ***/
/******************************************************/
#LoginBody,
#LoginFehlerBody,
#LogoutBody{
	height:100%;
	position:fixed;
	width:100%;
	z-index:1001;
}

#LoginContainer,
#LoginFehlerContainer,
#LogoutContainer{
	height:100%;
	left:50%;
	margin-left:-502px;
	position:fixed;
	width:980px;
	z-index:1002;
	background:#000;
	opacity:0.9;
}

#LoginContent,
#LoginFehlerContent,
#LogoutContent{
	height:800px;
	left:50%;
	margin-left:-502px;
	position:absolute;
	width:980px;
	z-index:1003;
	font-size:12px;
}

#LoginLogo,
#LoginFehlerLogo,
#LogoutLogo{
	width:886px;
	height:66px;
	margin-left:47px;
	margin-bottom:17px;
	color:#09c;
	font-size:30px;
	padding-top:56px;
	border-bottom:1px solid #fff;
}

#LoginMeldungContainer,
#LoginFehlerMeldungContainer,
#LogoutMeldungContainer{
	padding-top:15px;
	padding-left:48px;
	float:left;
	color:#fff;
}

#LoginMeldungContainer h2,
#LoginFehlerMeldungContainer h2,
#LogoutMeldungContainer h2{
	font-weight:normal;
	color:#fff;
}

#LoginBottomContainer,
#LoginFehlerBottomContainer,
#LogoutBottomContainer{
	height:20px;
	width:886px;
	margin: 20px 0 10px 48px;
	color:#fff;
	border-bottom:1px solid #fff;
}

#LoginSchliessen a,
#LoginFehlerSchliessen a,
#LogoutSchliessen a{
	text-decoration:none;
	color:#999;
	padding-left:48px;
}

#LoginSchliessen a:hover,
#LoginFehlerSchliessen a:hover,
#LogoutSchliessen a:hover{
	color:#09c;
}


/******************************************************/
/*** Meldungen Login 			                    ***/
/******************************************************/
#NoEntranceBody{
	height:100%;
	position:fixed;
	width:100%;
	z-index:1001;
}

#NoEntranceContainer{
	height:100%;
	left:50%;
	margin-left:-502px;
	position:fixed;
	width:980px;
	z-index:1002;
	background:#000;
	opacity:0.9;
}

#NoEntranceContent{
	height:800px;
	left:50%;
	margin-left:-502px;
	position:absolute;
	width:980px;
	z-index:1003;
	font-size:12px;
}

#NoEntranceLogo{
	width:886px;
	height:66px;
	margin-left:47px;
	margin-bottom:17px;
	color:#09c;
	font-size:30px;
	padding-top:56px;
	border-bottom:1px solid #fff;
}

#NoEntranceMeldungContainer{
	padding-top:15px;
	padding-left:48px;
	float:left;
	color:#fff;
}

#NoEntranceMeldungContainer h2{
	font-weight:normal;
	color:#fff;
}

#NoEntranceBottomContainer{
	height:20px;
	width:886px;
	margin: 20px 0 10px 48px;
	color:#fff;
	border-bottom:1px solid #fff;
}

#NoEntranceSchliessen a{
	text-decoration:none;
	color:#999;
	padding-left:48px;
}

#NoEntranceSchliessen a:hover{
	color:#09c;
}
