/* Knoll P&B  */

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #303030;
	background-repeat:repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/bg_nav2.jpg);
	}

/*Positionierung Mitte */
#alles {
	position: absolute;
	width: 812px;
	margin-left:-406px;
	left:50%;
	}

/*Selektor aktiver Link im Haupmenü */
#kat1 #m1 a{
	color: #999999;
	}

#kat2 #m2 a{
	color:#999999;
	}
#kat3 #m3 a{
	color:#999999;
	}
#kat4 #m4 a{
	color:#999999;
	}
#kat5 #m5 a{
	color:#999999;
	}
#kat6 #m6 a{
	color:#999999;
	}

/*Header-Bereich mit Firmenname und Hauptmenü */
#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 160px;
	background: transparent url(img/bg_nav2.jpg);
	}	

#header h1 {
	width: 800px;
	margin: 15px 0 15px 0;
	float:left;
	color:#FFFFFF;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	}
#header h2 {
	width: 800px;
	color:#F0D2AF;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#header a {
	color:#F0D2AF;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	}

#header a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}

#header p {
	width: 800px;
	float: right;
	text-align:right;
	color:#F0D2AF;
	margin: 10px 10px 0px 0;
	font-size: 12px;
	line-height: 130%;
	font-weight:normal;
	}
	
#header img {
	float: right;
	}

#foto {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/aktuelles2.gif);
	}

#foto2 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/arbeitsbereicheb.gif);
	}

#foto3 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/referenzen2.gif);
	}

#foto4 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/team4.gif);
	}

#foto5 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/links_b.gif);
	}

#foto6 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 221px;
	background-image: url(img/oben/kontakt3.gif);
	}

#weiss {
	background-color: #FFFFFF;
	height:400px;
	margin: -1px 0 0 0;
	padding: 0;
	}

#weissoh {
	background-color: #FFFFFF;
	height:100%;
	margin: -1px 0 0 0;
	padding: 0px;
	}

#menu {
	clear: left;
	float: left;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0px;
	}

#menu ul {
	list-style: none;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0;
	}

#menu li {
	margin-bottom:10px;
	}

#menu li a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
	height: 20px;
	line-height:140%;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	padding: 3px 0px 0px 3px;
	background:#817F84;
	border-bottom: 1px solid #666666;
	}

#menu li a:hover {
	background:#666666;
	color:#FFFFFF;
	border-bottom: 1px solid #3F3F3F;
	}

#menu h3{
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 140px;
	color:#A6C700;
	font-size: 11px;
	line-height: 1.3em;
	}

.textbox {
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 160px;
	color: #505050;
	background-color:#FFFFFF;
	line-height: 1.3em;
}

.textbox p{
	margin: 10px 10px 10px 10px;
	padding: 0px;
	width: 140px;
	color: #505050;
	font-size: 12px;
	line-height: 1.3em;
}


/*button mit grafik */

a.button {
    /* Sliding right image */
    background: transparent url('img/button_rechts.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 19px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	width:145px;
	margin-top: 10px;
	margin-right: 6px;
	padding-right: 24px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button span {
	/* Background left image */ 
	background: transparent url('img/button_links.png') no-repeat; 
	display: block;
	line-height: 10px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 5px 0 5px 24px;
} 
a.button:hover span{
	text-decoration:underline;
	color:#FFFFFF;
}
a.button2 {
    /* Sliding right image */
    background: transparent url('img/button_rechts2.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 36px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	width:145px;
	margin-top: 10px;
	margin-right: 6px;
	padding-right: 24px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button2 span {
	/* Background left image */ 
	background: transparent url('img/button_links2.png') no-repeat; 
	display: block;
	line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 5px 0 5px 24px;
} 
a.button2:hover span{
	text-decoration:underline;
	color:#FFFFFF;
}

/* ende button mit grafik */

#content {
	margin: 0px 0px 0px 180px;
	padding: 0 10px 0 10px;
	line-height: 140%;
	text-align: left;
	border-left:1px solid #666666;
	height:100%;
	background-image:url(img/bg_tech_plan.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#content_voll {
	margin: 0px 0px 0px 10px;
	padding: 0 10px 0 10px;
	line-height: 140%;
	text-align: left;
	height:100%;
	background-image:url(img/bg_tech_plan.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}



#content p {
	color:#4F4F4F;
	margin: 0 20px 0px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight:normal;
}

#content h2 {
	font-family:Tahoma,Arial,sans-serif;
	color:#ab1a24;
	font-weight:bold;
	font-size: 18px;
	margin: 0px 0 10px 0;
	padding-top:20px;
}

#content h3 {
	color:#ab1a24;
	font-size: 12px;
	margin: 15px 0 10px 0;
}

img.rahmen {
	padding: 2px;
	display:inline;
	background:#FFFFFF;
	border: 4px solid #EFEFEF;
	float: left;
	 margin-right:10px;
}

#content_voll p {
	color:#4F4F4F;
	margin: 0 20px 0px 0;
	font-size: 12px;
	line-height: 140%;
	font-weight:normal;
}

#content_voll h2 {
	font-family:Tahoma,Arial,sans-serif;
	color:#ab1a24;
	font-weight:bold;
	font-size: 18px;
	margin: 0px 0 10px 0;
	padding-top:20px;
}

#content_voll h3 {
	color:#ab1a24;
	font-size: 12px;
	margin: 15px 0 10px 0;
}


#fuss {
	clear: both;
	padding: 2px 0 2px 0;
	border-top: 3px solid #f0f0f0;
	width: 812px;
	text-align: center;
	color: #808080;
	font-size: 10px;
	background-color:#FFFFFF;
	height:25px;
}

#korn {
	background-image: url(img/korn_gross_braun.png);
	background-repeat: no-repeat;
	background-position: left;
	height:785px;
	width:100%;
	position: absolute;
	bottom: -20px;
	z-index: -1;
	left: 1px;
		}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: underline;
	color:  #ab1a24;
}

a:hover {
	text-decoration: underline;
	color: #FF3300;
}

a img {
	border: 0;
}

li	{
	margin-top:10px; 
	font-size: 12px;
	color: #303030;
	line-height:normal;
}

.links {
	margin: 10px 10px 5px 0;
	float: left;
	}

.linien {
	padding: 3px 0 3px 0;
	border-top:  2px groove #F0D2AF;
	border-bottom:  2px groove #F0D2AF;
	}
	
.rechts {
	margin: 10x 0 5px 10px;
	float: right;
}

.schatten {
	background: url(img/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 2px solid;
	border-right:none;
	border-bottom:none;
	}

.subheader {
	font-size: 12px;
	font-weight: 600;
}

.textrechts {
	text-align: right;
}

.container {
	line-height: 140%;
	text-align: left;
	font-size: 12px;
	color: #303030;
	
	}
