/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	text-align:left; 
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #777777;
	background-image: url(media/images/body_bg.jpg);
	text-align:left; 
	margin: 0px;
	background: #00569d;
}

#wrapper {
	width: 750px;
	position: absolute;
	padding: 0px 1px 1px 1px;
	left: 50%;
	margin-left: -405px;
	text-align: center;
	background-color: #FFFFFF;		
}

#header {
	width: 750px;
	height: 125px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#header-left {
	width: 134px;
	height: 125px;
	float: left;
	text-align: left;
	background: #95a9cc;
	border-right: 1px solid #FFFFFF;
}

#header-right {
	width: 615px;
	height: 125px;
	float: right;
	text-align: left;
	background: none;
}

#content-container {
	text-align: left;
}

#navigation {
	text-align: left;
}

#content {
	text-align: left;
}

#footer {
	padding: 4px 4px 4px 4px;
	text-align: center;
	background: #00569d;
	color: #dbe1f1;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
}

.cube-text {
	padding: 20px 20px 10px 30px;
}

.cube-text-home {
	padding: 90px 0px 0px 0px;
	color: #00569d;
}

h3 {
	font-size: 14px;
}

a, a:visited, a:active {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navcontainer {
	width: 134px;
	text-align:left;
	background: #DBE1F1;
}

.content-table {
	width: 750px; 
	height: 400px; 
	border: 0px;
}

/*Hier werden die Merkmale gesetzt, die für alle AnkerSchriften aller Navigationsebenen der Hauptnavi gelten*/
#navcontainer ul a, #navcontainer ul ul a {
	text-decoration: none;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	line-height:15px;
	font-weight: bold;
	text-align:left;	
}


/*Hier werden ALLE Anker angesteuert*/
#navcontainer a {
	text-align:left;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	width: 112px;
	height: 22px;
	color: #00569d;
	padding: 9px 0px 0px 22px;	
}

#navcontainer a:hover {
	color:#dbe1f1;
	background: #00569d;
}

/*Hier der Stil für Lit in der ersten Ebene*/ 
#navcontainer ul li #current {	
	color:#dbe1f1;
	background: #00569d;
}


/*Was an den Ankern der zweite Ebene anders ist als in der Definition für alle anker steht hier*/
#navcontainer ul ul a {
	text-align:left;
	display: block;
	/*border-bottom: 1px solid #FFFFFF;*/
	border-bottom: 0px;
	width: 112px;
	height: 22px;
	color: #95a9cc;
	padding: 9px 0px 0px 22px;	
	background: #00569d;
}

#navcontainer ul ul a:hover {
	color: #dbe1f1;
}

/*Hier der Stil für Lit in der zweite Ebene*/ 
#navcontainer ul ul li #subcurrent {
	color: #dbe1f1;
}

input {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

.contact-field {
	width: 220px;
	border: 1px solid #CCCCCC;	
}