BODY {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#7e0518;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#7e0518;
	scrollbar-shadow-color:#7e0518;
	scrollbar-arrow-color:#7e0518;
	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:#000000;text-decoration:underline;font-weight:normal; }
a:visited { color:#000000;text-decoration:underline;font-weight:normal; }
a:active { color:#7e0518;text-decoration:underline;font-weight:normal; }
a:hover { color:#7e0518;text-decoration:underline;font-weight:normal; }
a.navi:link {  color:#fff;text-decoration:none;font-weight:normal; }
a.navi:visited { color:#fff;text-decoration:none;font-weight:normal; }
a.navi:active { color:#ccc;text-decoration:none;font-weight:normal; }
a.navi:hover { color:#ccc;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:#7e0518;text-decoration:none;font-weight:bold; }
a.red:visited { color:#7e0518;text-decoration:none;font-weight:bold; }
a.red:active { color:#7e0518;text-decoration:none;font-weight:bold; }
a.red:hover { color:#7e0518;text-decoration:none;font-weight:bold; }

.tablepadding td {
	padding:5px;
}
.bgTrans1px {
	line-height: 1px;
	font-size: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7e0518;
	font-weight: bold;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:160px;
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:12px;
	height:26px;
	line-height: 24px;
	color:#fff;
	font-weight:bold;
	background-image: url(images/layout/bg_navi.gif);
	background-repeat: no-repeat;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	color:#7e0518;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	color:#7e0518;
	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 #7e0518;
}
.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:1000px;
	margin-top:0px;
	text-align:left;
	height:auto; /* Mindesthöhe für den IE */
}
#outer_main {
	float:left;
	width:1000px;
	/*background-color:#FFFFFF;*/
	height:auto; /* Mindesthöhe für den IE */
}
#head {
	width:1000px;
}
#navitop {
	float:left;
	width:1000px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	background-color:#7e0518;
	border-bottom: solid 2px #8a928e;
}
#main {
	float:left;
	width:1000px;
	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_content {
	float:left;
	background-color:#fff;
	width: 996px;
	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 {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
	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 */ 
}
#outer_footer{
	clear:both;
	width:1000px;
	height:2px;
	background-color: #8a928e;
}
#footer {
	text-align:center;
}