* {
   color: #191919;
   padding: 0px;
   margin: 0px;
   border: 0px;
   font-family: arial, sans-serif;
   font-size: 10pt;
}

div#main {
   overflow: auto;
   width: 1027px;/*923*//*1106*/
   margin: 0px auto;
   margin-top: 5px;
   background-image: url(img/background.gif);
   background-repeat: repeat-y;
}

div#top {
   width: 932px;/*828*//*1011*/
   height: 137px;
   padding-left: 95px;
   float: left;
   border-bottom: 5px solid white;
}

div#top img {
   float: left;
   border-left: 5px solid white;
}

div#left {
   width: 95px;
   margin-right: 5px;
   float: left;
}

div#left img {
   border-bottom: 5px solid white;
}


/* Einstellungen fuer das Menu*/
div#menu {
   display: block;
   float: left;
   width: 215px;
   margin-right: 5px;
}

div#menu ul {
   list-style-type: none;
}

div#menu ul li {

}


div#menu a {
   display: block;
   height: 22px;
   background-color: #d2d2d2;
   border-bottom: 1px solid white;
   display: block;
   padding-top: 7px;
   text-decoration: none;
}

div#menu ul li#current a, div#menu ul li#current ul li#active a {
   background-color: #bfdbd2;
   font-weight: bold;
}
div#menu ul li a:hover, div#menu ul li#current a:hover, div#menu ul li#current ul li#active a:hover{
   background-color: #bfdbd2;
}

div#menu ul li#current ul li a, div#menu ul li#current ul li#active ul li a {
   background-color: #d2d2d2;
   font-weight: normal;
}

div#menu ul li a {
   padding-left: 10px;
}

div#menu ul li ul li a {
   padding-left: 18px;
}

div#menu ul li ul li ul li a {
   padding-left: 30px;
   font-size: 8pt;
}

div#menu ul li ul li ul li ul li a {
   padding-left: 40px;
   font-size: 8pt;
}



/*
div#menu ul li ul li a.active, div#menu ul li ul li a:hover {
   background-color: #bfdbd2;
   font-weight: bold;
}
*/

div#content {
   float: left;
   width: 667px;/*523*//*706*/
   padding: 20px;
   /*margin:20px;*/
}

div#content h1 {
   font-size: 12pt;
   padding-bottom: 20px;
}

div#content h2 {
   margin-top: 15px;
   font-size: 11pt;
}

div#content h3 {
   margin-top: 10px;
}
div#content p {
   margin-top: 6px;
   margin-bottom: 6px;
   line-height: 14pt;
}

div#content ul, div#content ol {
   margin-top: 4px;
   margin-bottom: 4px;
   margin-left: 20px;
   line-height: 14pt;
}


#productheadline {
   margin-top: 5px;
   margin-left: -32px;
   margin-bottom: 35px;
}

p#productpages {
	margin-left: 120px;
	padding-bottom: 25px;
	padding-top: 15px;
	color: #999999;
}

#productpages a{
	text-decoration:none;
	color:#999999;
}
#productpages a:hover{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#products {
   margin-left: -20px;
   padding: 0px;
   border: 0px;
}

#products a {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

#products a img {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;}

/* Modul Bild*/
.fllinks {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

.flrechts {
	float:right;
	padding:0px;
	margin:14px 0px 0px 14px;
}

.flLeft {float:left;}
.flRight {float:right;}

/* KLassen für die Hintergrundfarben der Produkte*/
img.links{
	background-image: url(produktkatalog/back-blue.png);
	background-repeat: repeat-y;
}
img.rechts{
	background-image: url(produktkatalog/back-green.png);
	background-repeat: repeat-y;
}
/*Ende Hintergrunde */

/*Formular*/
div.formblock {
	width: 500px;
	margin-bottom: 15px;
	}

div.formblock input{
 
}

div.formblock label{
	width: 95px;
	display: inline-block;
    vertical-align: top; 	
}

input.formsubmit{
	background-color: #bfdbd2;
	margin-left: 170px;
	cursor: pointer;
}

div.formtrenn{
	width: 200px;
	height: 20px;
}
/* Suchfeld in Navigation*/
div#suchbox{
   height: 32px;
   background-color: #d2d2d2;
   border-bottom: 1px solid white;
   padding-left: 10px;   
}
#suchbox label, #suchbox input { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
}

input.search{
	width: 110px;
	margin-top: 8px;
	background-color: #e8e7e7;
	}
#suchbox label {
	margin-top: 7px;
	margin-right: 7px;
}
input.searchsubmit{
	background-color: #d2d2d2;
	color: black;
	border: 1px solid #fff;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 7px;
	margin-top: 6px;
	cursor: pointer;
}
/* Ende Suchfeld */

/* Button Intranet Navigation */
div#intranet{
   height: 32px;
   background-color: #d2d2d2;
   border-bottom: 1px solid white;
   padding-left: 10px;   
}

#intranet a:hover{
   background-color: #999999;
}

/* Ende Intranet */
