/*-------------------Allgemein-------------------------------------------------*/

body {
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff;
}

img {
	border-style: none;
}

a:link {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #504947;
    text-decoration: underline;
    }

a:active {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: rgb(0,0,0);
    text-decoration: underline;
    }

a:visited {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: rgb(0,0,0);
    text-decoration: underline;
    }

a:hover {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: rgb(0,0,0);
    text-decoration: underline;
    }

.site_body {
  	z-index: 10;
  	position: relative;
  	width: 975px;
  	min-height: 210px;
  	height: auto !important;
  	height: 100%;
  	margin: 0 auto;
  	color: #504947;
	background-color: #eff3e2;	
	border-width: 1px;
	border-color: #000;
  	border-top: 0px none;
  	border-bottom: 0px none;	
	border-left: 0px solid;
	border-right: 0px solid;
}

/*-------------------Head-------------------------------------------------*/

#logo {
	z-index: 12;
	position: absolute;
	width: 350px;
	height: 85px;
	top: 22px;
	left: 595px;
	background-image: url(../images/logoaw.png);
	border-style: none;
	visibility: visible;
}

#ueberschrift {
	z-index: 12;
	position: absolute;
	width: 136px;
	height: 26px;
	top: 117px;
	left: 571px;
	border-style: none;
	border-width: 0px;
	border-color: #000;
	overflow: visible;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	text-transform: capitalize;
}

/*-------------------Menu-------------------------------------------------*/

#menu_bg {
	z-index: 11;
	position: absolute;
	width: 100%;
	height: 140px;
	top: 0px;
	left: -1px;
	color: #ffffff;
	background-color: #d8dab4;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

.menu_btn div {
	z-index: 12;
	position: absolute;
	width: 90px;
	height: 140px;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.menu_btn div a:link, .menu_btn div a:visited, .menu_btn div a:focus {
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.menu_btn div a:hover {
	position: absolute;
	width: 100px;
	height: 160px;
	top: 17px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

a.btn_link {
	z-index: 14;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	border-style: none;
}

#menu_btn_txt {
	z-index: 13;
	position: absolute;
	border-style: none;
	width: 80px;
	height: 16px;
	left: 5px;
	bottom: 5px;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}

#menu_btn1 {
	right: 867px;
	top: 16px;
	background-image: url(../images/menu_btn_home_01.png);
}

#menu_btn1 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_home_02.png);
}

#menu_btn2 {
	right: 776px;
	top: 16px;
	background-image: url(../images/menu_btn_handwerk_01.png);
}

#menu_btn2 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_handwerk_02.png);
}

#menu_btn3 {
	right: 685px;
	top: 16px;
	background-image: url(../images/menu_btn_team_01.png);
}

#menu_btn3 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_team_02.png);
}

#menu_btn4 {
	right: 594px;
	top: 16px;
	background-image: url(../images/menu_btn_leistung_01.png);
}

#menu_btn4 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_leistung_02.png);
}

#menu_btn5 {
	right: 503px;
	top: 16px;
	background-image: url(../images/menu_btn_referenz_01.png);
}

#menu_btn5 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_referenz_02.png);
}

#menu_btn6 {
	right: 412px;
	top: 16px;
	background-image: url(../images/menu_btn_kontakt_01.png);
}

#menu_btn6 a:hover {
	right: -1px;
	top: -1px;
	background-image: url(../images/menu_btn_kontakt_02.png);
}


#menue2 ul {
    /* width: 600px; */
    margin: 0px;
    padding: 0px;
    }

#menue2 li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 3px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    }

#menue2 a {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
    }

#menue2 a.aktiv {
    font-weight: bold;
    }

#menue2 a:hover {
    font-weight: bold;
    color: #000000;
    }
/*-------------------Text-------------------------------------------------*/

.text {
	z-index: 10;
	font-family:  arial, verdana, tahoma;
	font-size: 10pt;
	font-weight: normal;
    color: #000;
	position: absolute;
	width: 100%;
	top: 140px;
	left: -1px;
	border-style: solid;	
	border-width: 0px;
	border-color: #000;	
	border-top: 2px solid black;
	overflow: visible;
	margin: 0 auto;
  	background-color: #eff3e2;
}
.text2 {
	vertical-align:bottom
	

}
td {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
    }

.img {
	border-style: solid;
}

.formular {
	text-align:right;
}

.eingabefeld { 
	background-color:#ffffff; 
	border:1px solid #94a8ad; 
	padding-top:inherit; 
}

.schaltflaeche {
	background-color: #d8dab4; 
	border:1px solid #718fb1; 
	color: #000000; 
}
#content7 img {
  	 float:left;
	 margin:2.4em 0.7em 1.4em 0em;
	 border:1px solid #CCCCCC;
	
	 
 }
/*-------------------Anti Spam Mail-------------------------------------------------*/

.email>ins:before {
  content: "@";
  text-decoration: none
}
  
.email del {
  text-decoration: none
}

.email>del {
  display: none
}
  
*:first-child+html .email>del { /* Workaround fuer IE 7 */
  display:inline
}  
/*test*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}


#lightboxDetails{
	font-size: 1.0em;
	padding-top: 0.4em;
	font-weight: bold;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; 
		font-size: 1.0em;
		text-decoration:none;
		font-weight:bold;	}
#keyboardMsg a {text-decoration:none;
		font-size:18px;	}

#keyboardMsg a:link {color: #F60;} 

#keyboardMsg a:visited { color:#F60; }

#keyboardMsg a:hover {text-decoration: underline;}		
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
