@import url("nav.css");

html {
padding: 0px;
margin: 0px;
width:90%;
*width:100%;
height: 100%;
background: url(../images/bg_container.jpg) repeat-x;
background-color: #DADADA;
text-align: left;
/* *margin-top:-1px; >> problem ie scrollbalken nach popup-aufruf */ 
border-left:26px solid #dadada;
}

body {
width: 974px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;  
margin: 0px;
padding: 0px;
text-align: left;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444; 
}

#container { 
min-height:100%;
/*  *height:100%;  ie7 footerproblem, siehe auch footer-styles und container-styles für ie6*/
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 974px;
}

#header {
margin: 0px auto;
padding: 0px;
width: 974px;
height: 84px;
text-align: left;
}
#logo { 
float: left;
width: 247px;
height: 84px;
text-align: left;
}
#menu {
width: 600px;
height: 65px;
margin: 0px;
margin-top:19px;
float: left; 
display: inline;
color: #000000;
font-size: 12px;
}
#content_wrapper {
text-align: left;	
margin: 0px auto;
padding: 0px;
width: 974px;
}
#content {
text-align: left;
width: 974px;
float: left;
}
.startseite {
background: url(../images/header_startseite.png) no-repeat;
}
.referenzen {
background: url(../images/header_referenzen.jpg) no-repeat;
}
.ueberuns {
background: url(../images/header_ueberuns.jpg) no-repeat;
}
.leistungen {
background: url(../images/header_leistungen.jpg) no-repeat;
}
.kontakt {
background: url(../images/header_kontakt.jpg) no-repeat;
}
#textlinks{
width:247px;
margin:0px;
margin-top:185px;
padding:0px;
background: url(../images/schatten_links.jpg) no-repeat;
background-position:bottom;
float:left;
}
p.text1 {
width:227px;
font-size:12px;
line-height:18px;
color:#434343;
margin:0px;
padding-top:15px;
padding-right:10px;
padding-left:10px;
padding-bottom:30px;
margin-bottom:10px;
background: url(../images/bg_text.jpg) repeat-x;
background-color:#f9f9f9;
}
#textrechts{
width:468px;
margin: 0px;
margin-top:185px;
margin-left:1px;
padding:0px;
background: url(../images/schatten_rechts.jpg) no-repeat;
background-position:bottom;
float:left;
}
p.text2 {
width:448px;
font-size:12px;
line-height:18px;
color:#434343;
margin:0px;
padding-top:15px;
padding-right:10px;
padding-left:10px;
padding-bottom:30px;
margin-bottom:10px;
background: url(../images/bg_text.jpg) repeat-x;
background-color:#f9f9f9;
}
h1{
padding:0px;
margin: 0px;
padding-top:15px;
padding-right:10px;
padding-left:10px;
font-size:18px;
font-weight:normal;
color:#009EE0;
}	
a.fliess, a.fliess:link, a.fliess:visited, a.fliess:active {
margin: 0px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 12px; 
text-decoration:none; 
font-style: normal; 
color: #009EE0;
cursor:pointer;
}
a.fliess:hover {
color: #009EE0;
text-decoration:underline overline;
}
span.bluebold{
font-weight:bold;
color:#009EE0;
font-size:12px;
}

#footer {
position: relative;
margin: 0px auto;
vertical-align: top;	
text-align:left;
width: 742px;
margin-top: -31px;
height: 30px;
margin-left:-26px;
z-index:33;
}	
p.footer {
width:274px;
height:30px;
font-size: 11px;
line-height: 24px;
color: #828282;
margin: 0px;
text-align:right;
border-top:1px solid #AEAEAE;
}


a.footer, a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 11px; 
text-decoration:none; 
font-style: normal; 
color: #828282;
cursor:pointer;
}
a.footer:hover {
color: #000000;
}

.clear{
clear:both;
padding-top:40px;
}
/*
input{
display: block;
font-family: Georgia, serif;
border:0px;
border-bottom: 1px dotted #000;
background-color: #fff;
height:15px;
color:#c10000;
padding: 2px 5px 2px 0px;
width: 300px;
margin-bottom: 10px;
*margin-left:-10px;
}

input#button{
background-color: #fff;
color: #000;
width: 60px;
height: 26px;
line-height: 12px;
font-size: 12px;
border: 1px dotted #000;
padding: 0px;
cursor: pointer;
margin-top: 10px;
}
input#button:hover{
background-color: #c10000;
color: #fff;
border: 1px dotted #fff;

}

textarea#Nachricht{
font-family: Georgia, serif;
border:0px;
border: 1px dotted #000;
background-color: #fff;
height: 100px;
color:#c10000;
padding: 2px 2px 2px 2px;
width: 295px;
font-size: 12px;
*margin-left:-10px;
}

input:focus, input#Nachricht:focus{
background-color:#f0f0f0;
}

form{
float:left;
margin-left:10px;
}
*/