@charset "utf-8";
/* CSS Document */

* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

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

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

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

a:visited {
	color:#FFFFFF;
}


div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url(../images/startpage_background.gif);
	background-repeat: repeat;
}

div#navcontainer {
	height: 105px;
	width: 100%;
	background-image: url(../images/background_nav.png);
	background-repeat: repeat-x;
}

#navinner #logo {
	padding-top: 12px;
	float: left;
	width: 690px;
	height: 60px;
}

#navinner #loginform {
	float: right;
	width: 272px;
	height: 60px;
	padding-top: 10px;
}

#navinner #loginform #login1 {
	font-size: 75%;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	width: 86px;
	margin-top: 1px;
	padding-top: 3px;
}

#navinner #loginform #login2 {
	width: 108px;
	float: left;
}

#navinner #loginform #login2 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 7px;
	margin-top: 1px;
	height: 18px; 
	width: 97px;
	border: 0px;
	background-image: url(../images/login_inputbox.gif); 
}

#navinner #loginform #login3 {
	margin-top: 0px;
}

#horznav {
	float:left;
	width:900px;
	margin: 0px;
	margin-left: -15px;
	padding:0px;
	color:#FFFFFF;
	background:TRANSPARENT;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#horznav ul {
	width: 900px;
}

#horznav ul, #horznav li {
	float: left;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#horznav li a:link, #horznav li a:visited, #horznav li a:active {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 33px;
	line-height: 33px;
}

#horznav li a:hover {
	background-image:url(../images/nav_mouseover.png);
}

.zinner {
	position:relative;
	width: 980px; 
	left: 50%;
	margin-left: -488px; /* neg. Hälfte von width:800px = horizontal zentriertes DIV */
}

div#headercontainer {
	height: 264px;
	width: 100%;
	background-color: #D9DAD9;
	font-size: 0.9em;
	background-image: url(../images/background_header.png);
}

#headerinner #headertext {
	width: 980px;
	height: 234px;
	padding-top: 30px;
	background-image: url(../images/header_laptop.jpg);
	background-repeat: no-repeat;
}
#headertext  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
	margin-left: -3px;
}
#headertext  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 24px;
}

#contentinner h2 {
	color: #FF4E00;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

div#contentcontainer {
	height: 220px;
	width: 100%;
	background-color: #FFFFFF;
}

.contentspalte {
	float: left;
	height: 200px;
	width: 316px;
	margin-top: 10px;
	color: #4D4D4D;
	font-size: 13px;
	line-height: 16px;
}

.contentspalte_mitte {
	float: left;
	height: 200px;
	width: 316px;
	margin-top: 10px;
	padding-left:15px;
	padding-right:15px;
	color: #4D4D4D;
	font-size: 13px;
	line-height: 16px;
	background-image: url(../images/contentspaltentrenner.png);
	background-repeat: no-repeat;
}

div#contentcontainer2 {
	width: 100%;
	height: 100%;
	background-color: #4F6B75;
}

#contentinner2 h2 {
	font-size: 18px;
	padding-bottom: 18px;
	color: #FFFFFF;
}
#contentinner2  #zeile1_2 {
	float: left;
	margin-left: -10px;
	width: 990px;
	background-image: url(../images/bg_zeile2.gif);
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
}

#contentinner2 #zeile1_spalte1 {
	height: 10px;
	width: 612px;
	background-image: url(../images/bg_z1s1.gif);
	float: left;
	margin-right: 10px;
}

#contentinner2 #zeile1_spalte2 {
	float: left;
	height: 10px;
	width: 360px;
	margin-left: 8px;
	background-color: #627C86;
	background-image: url(../images/bg_z1s2.gif);
}


#contentinner2 #zeile2_spalte1 {
	float: left;
	width: 592px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #627C86;
	margin-right: 10px;
}
#contentinner2 #zeile2_spalte2 {
	float: left;
	width: 340px;
	background-color: #627C86;
	margin-left: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contentinner2 #zeile3_spalte1 {
	background-color: #627C86;
	float: left;
	height: 10px;
	width: 612px;
	margin-left: -10px;
	margin-right: 10px;
	background-image: url(../images/bg_z3s1.gif);
}

#contentinner2 #zeile3_spalte2 {
	float: left;
	height: 10px;
	width: 360px;
	margin-left: 8px;
	background-color: #627C86;
	background-image: url(../images/bg_z3s2.gif);
}

div#footercontainer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px; 
	background: #4F6B75;
	color: #D2D2D2;
}

#footerinner a {
	font-size: 70%;
	color: #D2D2D2;
}

#footerinner li {
	float: left;
	padding-right: 18px;
	list-style-type: none;
	}
#footerinner ul {
	margin: 0px;
	padding: 0px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 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 */

