/* CSS Document */

html {
		}
	
body {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:#fff url(../images/body_bg.jpg) repeat-x;
	color: #333;
	text-align:center
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

p {
	font-size: 120%;
	margin: 0 0 0.7em 0;
	line-height: 1.3em;
}

ul {
	margin: 0 0 20px 15px;
	list-style-type: disc;
}

a {
	color: #FE5D38;
	outline:none;
}

h1 {
	color: #384974;
	font-size: 180%;
	display:block;
	height: 28px;
	width: 400px;
	padding: 10px 0 0 45px;
	margin: 0 0 0.7em 0;
	font-weight:normal
}

h1.start {
	background: url(../images/h1_start.jpg) left center no-repeat;
}
h1.solar {
	background: url(../images/h1_solar.jpg) left center no-repeat;
}
h1.wasser {
	background: url(../images/h1_wasser.jpg) left center no-repeat;
}
h1.heizung {
	background: url(../images/h1_heizung.jpg) left center no-repeat;
}

h2 {
	font-size: 120%;
	color: #384974;
	margin: 0 0 0.7em 0
}

h3 {
	font-size: 110%;
	color: #384974;
	margin: 0 0 0.7em 0
}



hr {
	border:0;
	background: #C4D3DD;
	color: #C4D3DD;
	height: 1px
}

/* Klassen */

a.li_down {
	background: url(../images/link_down.jpg) no-repeat;
	padding: 2px 0 5px 25px;
	text-decoration:none;
	font-size: 85%;
	color: #384974
}

.bild {
	padding: 2px;
	background: #fff;
	border: 1px solid #C4D3DD;
}

.bild_text {
	float: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #C4D3DD;
	margin: 0 15px 10px 0;
}

.referenz_thumb {
	
	padding: 2px;
	background: #fff;
	border: 1px solid #C4D3DD;
	margin: 0 5px 10px 0;
}



/* Layout */

#container {
	margin: auto;
	width: 920px;
	background: url(../images/container_bg.jpg) repeat-y;
	text-align:left;
	position: relative;
}

#header {
	background: url(../images/header_bg_2.jpg) no-repeat;
	height: 270px;
}

#header ul {
	float:left;
	padding: 80px 10px 40px 40px;
	margin:0;
	display:block;
	width: 160px;
	list-style-type: none;
}

#header ul li a{
	text-decoration:none;
	color: #384974;
	display:block;
	font-size: 11px;
	margin: 1px;
	padding: 5px 0 0 25px;
	height: 20px;
	width: 150px;
	background: url(../images/header_a_bg.jpg) left center no-repeat;
}

#header ul li a:hover {
	color: Red;
}

#header p {
	float: right;
	text-align:right;
	padding: 20px 160px 0 0;
	font-size: 110%;
}

#header ul li a.none {
	border: none
}

a.logo {
   display:block;
	width: 220px;
	height: 75px;
	position: absolute;
	top: 105px;
	left: 550px;
	outline:none
}

a.logo img {
	text-indent: -3000px;
	display:none
}

#content {
	float:left;
	background: url(../images/content_bg.jpg) bottom no-repeat;
	padding: 10px 30px 10px 40px;
	width: 850px
}

.kontakt {
	width: 600px;
}

.kontakt p {
	display:inline;
	padding: 0 0 0 5px;
}

.col1 {
	width:300px;
	float:left;
}

.col2 {
	width:300px;
	float:right;
}




.teaser {
	width: 350px;
	float:left;
	margin: 0 40px 15px 0
}

.teaser h3 {
	float:right;
	width: 180px
}

.teaser p {
	float:right;
	width: 180px
}
.teaser img {
	float:left
}

#sidebar {
	width: 200px;
	float: right;
	padding: 10px 0 0 10px;
	margin: 0 0 0 20px;
	border: 1px solid #C4D3DD;
	background: url(../images/sidebar_bg.png);
}

#sidebar ul li {
	font-size:120%;
}


#footer {
	clear:both;
	height: 100px;
	background: url(../images/footer_bg.jpg) no-repeat;
	padding: 20px 0 0 30px;
	font-size: 100%;
	position:relative;
}

#footer a {
	color: #384974
}

.partner {
position:absolute;
top:12px;
left:620px;
}

#adresse {
	display:none;
}


