body, h1, h2, h3, img, ul, li, table {
  	margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
}
html, body { 
	font: 12px Arial, sans-serif;
	color: #000000;
	background: #ffc20e url(images/body_bg.png) repeat-x;
	text-align: left;
	height: 100%;
}
a {
    color: #000000;
	text-decoration: none;
}
a:hover {
    color: #3a6baf;
	text-decoration: underline;
}

#siteframe {
	margin-left: auto; 
	margin-right: auto;
	width: 920px; 
	background: url(images/siteframe_bg.png) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*IE*/
}

/* Head-Bereich */
#header  {
	width: 920px;
	height: auto;
}
#header #visual{
	background:url(images/header_visual.jpg) no-repeat;
	height: 192px;
}
#header #visual_chick{
	background:url(images/header_visual_chick.jpg) no-repeat;
	height: 192px;
}
#header #visual_chick2{
	background:url(images/header_visual_chick2.jpg) no-repeat;
	height: 192px;
}
#header #visual_heidenhain{
	background:url(images/header_visual_heidenhain.jpg) no-repeat;
	height: 192px;
	}
#header #visual_mtec{
	background:url(images/header_visual_mtec.jpg) no-repeat;
	height: 192px;
}
#header #visual_heidenhain2{
	background:url(images/header_visual_heidenhain2.jpg) no-repeat;
	height: 192px;
}
#header #visual_frank{
	background:url(images/header_visual_frank.jpg) no-repeat;
	height: 192px;
}
#header #visual_regina{
	background:url(images/header_visual_regina.jpg) no-repeat;
	height: 192px;
}
#header #visual_ad{
	background:url(images/header_visual_ad.jpg) no-repeat;
	height: 192px;
}
#header #visual_mf{
	background:url(images/header_visual_mf.jpg) no-repeat;
	height: 192px;
}
#header #visual_greg{
	background:url(images/header_visual_greg.jpg) no-repeat;
	height: 192px;
	}
#header #visual_np{
	background:url(images/header_visual_np.jpg) no-repeat;
	height: 192px;
}
#header #visual_np2{
	background:url(images/banner_np2.jpg) no-repeat;
	height: 192px;
}
#header #visual_rh{
	background:url(images/header_visual_rh.jpg) no-repeat;
	height: 192px;
}
#header #visual_uw{
	background:url(images/header_visual_uw.jpg) no-repeat;
	height: 192px;
}
#header #visual_kj2{
	background:url(images/header_visual_kj2.jpg) no-repeat;
	height: 192px;
}
#header #historie{
    color: #1d4c8c;
	font-size: 11px;
	padding: 180px 0px 0px 30px;
}


/* Navigation*/
#navigation {
    width: 920px;
	height: 39px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: url(images/navigation.jpg) no-repeat;
}
#navigation #startseite {
	background: url(images/navigation_start.jpg) no-repeat;
}
#navigation #startseite h3{
    color: #808285;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 0px 30px;
	text-transform: none;
	letter-spacing: 0em;
	vertical-align: bottom;
}
#navigation ul{
    list-style: none;
	margin-right: 25px;
	padding-top: 6px;
}
#navigation li {
	float: right;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
}
#navigation #home {
	background: url(images/nav_home.jpg) no-repeat;	
	height: 24px;
	width: 57px;
	display: block;
	margin-left: 30px;
	padding-top: 9px;
}
#navigation #home:hover, #navigation #home.selected {
    background: url(images/nav_home_aktiv.jpg) no-repeat;	
}
#navigation #aktuelles {
	background: url(images/nav_aktuelles.jpg) no-repeat;	
	height: 24px;
	width: 95px;
	display: block;
	padding-top: 9px;
}
#navigation #aktuelles:hover, #navigation #aktuelles.selected {
    background: url(images/nav_aktuelles_aktiv.jpg) no-repeat;	
}
#navigation #unternehmen {
	background: url(images/nav_unternehmen.jpg) no-repeat;	
	height: 24px;
	width: 122px;
	display: block;
	padding-top: 9px;
}
#navigation #unternehmen:hover, #navigation #unternehmen.selected {
    background: url(images/nav_unternehmen_aktiv.jpg) no-repeat;	
}
#navigation #service {
	background: url(images/nav_service.jpg) no-repeat;	
	height: 24px;
	width: 77px;
	display: block;
	padding-top: 9px;
}
#navigation #service:hover, #navigation #service.selected {
    background: url(images/nav_service_aktiv.jpg) no-repeat;	
}
#navigation #download {
	background: url(images/nav_download.jpg) no-repeat;	
	height: 24px;
	width: 95px;
	display: block;
	padding-top: 9px;
}
#navigation #download:hover, #navigation #download.selected {
    background: url(images/nav_download_aktiv.jpg) no-repeat;	
}
#navigation #produkte {
	background: url(images/nav_produkte.jpg)) no-repeat;	
	height: 24px;
	width: 94px;
	display: block;
	padding-top: 9px;
}
#navigation #produkte:hover, #navigation #produkte.selected {
    background: url(images/nav_produkte_aktiv.jpg) no-repeat;	
}
#navigation #kontakt {
	background: url(images/nav_kontakt.jpg) no-repeat;	
	height: 24px;
	width: 78px;
	display: block;
	padding-top: 9px;
}
#navigation #kontakt:hover, #navigation #kontakt.selected {
    background: url(images/nav_kontakt_aktiv.jpg) no-repeat;	
}

/* Content */
#content {
    width: 920px;
	height: auto;
	background: url(images/content_bg.png) no-repeat;
	min-height: 400px;
	clear: both;
}
#content #column_left {
    width: 250px;
	float: left;
}
#content #column_left p.kontakt {
	color: #7d7e80;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #column_left .partner {
    padding: 30px 0px 0px 30px;
}
#content #column_left p.kontakt a {
    text-decoration: none;
	color: #7d7e80;
}
#content #column_main {
    width: 395px;
	margin: 30px 0px 10px 20px;
	border-left: 1px solid #acacac;
	float: left;
	line-height: 1.5em;
	min-height: 310px;
}
#content #column_main_xxl {
    width: 495px;
}
#content #column_right  {
    width: 220px;
	margin: 30px 0px 10px 5px;
	border-left: 1px solid #acacac;
    color: #666666;
	float: left;
	font-size: 11px;
}
#content #column_main ul {
    list-style-image:url(images/list_style_type.gif);
	padding: 10px 37px 0px;
}
#content #column_main li {
	padding: 0px 0px 6px;
}
#content #column_main .download {
	width: 190px;
	float: left;
	padding: 15px 20px 10px;	
}
#content #column_main .download p {
	margin: 5px 0px 5px;	
	/*background-color: #E3E9F2*/
}
#content #column_main .download h2 {
	margin: 5px 0px 15px;	
}
#content #column_main .download p.subkategorie {

}
#content #column_main .download p.kategorie {
	font-weight: bold;
	color: #ffffff;
	background-color: #3a6baf;
	padding: 2px 5px 2px 3px;
}
#content #column_main .download p.subkategorie a {
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 5px 0px 5px;	
	padding: 2px 5px 2px 15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#content #column_main .download p.subkategorie.end a {
	border: 1px solid #ffffff;
}
#content #column_main .download p.subkategorie a:hover {
	border: 1px solid #FF9900;
	background-color: #EAD06A; 
}
#content p {
	margin: 15px 20px 10px;	
}
#content table {
	margin: 10px 17px 10px;	
}
#content h4 {
    color: #dca810;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 20px;	
}
#content h4 a {
    color: #dca810;
	text-decoration: none;	
}
#content h2 {
    color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 20px 15px;	
}
#content h1 {
    color: #3a6baf;
	font-size: 24px;
	font-weight: lighter;
	margin: 10px 20px 10px;
	line-height: 1.1em;
}

/* Submen */
#content #column_left ul { 
    list-style-type: none;
	padding: 0px 9px;	
	background-color: transparent;
	height: 170px;
}  
#content #column_left ul li {	
	text-transform: uppercase;
	font-size:11px;  
}   
#content #column_left ul li a  {
	display: block;
	width: 160px;
	padding: 6px 0px 6px 22px;
	text-decoration: none;
	color: #000000;
	background: #ffffff url(images/list_style.jpg) no-repeat;
}   
#content #column_left ul li a:hover, #content #column_left ul li a.selected {
	background: url(images/list_style_aktiv.jpg) no-repeat;
}   
#content #column_left ul li a.noselected {
	background: url(images/list_style.jpg) no-repeat;
}   
#content #column_left ul li a.nobackground {
	background: none;
}  

/* Allgemeines */
.clr {
	clear:both;
    font:0em sans-serif;
	visibility:hidden;
    margin:0px;
}
.clrborder {
    border-bottom: none;
}
}
.imageleft {
	float: left;
	padding: 0px;
	border: 0px none;

}
.imageright {
	width: 150px;
	float: right;
	padding: 5px;
	border: 0px solid #CCCCCC;
}
.line {
	border-top: 0px solid #7d7e80;
	border-right: 0px solid #7d7e80;
	border-bottom: 1px solid #7d7e80;
	border-left: 0px solid #7d7e80;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blueline {
	padding: 2px;
	border: 0px none;
	background-color: #3a6baf;
	left: 5px;
}
