
/* CSS Document */

body {
	margin:20px 0 20px 0!important;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:70%;
	color:#666;
	line-height:1.8em;
	background: #dfe4ea url(../img/bg.gif) 0 0 repeat;
}

/**Funktionen *********************************************************/

.clearFix {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	background: transparent;
	height:0px;
}

.wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:10;
}

/**Gesamt********************************************************************/

a {
	text-decoration:none;
	color:#ed141f;
	text-decoration:underline;
}

a:hover { color:#666; }

a img { border:none; }

/**LAYOUT********************************************************************/
#band {
	background:#9ca0a3 url(../img/bg2.gif) 0 0 repeat;
	height:190px;
	position:absolute;
	z-index:5;
	top:70px;
	width:100%;
	left:0;
}

#schatten {
	background:transparent url(../img/schatten3.png) 0 0 repeat-y!important;
	z-index:1;
	position:absolute;
	top:0;
	left:-9px;
	height:524px;
	width:919px;
	background:none;
}

/* FIX FOR IE6 */
*#schatten { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/schatten3.png', enabled=true, sizingMethod='scale');
}

/* FIX FOR IE7 */
* + html #schatten { background:none !important; }

#intromain{
background:transparent url(../img/startBgPicture.jpg) 0 0 no-repeat;
border:1px solid #fff;
height:354px;
width:898px;

}

#intromain span {
display:block;
font-family:helvitica,arial,verdana,sans-serif;
font-size:2.6em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:20px;
text-align:right;}

#servicenavi {
	padding:2px 0 2px 0;
	height:18px;
}

#servicenavi a {
	color:#666;
	text-decoration:none;
}

#servicenavi a:hover { text-decoration:underline; }


.flags {

float:left; width:798px;

}

#service {
text-align:right; padding-right:2px;
float:left; width:100px;

}






/**Suche********************************************************************/		



.loginBox{width: 600px;padding: 5px;}

.usr{float: left; width: 90px;padding: 0 3px;}
.pass{float: left; width: 90px;}

.loginBox input{
	border: 1px solid #ccc;
	width:80px;
	padding: 1px;
	font: normal 12px arial;
	color:#666;
}

.loginBox input.form_button{
	background:transparent url(../img/searchicon.gif) 10px 7px no-repeat;
	float:left;
	width:30px;
	font-size:0!important;
	height:19px;
	cursor:pointer;
	border: none;
}



/**Main Navi********************************************************************/								 


.loginPlusLinks {
	border: 1px solid #fff;
	width:898px;
	margin:0;
	overflow:hidden;
	padding:0;
	height:41px;
	background:#fff url(../img/bg_navi.gif) 0 0 repeat-x;
	position:relative;
	z-index:10;
}

.loginBox{
	float: left;
	width: 600px;

}

.startLinks{
	float: right;
	width: 260px;
	text-align: right;
}

.startLinks ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}

.startLinks ul li {
	float:left;
	background: transparent url(../img/trenner_navi.gif) right center no-repeat;
	padding:0 2px 0 1px;
}
.startLinks ul li.lastLi {
	float:left;
	background: none;
	padding:0 2px 0 1px;
}

.startLinks ul li a {
	color:#666;
	font-size:1.1em;
	padding:9px 12px 12px 12px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

.startLinks ul li a:hover, .startLinks ul li a.active {
	color:#336600;
	background:#fff url(../img/bg_navi_hover.gif) 0 0 repeat-x;
}

