/************* Grundefinition & Body mit Scrollbalken **************/

* {
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	list-style-type:none;
}


body {
	line-height:150%;
	color:#666;
	padding:0;
	margin:0;
	text-align: center;
	background:#2B404F url(/images/bg.jpg) repeat-x;
	scrollbar-face-color:#DDDDE1;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#DEE3E7;
	scrollbar-3dlight-color:#D1D7DC;
	scrollbar-arrow-color: #324056;
	scrollbar-track-color:#EFEFEF;
	scrollbar-darkshadow-color:#98AAB1;
}


/************* LAYOUT **************/

#wrap {
	position:relative;
	width:775px;
	margin:20px auto 0 auto;
	text-align:left;
	background:#FFF;
	border:1px solid #FFF;	
}


#header {
position:relative;
	height:110px;
	}
#headerLeft {
	width:637px;
	height:109px;
	float:left;
	border-bottom:1px solid #9C0;
	border-right:11px solid #9C0;
	background:url(/images/duesseldorf.jpg) no-repeat;
	}
#header #logo {
	position:absolute;
	top:4px;
	right:24px;
}



#main {
	clear:both;
	padding:75px 30px 20px 30px;
}

#headl {
	height:25px;
	margin-bottom:35px; 
}

#mainText {
	 margin-left:140px;
	 padding:0 40px 0 20px;
	 border-left:7px solid #990000;
}

#foot {
	position:relative;
	width:775px;
	margin:0 auto 0 auto;
	padding: 2px 0 10px 0;
	text-align:right;
}

.line {
	border-top:1px solid #996;
	margin-bottom:5px;
}


div .clean {
	display:block;
	clear:both;
	width:0;
	font-size:0; 
	line-height:1px;
}


.sub {
	border-left:7px solid #EAEAEA;
	padding-left:20px;
	text-align:justify;
}










/************* TEXT **************/

/*.red { color:#990000; letter-spacing:1px; font-weight:bold; }
.reds { font-size: 10px; color:#990000; }

.xs { font-size: 9px; }
*/

h1, h1 a:link, h1 a:visited {
	font-size:13px;
	color: #990000;
	font-weight: bold;
	margin: 0 0 6px 0;
}

h2, h2 a:link, h2 a:visited {
	font-size:12px;
	color: #5C739C;
	font-weight: bold;
	margin: 0 0 0px 0;
}


h3, h3 a:link, h3 a:visited {
	font-size:10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.dot {
	color:#9C0;
	font-size:14px;
	font-weight:bold;
}





/************* LINKS **************/

a {
	text-decoration:none;
	outline:none;
}



a:link, a:visited {
	font-size:11px;
	color:#5C739C;
	font-weight:normal;
}

a:hover {
	color:#990000;
}

a.lbase:link, a.lbase:visited {
	font-size:11px;
	color:#5C739C;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
a.lbase:hover {
	color:#990000;
}


a.lcr:link, a.lcr:visited {
	font-size:10px;
	color:#5C739C;
	font-weight:normal;
}
a.lcr:hover {
	color:#FFF;
}


/************* TABELLEN **************/

td, tr, table {
	font:normal  11px/110% Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif;
	color: #666666;
	border-collapse:collapse;
	border:0;
}

td.form {
	padding:10px 0 0 60px;
	background:url(/images/line_lime.gif) no-repeat 0 20px;
}






/************* LISTEN **************/

ul {
	margin:0;
	padding:0;
}

.points li {
	background:url(/images/line_lime.gif) no-repeat 0 9px;
	padding-left: 60px;
	margin: 12px 0 12px 80px;
	font-weight:bold;
	font-size:11px;
}




/************* IMAGES **************/

.base {
	padding:4px;
	background:#FFF;
	border:1px solid #999;
}




/************* FORMULARE **************/


.field {
	color:#333;
	border:1px solid #C3C3C3;
	width:220px;
	height:15px;
}

.tarea {
	color:#333;
	border:1px solid #C3C3C3;
	width:220px;
	height:90px;
}

.fbutton {
	font-size:11px;
	width:223px;
	height:22px;
}






/***** MENÜ *****/

#menu {
	float:left;
	width:755px;
	padding-top:20px;
	padding-left:20px;
	background:url(/images/nav_bg.jpg) repeat-x;
	}

#menu ul {
	padding: 0;
	margin: 0;
	height:30px;
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	letter-spacing: 3px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#menu ul li a:link, #menu li a:visited {
	height:15px;
	color: #5C6773;
	font-weight:normal;
	display: block;
	padding: 5px 0 0 0;
	margin:0 15px 0 10px;
	float: left;
	}
	
#menu ul li a:hover {
	background: url(../images/nav_on.jpg);
	border-bottom:3px solid #990000;
}

#menu ul li a.mainActive {
	border-bottom:3px solid #9C0;
}



/***** ENDE MENÜ *****/

