

/*--------------------------------------------- 0. Import CSS--------------------------------------------- */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");


/*--------------------------------------------- 1. Standards--------------------------------------------- */

* {
outline: 0;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #58585a;
	font-size: 13px;
	font-weight: bold;
}

body {
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #fff;
background-position: center top;
}

p, h1 {margin: 0 0px 20px 0px; line-height: 18px;}
img {border: none;}
h3 {color: #2ea6e3;}

/*--------------------------------------------- 2. Layout--------------------------------------------- */


#container {
margin: 0 auto;
width: 941px;
/*min-height: 600px;*/
/*overflow:hidden;*/
position:relative;
}

#content {
width: 941px;
/*min-height: 400px;*/
background: url(../images/bg_content.jpg) repeat-y;
overflow:hidden;/*
position:relative;*/
}

.dafloatkilla2k7 {
clear: both;
float:none;
}

#banner {
width: 941px;
height: 487px;
background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
}

#footer {
height: 90px;
background: url(../images/footer.jpg) no-repeat center bottom;
clear: both;
float: none;
margin-left: -1px;
}

#footer .inhalt-955 {
text-align: left;
width: 940px;
margin: 0 auto;
padding: 0 0 0 1px;
}

#krankante {
width: 8px;
height: 21px;
background-image: url(../images/krankante.gif);
position: absolute;
top: 140px;
margin-left: -7px;
}

/*--------------------------------------------- 3. Navigation--------------------------------------------- */

#navi {
background-image: url(../images/navi.jpg);
width: 941px;
height: 175px;
}

#navi ul {
text-indent: -9999px;
font-size: 1px;
}

#navi ul li {
float: left;
width: 158px;
height: 139px;
margin-left: 25px;
background-repeat: no-repeat;
display: inline;
}

#uns {background-image: url(../images/btn_ueber_uns_01.gif);}
li#uns a:hover {background-image: url(../images/btn_ueber_uns_02.gif);}

#taetigkeit {background-image: url(../images/btn_taetigkeit_01.gif);}
li#taetigkeit a:hover {background-image: url(../images/btn_taetigkeit_02.gif);}

#galerie {background-image: url(../images/btn_galerie_01.gif);}
li#galerie a:hover {background-image: url(../images/btn_galerie_02.gif);}

#referenzen {background-image: url(../images/btn_referenzen_01.gif);}
li#referenzen a:hover {background-image: url(../images/btn_referenzen_02.gif);}

#links {background-image: url(../images/btn_links_01.gif);}
li#links a:hover {background-image: url(../images/btn_links_02.gif);}

#navi a {
width: 158px;
height: 139px;
display: block;
}

#subnavi {
position: absolute;
margin-top: 265px;
width: 320px;
}

#subnavi ul, #subnavi2 ul {
text-indent: -9999px;
font-size: 1px;
}

#subnavi ul li, #subnavi2 ul li {
color: #fff;
float: left;
height: 39px;
}

#subnavi2 {
position: absolute;
margin-top: 305px;
width: 320px;
}

#subnavi a, #subnavi2 a {
height: 39px;
width: 160px;
display: block;
background-repeat: no-repeat;
}

#subnavi ul li, #subnavi2 ul li  {background-repeat: no-repeat; }

#home {background-image:url(../images/btn_home_01.jpg);}
li#home a:hover {background-image:url(../images/btn_home_02.jpg);}

#kontakt {background-image: url(../images/btn_kontakt_01.jpg);}
li#kontakt a:hover {background-image:url(../images/btn_kontakt_02.jpg);}

#anfahrt {background-image: url(../images/btn_anfahrt_01.jpg);}
li#anfahrt a:hover {background-image: url(../images/btn_anfahrt_02.jpg);}

#impressum {background-image: url(../images/btn_impressum_01.jpg);}
li#impressum a:hover {background-image: url(../images/btn_impressum_02.jpg);}


/*--------------------------------------------- 4. Content--------------------------------------------- */

#addy {
width: 276px;
height: 359px; 
background: url(../images/adresse.jpg) no-repeat;
float: left;
padding: 100px 0 0 70px;
}

#content_text{
width: 520px;
float: left;
padding-right: 55px;
text-align: left;
/*min-height: 400px;
overflow:visible;*/
}

#formular {
background-image: url(../images/btn_kontaktformular_01.gif);
width: 140px;
height: 23px;
background-repeat: no-repeat;
text-indent: -9999px;
display: block;
}

a#formular:hover {background-image: url(../images/btn_kontaktformular_02.gif);} 

.bild_home {
float: left; 
padding: 2px 10px 2px 0px;
}

.euroweb {
padding-top: 9px;
padding-left: 62px;
}

.nachoben {
float:right;
margin-top: 10px;
text-align: right;
margin-right: -23px;
}

#container #content #content_text img { padding-right: 14px; padding-bottom: 14px;}

#container #content #content_text img.bild_static {padding: 0; margin: 0;}

.nachoben_anfahrt {
margin-top: 200px;
}


#refe li{
list-style-type: square;
margin-left: 14px;

}


/*--------------------------------------------- 5. Links--------------------------------------------- */

a:hover,
#container #content #addy a.escape:hover span span,
#container #content #content_text a.escape:hover span span {
	color: #2EA6E3;
}

#container #content #addy a.escape span span {
	color: #58585a;
}


