BODY {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#8d0006;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#8d0006;
	scrollbar-shadow-color:#8d0006;
	scrollbar-arrow-color:#8d0006;
	scrollbar-track-color:#EEEEEE;
    height:auto;
	text-align: center;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-color:#f1f1f1;
}
* {
	padding:0px;
	margin:0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight:normal;
}
ul,li {
	padding:0;
	margin:0;
	margin-left:15px;
}
ul {
	margin-bottom:15px;
}
p {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	line-height:16px;
}
a:link { color:#8d0006;text-decoration:underline;font-weight:bold; }
a:visited { color:#8d0006;text-decoration:underline;font-weight:bold; }
a:active { color:#8d0006;text-decoration:underline;font-weight:bold; }
a:hover { color:#8d0006;text-decoration:underline;font-weight:bold; }
a.navi:link {  color:#000;text-decoration:none;font-weight:normal; }
a.navi:visited { color:#000;text-decoration:none;font-weight:normal; }
a.navi:active { color:#fff;text-decoration:none;font-weight:normal; }
a.navi:hover { color:#fff;background-color:#8d0006;text-decoration:none;font-weight:normal; }
a.navitop:link {  color:#fff;text-decoration:none;font-weight:normal; }
a.navitop:visited { color:#fff;text-decoration:none;font-weight:normal; }
a.navitop:active { color:#ccc;text-decoration:none;font-weight:normal; }
a.navitop:hover { color:#ccc;text-decoration:none;font-weight:normal; }
a.red:link {  color:#8d0006;text-decoration:none;font-weight:bold; }
a.red:visited { color:#8d0006;text-decoration:none;font-weight:bold; }
a.red:active { color:#8d0006;text-decoration:none;font-weight:bold; }
a.red:hover { color:#8d0006;text-decoration:none;font-weight:bold; }

.navi{
	display:block;
	padding-top:4px;
	padding-left:20px;
	padding-bottom:4px;
}
.tablepadding td {
	padding:5px;
}
.bgTrans1px {
	line-height: 1px;
	font-size: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8d0006;
	font-weight: bold;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	color:#fff;
	display:block;
	background-color:#8a928e;
	border-bottom:2px solid #D0D5D3;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	color:#fff;
	display:block;
	background-color:#8a928e;
	border-bottom:2px solid #D0D5D3;
}
h3 .navi{
	padding-left:40px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	color:#8d0006;
	display:inline;
}
.norm10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.red12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C0509;
}
.required {
	color: #7C0509;
}
.borderred {
	border: 1px solid #8d0006;
}
.borderblack {
	border: 1px solid #000000;
}
.textfield {
	border: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
}


#container_main {
	margin:auto;
	width:1333px;
	margin-top:0px;
	text-align:left;
	height:auto; /* Mindesthöhe für den IE */
}
#headtop {
	width:980px;
	height:33px;
	background-color:#8d0006;
}
#outer_main {
	float:left;
	width:980px;
	/*background-color:#FFFFFF;*/
	height:auto; /* Mindesthöhe für den IE */
}
#head {
	width:980px;
	height:120px;
}
#navitop {
	float:left;
	width:980px;
	padding-top:9px;
	padding-bottom:8px;
	text-align:left;
	background-color:#8d0006;
	border-bottom: solid 2px #8a928e;
}
#main {
	float:left;
	width:980px;
	height:auto; /* Mindesthöhe für den IE */
}
#main_border {
	float:left;
	border-left: solid 2px #8a928e;
	border-right: solid 2px #8a928e;
	background-color:#d0d5d3;
	height:auto; /* Mindesthöhe für den IE */
}
#outer_navi {
	float:left;
	width:200px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
}
#navi {
	float:left;
	text-align:left;
	margin-top:2px;
	width:200px;
	/*display:block;*/
}
#outer_content {
	float:left;
	background-color:#fff;
	width: 776px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
}
#inner_content {
	float:left;
	border-left: solid 2px #8a928e;
	padding:0px;
	text-align:justify;
	min-height: 930px; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:930px; /* Mindesthöhe für den IE */ 
	/*overflow: none !important;  FF Scroll-leiste */ 
}
.content_padding {
	float:left;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#outer_footer{
	clear:both;
	width:980px;
}
#footer {
	border: solid 2px #8a928e;
	background-color: #fff;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}

/* Fader */
#bilder {
    background-repeat: no-repeat;
    float: left;
    width: 776px;
    height: 580px;
}
.fader {
    position: relative;
    display: inline-block;
}

.fader img {
    vertical-align: top;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}