@charset "utf-8";
/* CSS Document */

/* Allgemeines Layout */

html {
	margin:0;
	padding:0;
	height:100%;
}

body         {
	text-indent: 0;
	word-spacing: 0;
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	background-color:#f5ccb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	list-style-position: inside;
} 

#page_container {
	width: 1185px;
	margin-left:auto;
	margin-right:auto;
	color: #5f0707;
	line-height:1.8em;
	/* border:1px solid #d5d6d7; */
}

#header_top {
	width: 1185px;
	height: 236px;
	background-repeat: no-repeat;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color:#f5ccb0;
}

#header_top_logo {
clear:both;
	margin:20px 20px 0 0;
	padding:0;
		width:406px;
	height:60px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}




#main_content {
	position:relative;
	width: 1185px;
	font-size:12px;
	background-image: url(../images/HG_main.jpg);
	background-repeat: repeat-y;    
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #f5ccb0;
	margin:0;
	padding:0;
}

#main_content_pad {
	position:relative;
	width: 1185px;
	background-image: url(../images/HG_headline.jpg);
	background-repeat: no-repeat;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	margin:0;
	padding: 0 0 0 8px;
}


#main_content_pad a {
	font-weight:bold;
	text-decoration:none;
	color:#5f0707;
	border-bottom: 1px #f5ccb0 solid;
}

#main_content_pad a:hover {
	color:#f5ccb0;
	border-bottom: 1px #5f0707 dashed;
}

#main_content_pad .download a {
	border-bottom:#FFFFFF 1px solid;
}

#main_content_pad .download a:hover {
	border-bottom:#FFFFFF 1px solid;
}

#footer {
	position:relative;
	width: 1185px;
	height:59px;
	font-size:11px;
	text-align:center;
	background-image: url(../images/HG_bottom.jpg);
	background-repeat: no-repeat;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color:#f5ccb0;    
	margin:0;
	padding: 13px 0 0 0;
    color:#5f0707;
}

#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#5f0707;
}

/* Allgemeine Tag-Definitionen in den verschiedenen Bereichen des Layouts */

#main_content p {
	margin: 0;
	padding: 0 0 1em 0;
	text-align:justify;
	line-height: 1.2;
}

#main_content h1 {
    text-align:right;
	margin:17px 70px 0 0;
	font-size:24px;
	color:#5f0707;
}

#main_content h2 {
	margin:5px 0 10px 0;
	font-size:15px;
	color:#5f0707;	
}

.minipictab {border:#eeeeee 6px solid;}
.minipic {padding:4px; border:#5f0707 1px solid;}
.pictab {margin-right:15px; background-color:#eeeeee; border: #999999 0px solid;}
.techtab { width:434px; background-color:#eeeeee; border: #999 1px solid;}


