﻿/* Farbvorgaben */

/*

/////////////////////////////////////////
Menuefarben links incl. Rahmenfarben:
Vollfarbton in Menuebutton
Farbton 75% in Rahmen oben/unten
Farbton 50% in Rahmen links

grau:
75	- #d9d9d9
50	- #f2f2f2

dunkelblau:
100	- #004494
75	- #4073af
50	- #7fa1c9

hellblau:
100	- #6aacda
75	- #96c1e4
50	- #bcd5ed

gelb:
100	- #ffcc00
75	- #ffd854
50	- #ffe595

orange:
100	- #f29400
75	- #f5af40
50	- #f8c97f

grau:
100	- #b9bcb8
75	- #cbcdca
50	- #dcdddb

rot:
100	- #e85236
75	- #ee8360
50	- #f5b093

/////////////////////////////////////////
Bildleistengrau - #e6e6e6


/////////////////////////////////////////
Hintergrund - #fefefe


/////////////////////////////////////////
Schriftendefinitionen:

Menuefarbe oben	- #e0654c
Schriftfarbe	- #000000
(News-)Headline	- #85c329
Newsheader		- #004494
Newstexte		- #e0654c

*/

/* Hauptnavi und Bilderleiste */
img {
	border: 0;
}

#leiste {
	clear: both;
	position: absolute;
	top: 80px;
	left: 0;
	width: 1000px;
	height: 220px;
	background-color: #ffffff;
}

#rahmenoben {
	width: 1000px;
	height: 10px;
}

#rahmenlinks {
	width: 10px;
	height: 200px;
	display: block;
	float: left;
}

#menue {
	margin: 12px 0 0 20px;
	padding: 0;
	width: 160px;
	height: 186px;
	display: block;
	float: left;
	background-color: #fefefe;
}

* html #menue {
	margin: 12px 0 0 15px;
	width: 170px;
	height: 186px;
}

#rahmenunten {
	clear: left;
	width: 1000px;
	height: 10px;
}

/* Navi oben */

#textmenue a:link, #textmenue a:visited {
	color: #e0654c;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.8em;
}

#textmenue a:hover, #textmenue a:focus, #textmenue a:active {
	text-decoration: underline;
	font-size: 0.8em;
}

/* nachfolgende Definition wird nur vom IE interpretiert und gleicht eine Fehldarstellung aus */

* html #menue {
	margin-right: -10px;
}

.opazlinks img {
	float: left;
	margin: 0;
	padding: 0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.opazlinks:hover img {
	float: left;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.opazrechts img {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.opazrechts:hover img {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

body#intro #rahmenoben, body#intro #rahmenunten {
	color: inherit;
	background-color: #d9d9d9;
}

body#intro #rahmenlinks {
	color: inherit;
	background-color: #f2f2f2;
}

body#homepage #rahmenoben, body#homepage #rahmenunten {
	color: inherit;
	background-color: #4073af;
}

body#homepage #rahmenlinks {
	color: inherit;
	background-color: #7fa1c9;
}

body#bad #rahmenoben, body#bad #rahmenunten {
	color: inherit;
	background-color: #96c1e4;
}

body#bad #rahmenlinks {
	color: inherit;
	background-color: #bcd5ed;
}

body#dach #rahmenoben, body#dach #rahmenunten {
	color: inherit;
	background-color: #ffd854;
}

body#dach #rahmenlinks {
	color: inherit;
	background-color: #ffe595;
}

body#waerme #rahmenoben, body#waerme #rahmenunten {
	color: inherit;
	background-color: #f5af40;
}

body#waerme #rahmenlinks {
	color: inherit;
	background-color: #f8c97f;
}

body#klima #rahmenoben, body#klima #rahmenunten {
	color: inherit;
	background-color: #cbcdca;
}

body#klima #rahmenlinks {
	color: inherit;
	background-color: #dcdddb;
}

body#service #rahmenoben, body#service #rahmenunten {
	color: inherit;
	background-color: #ee8360;
}

body#service #rahmenlinks {
	color: inherit;
	background-color: #f5b093;
}

/* Ende Hauptnavi und Bilderleiste */

/* Textlinks oben */

#textmenue a {
	color: #e0654c;
	background-color: transparent;
	text-decoration: none;
}

#textmenue a:link, #textmenue a:visited {
	color: #e0654c;
	background-color: transparent;
}

#textmenue a:hover, #textmenue a:focus, #textmenue a:active {
	color: #e0654c;
	background-color: transparent;
	font-weight: bold;
}

/* Ende Textlinks oben */

/* Sucheingabe-Feld und -ausgabeseite */

#suchformular {
	position: relative;
	right: auto;
	display: inline;
	float: right;
	color: #e0654c;
	background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
}

#suche {
	width: 150px;
	height: 1.2em;
	border: 1px #e0654c solid;
	color: #000000;
	background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#submit {
	width: 1.3em;
	height: 1.5em;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #e0654c;
	background-color: transparent;
	border-top: 2px #cccccc solid;
	border-left: 2px #cccccc solid;
}

/* IE-Korrektur */
* html #submit {
	width: 1.5em;
	height: 1.7em;
	vertical-align: baseline;
}

/* Ende Suchformular */

#subnavi {
	z-index: 10;
	position: absolute;
	top: 310px;
	left: 30px;
	width: 960px;
	height: 1.2em;
	padding: 0;
	margin: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
}

#subnavi a:link, #subnavi a:visited {
	color: #e0654c;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.8em;
}

#subnavi a:hover, #subnavi a:focus, #subnavi a:active {
	text-decoration: underline;
	font-size: 0.8em;
}

#subnavi a.ohne:link, #subnavi a.ohne:visited {
	color: #e0654c;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.8em;
}

#subnavi a.ohne:hover, #subnavi a.ohne:focus, #subnavi a.ohne:active {
	text-decoration: none;
	font-size: 0.8em;
}

/* Textinhalte */


/* Textinhalte in bis zu 2 Spalten */

#inhalt {
	clear: both;
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
}

#textbox {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 465px;
	padding: 0 0 130px 0;
	margin: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
}

#textbox2 {
	position: absolute;
	top: 30px;
	left: 535px;
	width: 465px;
	padding: 0 0 130px 0;
	margin: 2.15em 0 0 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
}

h1 {
	padding: 0;
	margin: 0;
	color: #004494;
	background-color: inherit;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.8em;
}

p {
	padding: 0;
	margin: 1em 0 0 0;
	color: #000000;
	background-color: inherit;
}

hr {
	height: 1px;
	margin: 1em 0 1.5em 0;
	border: none;
	background-color: #004494;
}

#textbox a:link, #textbox a:visited, #textbox2 a:link, #textbox2 a:visited {
	font-size: 1em;
	color: #e0654c;
	background-color: transparent;
}

#textbox a:hover, #textbox a:focus, #textbox a:active,
#textbox2 a:hover, #textbox2 a:focus, #textbox2 a:active {
	font-size: 1em;
	color: #E0654C;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

div.eingerueckt {
	padding: 0;
	margin: 4px 0 0 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: top;
	text-align: left;
	text-indent: 0.5em;
}

#kontakt {
	padding: 0;
	margin: 0;
}

hr.kontakte {
	margin: 0.3em 0;
	height: 1px;
	width: 2em;
	border: none;
	background-color: #004494;
}

img.lupe {
	padding: 0;
	margin: 4px 0 0 0;
}

/* Fließtextlinks */

a:link, a:visited, a:hover, a:focus, a:active {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #e0654c;
}

/* Fenster schliessen in Grossbilddarstellungen */

.fensterlink {
	margin-top: 16px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
	color: #e0654c;
	background-color: transparent;
	text-decoration: none;
}

/* Newsblock rechts */

#newsspalte {
	position: absolute;
	top: 1.9em;
	left: 755px;
	width: 235px;
	display: block;
	z-index: 15;
	padding: 0;
	margin: 0;
}

h2 {
	padding: 0;
	margin: 0 0 0 15px;
	color: #004494;
	background-color: inherit;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	vertical-align: bottom;
	font-style: normal;
	font-weight: normal;
}

#newsblock {
	display: block;
	padding: 15px;
	margin: 0.6em 0 5em 0;
	background-color: #eeeeee;
}

#newsblock a:link, a:visited, a:hover, a:focus, a:active {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #e0654c;
}

h3 {
	padding: 0;
	margin: 0;
	color: #85c329;
	background-color: inherit;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
}

p.news {
	padding: 1em 0 0.5em 0;
	margin: 0;
	color: #e0654c;
	background-color: inherit;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px #777777 dashed;
}

.blau { color: #004494; }

/* Ende Newsblock rechts */


/* Zeile mit Funktionen zur Schriftgroessenaenderung */

#schriftgroesse {
	position: absolute;
	top: 15px;
	left: 500px;
	width: 500px;
	height: 30px;
	z-index: 20;
	color: #e0654c;
	background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

#schriftgroesse a:link, #schriftgroesse a:visited, #schriftgroesse a:hover, #schriftgroesse a:focus, #schriftgroesse a:active {
	color: #e0654c;
	background-color: transparent;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

/* Ende Zeile mit Funktionen zur Schriftgroessenaenderung */

/* Listennavigation in der Sitemap */

ul.aussen {
	margin: 1.6em 0 0 0;
	padding: 0;
}

ul.innen {
	margin: 0 0 1.6em 0.8em;
	padding: 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px #E0654C solid;
	border-left: none;
}

ul.aussen li {
	display: block;
	margin: 1.6em 0 0.4em 0;
	padding: 0;
	list-style: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #e0654c;
}

ul.aussen li.nebeneinander {
	display: inline;
	margin: 0 0.8em 0 0;
	padding: 0;
	list-style: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #e0654c;
}

ul.innen li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #e0654c;
}

ul.aussen li a, ul.innen li a {
	text-decoration: none;
	color: #e0654c;
}