html,body
{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}

body {
	margin: 0px;
/*	background: #E8E8E8;*/
	background: #e0e0e0;
	overflow: hidden;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvatica;
	font-size: 12px;
}

.centerlayout {
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: rgb(255, 102, 0);
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(255, 102, 0);
	margin: 0px;
}

h1 {
	font-size:26px;
	margin-top: 12px;
	margin-bottom: 8px;
}

h2 {
	font-size:19px;
	margin-top: 6px;
	margin-bottom: 12px;
}

h3 {
	font-size:12px;
}

#center {
	width: 100%;
	height: 100%;
	text-align: center;
}

#pageborder {
	position: relative;
	width: 913px;
	height: 565px;
	text-align: left;
	border: 2px solid #CECECE;
}

#page {

	width: 913px;
	height: 565px;
	text-align: left;
}

#head, #nav2, #nav3, #foot, #deko {
	position: absolute;
}

#head, #foot {
	width: 913px;
}

#head {
	height: 79px;
	left: 0px;
	top: 0px;
	background-color: rgb(255, 102, 0);
	background: url(../images/dold_kopfleiste.gif);
	text-align: right;
}

#logo {
	position: absolute;
	height: 56px;
	width: 170px;
	left: 17px;
	top: 15px;
	background: url(../images/logo.gif);
}

#foot {
	height: 20px;
	left: 0px;
	top: 546px;
	text-align: right;
	background: url(../images/bgfoot.gif);
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
}


#foot a, #navi a {
	color: #ffffff;
}

#foot a:hover, #navi a:hover {
	color: rgb(255, 102, 0);
}


#deko {
	left: 0px;
	top: 99px;
	width: 175px;
	height: 447px;
}




#foot a {
	color: #ffffff;
	padding-left: 12px;
	padding-right: 7px;
}


.notactive { color: black;
}


#contentbg {
	position: absolute;
	left: 0px;
	top: 99px;
	width: 913px;
	height: 446px;
	background: url(../images/bgcontent.gif) fixed;
}


#content {
	position: absolute;
	left: 164px;
	top: 99px;
	width: 749px;
	height: 446px;
	overflow: auto;
}

#contentwrapper {
	padding-left: 24px;
}

#path {
	text-align: left;
	font-size: 11px;
	padding: 3px;
}

#path a {
	color: black;
}

#content img {
/*	border: 2px solid rgb(255, 102, 0); */
	border: 1px solid black;

}

#content img.layout {
	border: 0px none;
}

.service {
	font-size:10px;
	color: #FFC7A1;
	float: left;
	padding:28px;
	padding-left:12px;

}

#head input, #head select {
/*	border: inset  2px #FFA569;*/
	background: #D2D2D2 none repeat scroll 0%;  /* #FFA569 */
	font-size:11px;
}

#head select {
	width:90px;
}

#head select {
	position:absolute;
	margin-left:-90px;
}

.selectplaceholder {
	width:90px;
}

#head select option.produktgruppe2 {
	font-weight: bold;
}

#head input, .service div {
	display: block;
	float:left;
}

.service div {
	padding-right:6px;
}


#head input, #head select {

	margin-top:2px;
}

#head h1 {
	padding-top:2px;
	font-size: 17px;
	font-weight:normal;
	color: #ffffff;
	margin: 0px;
}


.boxcol {
	float: right;
	width: 180px;
}

.box, .box2, .box3 {
	border-left: 2px solid #949494;
	border-bottom: 1px solid #949494;
	margin:4px;
	background: #E8E8E8;
	margin-left:20px;
  margin-bottom: 8px;
}

.box h3, .box2 h3, .box3 h3 {
	background: #949494;
	padding: 2px;
	margin:0px;
	font-size: 12px;
	color: #ffffff;
	line-height:15px;
}


.box2 {
	border-left: 2px solid #4183D7;
	border-bottom: 1px solid #4183D7;
/*	background: #E8E8E8;*/
}

.box2 h3 {
	background: #4183D7;
}

.box p, .box2 p, .box3 p {
	margin:0px;
	padding: 4px;
	font-size: 11px;
	color: #000000;
}

.box h4, .box2 h4, .box3 h4 {
	margin:0px;
	padding: 4px;
	font-size: 12px;
}

.box img, .box2 img, .box3 img {
	padding: 0px;
	border-width: 0px;
}

.box form, .box2 form, .box3 form {
  margin:0px;
  padding: 5px;
  font-size: 11px;
}

.box select, .box2 select, .box3 select {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.box select, .box input, .box2 select, .box2 input, .box3 select, .box3 input {
  font-size: 11px;
}

.box input, .box2 input, .box3 input {
  font-weight: bold;
	background-color: rgb(255, 102, 0);
	color: white;
}

hr {
	border:none;
	border-top: 1px gray solid;
	padding-left:16px;
	padding-right:16px;
	margin:4px;
	
	
}

#content p img {
	border: 2px solid rgb(255, 102, 0);
	margin: 8px;
}


#lang {
	float: right;
	font-size:10px;
	vertical-align:middle;
	white-space:nowrap;
}

#lang img, #lang a {
	border: 0px none;
	float: left;
	padding: 3px;
}

div.pdficon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/pdficon.gif);
}







#subLevelList ul {
	width: 60%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border: 1px solid #aaaaaa;
}

#subLevelList li {
	text-align: center;
	border: 1px solid #aaaaaa;
}

#subLevelList li a {
	color: black;
	display: block;
	padding: 4px 0px 4px 0px;
	font-size: 12px;
	background: #E8E8E8;
	width:100%;
	text-align: center;
}


#subLevelList li a:hover {
	background: #d8d8d8;
}





.productlist table {
	/* border: 1px solid #888888; */
	padding: 6px;
}

.productlist td, .productlist th {
	padding:2px 6px 2px 6px;
	background: #d8d8d8;
	border-bottom: 1px solid #888888;
}

.productlist tr.line1 td {
	background: #e8e8e8;
}

.productlist th {
	line-height: 22px;
}




#startcontent {
	position:absolute;
	width:913px;
	left: 0px;
	top: 0px;
}

#start_willkommensleiste {
	display: block;
	position:absolute;
	width:913px;
	height: 100px;
	left: 0px;
	top: 99px;
	background: url(../images/dold_start_willkommensleist.gif);
}

#start_produkte {
	display: block;
	position:absolute;
	width:704px;
	height: 174px;
	left: 7px;
	top: 202px;
	background: url(../images/dold_start_produkte.gif);
	z-index:10;
}

#start_produkte1, #start_produkte2, #start_produkte3 {
	display:block;
	left:0px;
	top:0px;
	width:234px;
	height:174px;
}

#start_produkte2 {
	left:234px;
}

#start_produkte3 {
	left:468px;
}

#start_news {
	display: block;
	position:absolute;
	left: 695px;
	top: 198px;
	width:216px;
}

#start_news .box {
	overflow: hidden;
	height:332px;
}

#start_about {
	display: block;
	position:absolute;
	left: -13px;
	top: 376px;
	width:728px;
	height:160px;
	overflow: hidden;
}

#start_about a {
	color: black;
}

#start_about1, #start_about2 {
	display: block;
/*
	float: left;
	left:0px;
	top:0px;
	width:340px;
	height:132px;
	padding:3px;
*/
}

#start_about ul {
	padding-left:2em;
	margin: 0;
	padding-top:8px;
}

#start_about ul li {
	padding-bottom: 3px;
}

#start_about p {
	padding: 0px;
	margin: 0px;
	margin-top:8px;
}

.noborder {
  border:none !important;
	border-width: 0px;
}

ul {
	list-style-image: url(../images/doldbullet.gif);
}









#navi {								/* Haupt-Nav-Layer */
	position:absolute;
	top: 79px;
	width:913px;
	height:20px;
	z-index: 10000;

	background: #000000;
	font-weight: bold;
	font-size:12px;
}


#navi a {								/* Hauptpunkte (1. Ebene) top, left, bottom, right */
	padding: 3px 16px 5px 16px;
}

#navi a:hover, #navi li:hover {				/* Hauptpunkte (hover) */
	color:	white;
	background: #4183D7;
}





#vpnavigation li.activepath { /* Listenelemente, die im aktiven Pfad liegen */
	background: #4183D7;
}

#vpnavigation li#active { /* Listen zur aktuellen Kategorie */
	background: #4183D7;
}











#vpnavigation, #vpnavigation ul { /* alle Listen */ 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#vpnavigation ul { /* alle Listen */
}


#vpnavigation li a {
	display: block;
}

#vpnavigation li { /* alle Listenelemente */
	float: left;
}

#vpnavigation li ul a { /*  Listeneinträge-Links ab 2. Ebene */
	width: 14em;
}

#vpnavigation li ul li {/*  Listeneinträge ab 2. Ebene */
	width: 14em;
}

#vpnavigation li ul { /* Listen 2. Ebene */
	border: 1px solid #aaaaaa;

	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;

	position: absolute;
	background: #dfdfdf;
	width: 14em;
	left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
}

#vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */
	background: url(../images/rightarrow.gif) center right no-repeat;
}

#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
	margin: -2.2em 0 0 14em;
}

/* Show/Hide Menus - for just 2 or 3 Levels (with more, alls submeuns are shown at once, workaround see below):
/*

#vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
	left: -999em;
}

#vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul {
	left: auto;
}

*/




/* Menus hidden - for 4 Levels */

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul

{ left: -999em; }


/* show Menus - for 4 Levels */

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul

{ left: auto; }







#nav ul li a {				/* Punkte ab 2. Ebene */
	color: black;


	width: 12em;
	padding-left:1em;
	padding-right:1em;

	padding-top: 5px;
	padding-bottom: 6px;
	
	border-bottom: 1px solid #b8b8b8;
	font-weight: normal;
	text-decoration: none;

}


