
/* CONFIG */

/* Navigationsbalken */

#header ul#navigation li#start.active,
#header ul#navigation li#start a:hover {
    background: url("../media/images/bg_blue.png") repeat-x;
}

#header ul#navigation li#baeder.active,
#header ul#navigation li#baeder a:hover {
    background: url("../media/images/bg_lightblue.png") repeat-x;
}

#header ul#navigation li#waerme.active,
#header ul#navigation li#waerme a:hover {
    background: url("../media/images/bg_darkorange.png") repeat-x;
}

#header ul#navigation li#klima.active,
#header ul#navigation li#klima a:hover {
    background: url("../media/images/bg_green.png") repeat-x;
}

#header ul#navigation li#kessel.active,
#header ul#navigation li#kessel a:hover {
    background: url("../media/images/bg_blue.png") repeat-x;
}

#header ul#navigation li#service.active,
#header ul#navigation li#service a:hover {
    background: url("../media/images/bg_blue.png") repeat-x;
}

#header ul#navigation li#kontakt.active,
#header ul#navigation li#kontakt a:hover {
    background: url("../media/images/bg_blue.png") repeat-x;
}

#header ul#navigation li#impressum.active,
#header ul#navigation li#impressum a:hover {
    background: url("../media/images/bg_blue.png") repeat-x;
}

/* Headlines */

body#pid_start #maincontent h2, 
body#pid_start #leftcontent h2 {
    background: url("../media/images/bg_blue.png") repeat-x;
}

body#pid_baeder #maincontent h2, 
body#pid_baeder #leftcontent h2  {
    background: url("../media/images/bg_lightblue.png") repeat-x;
}

body#pid_waerme #maincontent h2, 
body#pid_waerme #leftcontent h2  {
    background: url("../media/images/bg_darkorange.png") repeat-x;
}

body#pid_klima #maincontent h2, 
body#pid_klima #leftcontent h2  {
    background: url("../media/images/bg_green.png") repeat-x;
}

body#pid_kessel #maincontent h2, 
body#pid_kessel #leftcontent h2 {
    background: url("../media/images/bg_blue.png") repeat-x;
}

body#pid_service #maincontent h2, 
body#pid_service #leftcontent h2 {
    background: url("../media/images/bg_blue.png") repeat-x;
}

body#pid_kontakt #maincontent h2, 
body#pid_kontakt #leftcontent h2 {
    background: url("../media/images/bg_blue.png") repeat-x;
}

body#pid_impressum #maincontent h2, 
body#pid_impressum #leftcontent h2 {
    background: url("../media/images/bg_blue.png") repeat-x;
}

/* ----- */

body {
    font-family: Arial, sans-serif;
    font-size: 11px;
    background: #EBEBEB url("../media/images/background.png") repeat-x;
    margin: 0;
    padding: 0;
}

input,
textarea {
    font-family: Arial, sans-serif;
    font-size: 11px;
}

#wrapper {
    margin: 0 auto;
    width: 640px;
    background: url("../media/images/main_bg.png") repeat-y;
    padding: 0 10px;
    position: relative;
}

#header {
    background: url("../media/images/header_bg.png") repeat-x;
    height: 109px;
    padding-top: 21px;
}

#logo {
    width: 112px;
    height: 67px;
    margin: auto;
    background: url("../media/images/logo.png") no-repeat;
}

#header ul#navigation {
    margin: 0;
    margin-top: 22px;	
    padding: 0;
}

#header ul#navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 90px;
    float: left;
    height: 20px;
    border-right: 1px solid #C7C7C7;
}

#header ul#navigation li#baeder,
#header ul#navigation li#klima,
#header ul#navigation li#service
{
    width: 91px;
}

#header ul#navigation li a {
    padding-top: 3px;
    display: block;
    text-decoration: none;
    color: #7D7D7D;
    height: 17px;
}

#header ul#navigation li#kontakt {
    border-right: none;
}

#header ul#navigation li.active a,
#header ul#navigation li a:hover {
    color: #FFFFFF;
}

#content h1 {
    color: #AEAEAE;
    font-size: 18px;
    font-weight: lighter;
    margin: 20px 0 10px 0;
    *margin: 23px 0 15px 0;
    text-align: center;
}

#noteaser {
    height: 1px;
    margin-bottom: 6px;
}

#teaser {
    height: 214px;
    margin-bottom: 3px;
}

#teaser.start {
    height: 304px;
    margin-bottom: 13px;
}

#leftcontent {
    width: 200px;
    float: left;
    margin-left: 10px;
}

#leftcontent_shadow {
    width: 220px;
    margin-top: -7px;
    margin-left: 0px;
    float: left;
}

#leftcontent img {
    margin-bottom: 7px;
}

#maincontent {
    width: 410px;
    margin-left: 220px;
}

#maincontent h2,
#leftcontent h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 11px;
	
    height: 17px;
    padding: 3px 10px 0 10px;
    vertical-align: middle;
}

#maincontent h3,
#leftcontent h3 {
    margin: 0;
    font-size: 11px;
	font-weight:bold;
}

#maincontent .text,
#leftcontent .text {
    background-color: #F2F2F2;
    padding: 10px 10px 27px 10px;
    color: #7D7D7D;
    line-height: 1.4em;
}

#maincontent .text form {
    margin: 0;
    padding: 0;
}

#maincontent .image {
    background-color: #F2F2F2;
    padding: 7px 10px 0 10px;
}

#maincontent .image.first {
    padding: 10px 10px 0 10px;
}

#maincontent .image img.second {
    margin: 0 0 0 6px;
}

#maincontent .contentbox,
#leftcontent .contentbox {
    margin-bottom: 10px;
}

#clearer {
    clear: left;
    height: 1px;
}

#footer,
#imprint {
    background: url("../media/images/footer_bg.png") no-repeat;
    height: 10px;
    margin: 0 auto;
    width: 660px;
    text-align: right;
    padding-top: 5px;
}

#imprint {
    height: 10px;
    background: none;
    padding-top: 0;
    margin-top: -8px;
    *margin-top: -10px;
    padding-bottom: 10px;
}

#imprint a {
    z-index: 1000;
    color: #7D7D7D;
    margin-right: 20px;
    text-decoration: none;
}

#imprint a:hover {
    color: #163261;
}

/* ----- */

span.blue{
    color: #203D68;
}

span.form_error {
    color: #FF0000;
}

span.h {
    color: #203D68;
	font-weight:bold;
    margin-left: 3px;
}

/* ----- */

.text a {
	color: #163261;
	text-decoration: none;
}

.text a:hover{
	text-decoration: underline;
}

.text a.icon{
    color: #7D7D7D;
    text-decoration: none;
	
	padding: 0 0 0 13px;
	background-image: url(../media/images/link_icon_reg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.text a.icon:hover {
    color: #163261;
	
	background-image: url(../media/images/link_icon_hl.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.text ul {
    padding: 0 10px 0 12px;
	margin: 0;
	margin-left: 1px;
	*margin-left: 5px;
	font-weight:bold;
	list-style:square;
}

.text .formelement {
    clear: right;
    margin-bottom: 10px;
}

.text .formelement.textarea {
    margin-bottom: 0px;
}

.text .formelement.submit {
    margin-bottom: 0px;
}

.text label {
    display: block;
    width: 80px;
}

.text input,
.text textarea {
    color: #666666;
    float: right;
    width: 300px;
    border: 0;
    background-color: #DADADA;
    margin-bottom: 10px;
    *margin-bottom: 0px;
}

.text .formelement.submit input {
    width: 61px;
    *margin-top: 6px;
    margin-bottom: 0px;
}

.text .hint {
    margin-left: 87px;
    padding-top: 1px;
    *padding-top: 6px;
    width: 150px;
}

