@charset "UTF-8";


body {
	background-image: url(media/hg_iq.jpg);
	background-repeat: repeat-x;
	background-color: #FAF9E4;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

#content_all {
	position: relative;
margin: 0 auto;
width: 805px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
}

/*_______Positioning_______*/

#branding {
	height: 154px;
	width: 805px;
	top: 0px;
}

#menue {
	height: 45px;
	width: 805px;
	background-image: url(media/hg_menu.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 780px;
	background-image:url(media/hg_content.jpg);
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left:25px;
}

#footer {
	clear: both;
	position: absolute;
	padding-top:13px;
	padding-left:20px;
	bottom: 0;
	height: 40px;
	width: 805px;
	background-color: #FAF9E4;
	background-image: url(media/hg_footer.jpg);
	background-repeat: no-repeat;
	padding-bottom:20px;
}

#footer p {
	color: #666666;
	font-size: 10px;
}

#left {
font-size: 11px;
	line-height: 16px;
	color: #000000;
	float: left;
	width: 280px;
}

#right {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	float: right;
	width: 410px;
	padding-right:70px;
}

#formular {
	position: absolute;
	height: 315px;
	width: 325px;
	left: 510px;
	top: 25px;
}

#copy_02 p {
	font-size: 11px;
	line-height: 14px;
	color: #CCCCCC;
}


#copy_01 p {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	}
	

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size:11px;
	font-weight:bold;
	}
	
	.headline3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	}
	
form {
	padding: 3px;
}

input {
	border: none;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 2px;
	border-top: 1px;
	border-top-color: #999999;
	border-top-style: solid;	
}

.submit {
	background-color: #660000;
	color:#FFFFFF;
	border: 1px solid #000;
	padding: 2px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

table b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: bold;
}

#spacer {
 clear: both;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*_______Liste Hauptmenue_______*/


ul {
margin: 0;
padding: 7px;
list-style: none;
width: 790px;
float: left;
}

ul li {
float: left;
}

ul a {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	background: url(media/line.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 14px;	
}

ul a:hover {
color:#000000;
background: url(media/menon.jpg);
background-repeat:no-repeat;
}

ul .first a:hover {
background: none;
}

ul .first a {
background: none;
}

.menaktiv {
display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
background: url(media/menon.jpg);
background-repeat:no-repeat;
	font-size: 14px;	
}

a.sub:link {
	color: #999999;
	text-decoration: none;
}

a.sub:visited {
	color: #999999;
	text-decoration: none;
}

a.sub:hover {
color: #000;
text-decoration: underline;
}

a.sub:active {
color: #000;
text-decoration: underline;
}
