/* 1328617336.38 */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #F1F6FA;
	background-image: url(design/hintergrund.png);
	background-repeat: repeat-x;
}
.seite {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.kopfzeile {
	height: 95px;
	text-align: left;
	background-image: url(design/logo-normal.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 140px;
}
.kopfzeile p {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
.kopfzeile img {
	padding-right: 2px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation {
	background-color: #6D9CC6;
	height: 24px;
}
.inhalt-links {
	float: left;
	width: 250px;
	margin-top: 10px;
	padding: 5px;
	margin-right: 5px;
}
.inhalt-links p{
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 20px;
}
.inhalt-links h2{
	font-size: 1em;
	font-weight: bold;
	color: #003B80;
	padding-bottom: 10px;
}
.inhalt-links h6 {
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 15px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6D9CC6;
	margin-bottom: 15px;
}
.inhalt-links h6 a {
	color: #003B80;
}
.inhalt-links .redbox {
	background-color: #E32D19;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
}
.inhalt-links a {
	color: #003B80;
	font-weight: bold;
}

.inhalt-tabelle {
	float: none;
	width: 150px;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
	background-position: center bottom;
	
}
.inhalt-tabelle-installateure {
	float: none;
	width: 870px;
	font-size: 0.8em;
	color: #333333;
	background-position: center bottom;
	text-indent: 3px;
}
.inhalt-rechts {
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #6D9CC6;
	width: 618px;
}
.inhalt-rechts-installateure {
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #6D9CC6;
	width: 880px;
}
.inhalt-rechts p{
	color: #000000;
	padding-bottom: 20px;
	padding-top: 10px;
}
.inhalt-rechts h2{
	font-weight: bold;
	color: #003B80;
	font-size: 1em;
}
.inhalt-rechts h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
.inhalt-rechts a{
	color: #003B80;
	font-weight: bold;
}
.inhalt-rechts h6 {
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 15px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6D9CC6;
	margin-bottom: 15px;
}
.inhalt-rechts ul {
	color: #000000;
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fusszeile {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #6D9CC6;
	font-size: 0.8em;
	color: #6D9CC6;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}
.fusszeile a {
	color: #003B80;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 900px; /*For KHTML*/
	list-style: none;
	height: 24px;
}

ul#navmenu-h li {
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	padding: 0;
	margin: 0;
}

ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	border-right-color: #FFFFFF;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	font-size: 1em;
	line-height: 24px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #6D9CC6;
	padding-top: 0;
	padding-right: 0.8em;
	padding-bottom: 0;
	padding-left: 0.8em;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #000000;
	background-color: #C9DAEA;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	color: #FFFFFF;
	background-color: #6D9CC6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #000000;
	background-color: #C9DAEA;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
	color: #FFFFFF;
	background-color: #6D9CC6;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	color: #000000;
	background-color: #C9DAEA;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	color: #FFFFFF;
	background-color: #6D9CC6;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	color: #000000;
	background-color: #C9DAEA;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
.logos {
	float: left;
	padding-right: 10px;
}
.bilddesign {
	float: right;
	padding-left: 10px;
}
.linie {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #6D9CC6;
}
.bildzentriert {
	margin-bottom: 20px;
}
.inhalt-eingabemaske {
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #6D9CC6;
	width: 900px;
}

