html{ 
 margin:0; 
 padding:0;  
} 

body {
 background: #54678F url('../images/body_bg.gif');
 margin:0 auto; 
 padding:0; 
 text-align:center; 
 font: 0.75em Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
}
 
* {
	margin: 0;
	padding:0
} 
 
#container {
	width: 700px;
	background: #fff;
	margin: auto;
	border-left: 1px dotted #c0c0c0;
   border-right: 1px dotted #c0c0c0; 
	text-align:left
} 
 a
{
color:#54678F
}

p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
 
h1 {
	display:block;
	height: 80px;
	background: url(../images/h1_bg2.gif) no-repeat;
} 

h1 span {
	display:none
}

h2 {
	display:block;
	height: 80px;
}
h2.start {
	background: url(../images/h2_start.jpg) no-repeat;
}
h2.heiz {
	background: url(../images/h2_heizung.jpg) no-repeat;
}
h2.san {
	background: url(../images/h2_san.jpg) no-repeat;
}
h2.sauna {
	background: url(../images/h2_sauna.jpg) no-repeat;
}
h2.service {
	background: url(../images/h2_service.jpg) no-repeat;
}
h2.kontakt {
	background: url(../images/h2_kontakt.jpg) no-repeat;
}
h2.elektro {
	background: url(../images/h2_elektro.jpg) no-repeat;
}

h2 span {
	display:none
}


#content {
	background: url(../images/content_bg.gif) repeat-y;
	padding: 20px 0 20px 0
}



#sidebar {
	float:left;
	width: 200px;
}

#sidebar ul {
	margin: 0 0 0 40px;
	list-style-type: circle;
	padding:0
}

#sidebar ul ul {
	margin: 0 0 0 10px;
	list-style-type: circle;
	padding:0
}

#sidebar li {
	margin: 5px 2px 8px 2px
}

#sidebar li a {
	text-decoration:none;
	color: #54678F;
	padding: 2px;
	margin: 2px
}

#sidebar li a:hover {
	text-decoration:none;
	color: #ccc;
	background-color: #54678F;
}

#sidebar a:active
{
	text-decoration:none;
	color: #990000;
}

#inhalt {
	margin-left: 210px;
	padding: 0 10px 0 1px
}

h3 {
	font-size: 1.3em;
	margin: 0 0 15px 0
}
h4 {
	font-size: 1em;
	
}

#inhalt ul {
	margin: 10px 10px 10px 30px;
	list-style-image: url(../images/li_bg.png);
	
}
#inhalt ul li {
	margin: 2px 0 0 0
}


#footer{
 height:25px; 
 background-color:#ffffff;
 font-size: 0.9em;
 padding: 15px 0 0 210px;
 border-top: 1px solid #e0e0e0;
 border-bottom: 1px dotted #c0c0c0;
} 

.textfeld {
	background: White;
	border: 1px solid #54678F
}

.bild_text {
	float:left;
	border: 1px solid #54678F;
	padding: 2px;
	margin-right: 5px;
}
.bild_standard {
	border: 1px solid #54678F;
	padding: 2px;
	margin-right: 15px;
}

.teaser{
width:460px;
height: 200px;
margin: 0 0 20px 0;
}

.teaser ul{
	padding: 0 0 0 200px;
}

.teaser ul li{
	padding: 0 0 10px 0;
}

