/**/

html {
	min-height: 101%; /* rechte Scrollbar bei Firefox */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #e6e6e6;
	padding: 0px;
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #666;
	letter-spacing: 0px;
	line-height: 16px;
    text-align: center;  /* Zentrierung im Internet Explorer */	
}

a:link { color:#666; }
a:visited { color:#666; }
a:hover { color:#000; }
a:active { color:#ccd0d5; }

a {
	outline: none;
}

#centerContainer {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width:962px;
}

#floatdiv {
	position:relative;
    background: #dbcbb6;
}

#navig a {
	font-size: 12px;
	color: #f2932e;
	line-height: 16px;
	font-weight: bold;
}

#navig a:link { color:#000; text-decoration: none; }
#navig a:visited { color:#000; text-decoration: none; }
#navig a:hover { color:#fff; text-decoration: none; }
#navig a:active { color:#f2932e; text-decoration: none; }

h1 {
	font-size: 14px;
	margin: 25px 0px 10px 0px;
	color: #f2932e;
	line-height: 19px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	margin: 25px 0px 10px 0px;
	color: #f2932e;
	line-height: 19px;
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}

li {
	margin: 0px 0px 8px 0px;
}

.imgLeft {
	padding: 4px 10px 7px 0px;
	float: left;
}

.box {
	background-color: #e6e6e6;
	padding: 30px;
}

.small {
	font: 9px, verdana, arial, helvetica, sans-serif;
	line-height: 12px;	
}

.details {
	margin: 5px 0px 0px 5px;
	font-size: 11px;	
}

.marker {
	color: #f2932e;
	font-weight: bold;
}

.bgLeft { background: #dbcbb6; }
.bgRight { background: #fff; }
.bgBody { background: #e6e6e6; }



.copyright {
	font-size: 11px;
	color: #000;
	margin: 20px 0px 30px 35px;
}


