body {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: 18px;
	padding-bottom:18px;
	/* min-width: 962px; */
	/* width: 982px; */
	/* BEGIN geaendert */
	width: auto;
	margin: 0;
	/* END geaendert */
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 11px;
	background-color:#ffffff;
	text-align: center;
	overflow:-moz-scrollbars-vertical;
}

/* BEGIN wrapper div (center alignment) */
div#wrapper {
	min-width: 962px;
	width: 982px;
	margin: 0 auto 0 auto;
}
/*END wrapper div */

div#navigation {
	float: left;
	width: 214px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer{
	float: left;
	clear: both;
	background-color: #e0e0e0;
	display: block;
    height: 18px;
	width: 962px;
	margin: 65px 0 0 0;
	padding: 4px 0 0 0;
	color: #707070;
	vertical-align: middle;
	text-align: left;
}

div#navigation form {
	margin: 0;
	padding: 0;
}

/*nav classes 
.navElement {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 32px;
	height: 32px;	
	
}

.navSubElement {
	display: block;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.navSubSubElement {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	padding-bottom: 8px;
}
*/
.navigationTop {
	height: 34px;
	margin: 8px 0 100px 0;
	padding: 0;
}

.navigationMiddle {
	float: left;
	background-image: url(/static/bg_li.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 37px; /* 42px padding-bottom - 5px = 37px wegen der Schrift und den Zeilen */
}

.navigationBottom {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-right: 18px;
}

a.footerLink{
	text-decoration:underline; 
	color:#707070; 
}


ul.navList1 {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

ul.navList2 {
	margin: 0 0 0 14px; 
/*	* margin: 0 0 0 16px; */ /* Stoert Firefox, daher auskommentiert; hat das einen Sinn? */
	padding: 0; 
	line-height: 20px;
	list-style-image: url(/static/nav_arrow.gif);
	font-weight: normal;
}

ul.navList3 {
	margin: 0 0 0 14px; 
/* margin: 0 0 0 16px; */ /* Stoert Firefox, daher auskommentiert; hat das einen Sinn? */
	padding: 0; 
	line-height: 20px;
	list-style-image: url(/static/nav_arrow.gif);
	font-weight: normal;
}

ul.navList1 li {
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	width: auto;
	height: auto;
	line-height: 32px;
	font-weight: bold;
}

ul.navList1 li.lastNavElement {
	border-bottom: 0;
}

ul.navList2 li {
	border: 0;
	padding: 0; 
	line-height: 20px;
	list-style-image: url(/static/nav_arrow.gif);
	font-weight: normal;
}

ul.navList2 li.lastNavElement {
	margin-bottom: 12px;
}

ul.navList3 li.lastNavElement {
	margin-bottom: 0;
	/* nothing else */
}

ul a {
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
}

ul a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

ul a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #e00007;
}


#mainContent {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
}


div#mainContent form {
	margin: 0;
	padding: 0;
}
.baseFormElem{
	float:left;
	width:auto;
}

.mainContentTop {
	background-image: url(/static/bg_mi.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}

.mainContentMask {
	width: 394px; /* 430px - 18px padding - 18px padding = 394px */
	margin: 0;
	padding: 0;
	margin: 0 10px 0 10px;
	padding: 0 18px 0 18px;
}

.mainContentMask p {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 17px;
}

#keyvisual{
	width: 430px;
	margin: 0 -18px 0 -18px;
	padding: 0;
}

/*------------### home elements  ###-------------------------*/

#homevisual{
	width: 430px;
	margin: 0 -18px 0 -18px;
	padding: 0;
}

/*
#homeTeaser{
 	width: 394px;
	position:relative;
	left:-18px;
	padding: 18px;
	background-color:#cc0000;
	display:block;
	color:#ffffff;
	font-size: 12px; 
}
*/

#homeTeaser{
 	width: 394px;
	position:relative;
	margin: 0 -18px 0 -18px;
	padding: 1px 18px 12px 18px;
	background-color:#cc0000;
	display:block;
	color:#ffffff;
	font-size: 12px; 
}

#homeTeaser h1{
	margin-top: 9px;
	font-weight: bold; 
	font-size: 15px; 
	color: #ffffff;
}

#homeTeaser p a{color:#ffffff;font-size: 12px;}

h2.news { 
	margin: 0;
	padding: 28px 0 10px 0;
	font-weight: bold;
	font-size: 15px;
	color: #7F7F7F;
}
 p.news{font-size: 12px;}
 p.news a{color: #7F7F7F;}
 
/*------------### content elements  ###-------------------------*/
.cBold{
	font-weight:bold;
	color:#000000;
	padding:0 0 2px 0;
}

.tecImgCaption{
	text-align:center;
}
a.verteilerLink{
	text-decoration: none;
	color: #000000;
}
img.verteilerImg{
	border:0;
	float:left;
	padding: 0 7px 7px 0;
}

/*------------### headline sematisch  ###-------------------------*/
h1{
	margin-top: 20px;
	font-weight: bold; 
	font-size: 15px; 
	color: #ffffff;
}
h1.contentHead {/*contentpage-h1, inside keyvisual*/
	position:relative;
	top:-135px;
	font-weight: bold; 
	font-size: 15px; 
	margin-left: -1px;

}
html>body h1.contentHead {margin-bottom:-47px;}
* html h1.contentHead {margin-bottom:-45px;}

html h2 { 
	margin: 27px 0 14px -1px;	/* padding-bottom 18px - 4px font-buffer = 14px padding-bottom */
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	color: #CC0000;
}

* html h2 {
	margin: 26px 0 18px 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px; 
	color: #CC0000;
}

h3 {	
	clear:both;
	display: block;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
	font-weight: bold;
	color: #7F7F7F;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/*------------### start infoboxes ###-------------------------*/
#serviceContent {
	float: left;
	width: 298px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	background-image: url(/static/bg_re.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
/* html>body #serviceContent { margin: 0 0 0 1px; } */ /*correct margin 4 gecko*/

#logo {
	margin: 38px 0 -10px 0;
}

.serviceContentMask {
	width: 262px; 
	margin: 5px 0 0 0;
	padding:0 18px 0 18px;
}





h4 {
	margin: 0;
	padding: 28px 0 10px 0;
	font-weight: bold;
	font-size: 15px;
	color: #7F7F7F;
}
h4.firstElem{
	margin-top: 28px;
	margin-bottom: 6px;
	padding: 0;
}
h4.topHL {
	padding: 18px 0 18px 0;
	color: #ffffff;
}

h5 {
	margin: 0;
	padding: 0 0 12px 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7F7F7F;
}


div.serviceBox {
	clear:both;
	display: block;
	border-top: 1px solid #cccccc;
	margin-bottom: 18px;
	color: #7F7F7F;
	width: 262px; 
	overflow:hidden;
}
div.serviceBox h4 {
	margin: 0;
	padding: 18px 0 10px 0;
	font-weight: bold;
	font-size: 15px;
	color: #7F7F7F;
}

div.serviceBoxNoBorder h4 {
	margin: 0;
	padding: 9px 0 10px 0;
	font-weight: bold;
	font-size: 15px;
	color: #7F7F7F;
}

div.firstServiceBox {
	clear:both;
	display: block;
	border: 0px;
	line-height: 17px;
	margin-bottom: 18px;
	color: #7F7F7F;
}
div.serviceBoxNoBorder {
	clear:both;
	color: #7F7F7F;
	display:block;
	border:0px;
	margin-bottom:18px;
	padding:0px;
}
div.serviceBox p, div.firstServiceBox p, div.serviceBoxNoBorder p {
	margin: 0;
	line-height: 17px;
}

a.serviceLink { 
	line-height: 17px;
	font-weight: normal;
	color: #7F7F7F;
}

a.serviceLink:visited {
	line-height: 17px;
	font-weight: normal;
	color: #7F7F7F;
}

a.serviceLink:hover {
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

p.stBold {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #7F7F7F;
}

img.icon{
	margin-right: 10px;
	position: relative;
	top: 5px;
}
div.topServiceBox {
	clear:both;
	background-color:#cc0000;
	display:block;
	width: 262px;
	margin: 28px 0 18px -18px;
	padding: 0 18px 18px 18px;
	color: #ffffff;
}

html>body div.topServiceBox{
	margin-top: 36px;
}
 
.topServiceBox p {
	line-height: 17px;
	margin: 5px 0 0 0;
	color: #FFFFFF;
}
.topServiceBox a {
	color: #FFFFFF; 
}

.topServiceBox a:visited{
	color: #FFFFFF;
}

.topServiceBox a:hover{
	color: #000000;
}

.sbBold{
	font-weight: bold;
	color: #000000;
	padding-bottom: 12px;
}

p.sbVor{
	padding:0px 0 16px 0;
}
p.sbNach{
	padding:16px 0 0 0;
}



.editError{
	font-weight:bold;
	font-style:italic;
	color:red;
}
/*table styles*/

h3.tab{
	margin: 9px 0 9px 0;
	padding:0;
	border:0;
}

table.def{
	margin:0;
	padding:0;
	color: #7F7F7F;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0;
	border-right:0;
	padding-bottom:10px;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 11px;
}
table.def tr{
	padding:5px 0 5px 0;
	border:0;
	margin:0;
}
table.def tr.odd{
	background-color:#ffffff;
	border:0;
}
table.def tr.even{
	background-color:#f2f2f2;
	border:0;
}
table.def tr th{
	color:#c0c0c0;
	border:0;
	border-bottom:1px solid #cccccc;
	padding:5px;
	text-align:left;
	
}
table.def tr td{
	color:#000000;
	padding:5px;
	vertical-align:top;
	border:0;
}

/*------------### start old elements, maybe some obsolete ###-------------------------*/

label {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	width: 130px;
	font-family: Arial;
	font-size: 11px;
	color: #7F7F7F;
}
.dropDownBox {
	border: 0;
	height: 17px;
	margin: 7px 11px 0 0;
	padding-top: 3px;
	font-family: Arial;
	font-size: 11px;
}

/* ie specification with * */
* html .dropDownBox {
	border: 0;
	height: 19px;
	margin: 7px 11px 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

.dropDownForm {
	border: 1px solid #CCCCCC;
	height: 17px;
	margin: 3px 11px 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

.textfield {
	border: 1px solid;
	border-color: #CCCCCC;
	height: 16px;
	width: 256px;
	margin: 0;
	padding: 3px 0 0 3px;
	font-family: Arial;
	font-size: 11px;
}

.searchTextfield {
	border: 0;
	width: 106px;
	height: 16px;
	margin: 0;
	padding: 3px 0 0 4px;
	margin-top: 7px;
	font-family: Arial;
	font-size: 11px;
}

/* ie specific */
* html .searchTextfield {
	border: 0;
	width: 106px;
	height: 17px;
	margin: 0;
	padding: 2px 0 0 4px;
	margin-top: 6px;
	font-family: Arial;
	font-size: 11px;
}

.searchButton {
	border: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 19px;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

/* ie specification */
* html .searchButton {
	border: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 19px;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.textarea {
	border: 1px solid;
	border-color: #CCCCCC;
	width: 256px;
	height: 97px;
}

.tableImgElem {
	float: left; 
	margin: 0; 
	padding: 0; 
	margin-right: 10px;
}

.kontaktSpan {
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

.brClearBoth {
	clear: both;
}

.abuttonClass1 {
	display: inline;
	float: left;
	border: 0;
	background-color: #ffffff;
	margin-right: 8px;
	padding: 3px 4px 2px 4px;
	width: 14px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
}

/* ie specific */
* html .metaNavButton {
	border: 0;
	background-color: #FFFFFF;
	line-height: 18px;
	margin: 0;
	padding: 2px 4px 5px 4px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.abuttonClass1:hover {
	color: #000000;
}

.abuttonClass2 {
	border: 1px solid;
	border-color: #cccccc;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/static/button_bg_weiss.gif);
	line-height: 17px;
	margin: 10px 0 0 0;
	padding: 0 10px 1px 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
}

.abuttonClass2:hover {
	color: #666666;
}

.abuttonClass3 {
	border: 0;
	background-image: url(/static/button_bg_grau.gif);
	line-height: 17px;
	margin: 5px 0 0 0;
	padding: 1px 5px 0 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.abuttonClass3:hover {
	color: #cccccc;
}

.abuttonWarenkorb {
	border: 1px solid;
	border-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/static/button_bg_weiss.gif);
	line-height: 17px;
	margin: 10px 0 0 0;
	padding: 0 10px 1px 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #7F7F7F;
}

.formButton {
	border: 0;
	background-color: #7F7F7F;
	background-image: url(/static/button_bg_grau.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.formButtonHover {
	border: 0;
	background-color: #7F7F7F;
	background-image: url(/static/button_bg_grau.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}

.formButton:hover {
	color: #CCCCCC;
}
