BODY {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#b12b38;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#b12b38;
	scrollbar-shadow-color:#b12b38;
	scrollbar-arrow-color:#b12b38;
	scrollbar-track-color:#EEEEEE;
    height:1500px;
	text-align: center;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-image: url(images/layout/background.gif);
}
* {
	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-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
a:link { color:#000000;text-decoration:underline;font-weight:normal; }
a:visited { color:#000000;text-decoration:underline;font-weight:normal; }
a:active { color:#b12b38;text-decoration:underline;font-weight:normal; }
a:hover { color:#b12b38;text-decoration:underline;font-weight:normal; }
a.navi:link {  color:#000000;text-decoration:none;font-weight:normal; }
a.navi:visited { color:#000000;text-decoration:none;font-weight:normal; }
a.navi:active { color:#b12b38;text-decoration:none;font-weight:normal; }
a.navi:hover { color:#b12b38;text-decoration:none;font-weight:normal; }
a.red:link {  color:#b12b38;text-decoration:none;font-weight:bold; }
a.red:visited { color:#b12b38;text-decoration:none;font-weight:bold; }
a.red:active { color:#b12b38;text-decoration:none;font-weight:bold; }
a.red:hover { color:#b12b38;text-decoration:none;font-weight:bold; }

.bgTrans1px {
	line-height: 1px;
	font-size: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b12b38;
	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;
	margin-left:24px;
	margin-right:24px;
	line-height: 20px;
	display:inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	margin:0px;
	padding:0px;
	color:#b12b38;
}
.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 #b12b38;
}
.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:980px;
	margin-top:20px;
	border: 1px solid #cccccc;
	text-align:left;
}
#logo1 {
	background-color:#FFFFFF;
	width:980px;
	float:none;
}
#logo2 {
	background-color:#FFFFFF;
	width:980px;
	height:40px;
	float:none;
}
#outer_navi {
	width:980px;
	height:36px;
	float:none;
	background-image: url(images/layout/bg-navi.gif);
	background-repeat: repeat-x;
}
#navi {
	text-align:center;
	padding-top:8px;	
}
#bus {
	float:left;
	width:250px;
	height:420px;
}
#outer_container {
	background-color:#fff;
}
#outer_angebot {
	float:none;
	background-color:#e8acac;
}
#angebot {
	height:32px;
}
#inner_angebot {
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
}
.linie {
	line-height:3px;
	height:3px;
	font-size:3px;
	background-image: url(images/layout/linie-horizontal.gif);
	background-repeat: repeat-x;
}
#outer_content {
	float:none;
	background-color:#e6eefd;
}
#content {
	height:385px;
	width:726px;
	overflow:auto;
}
#inner_content {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}
#outerfooter{
	background-color:#FFFFFF;
}
#footer {
	text-align:center;
	background-color:#FFFFFF;
	width:980px;
	/*color:#b12b38;*/
	color:#000000;
}
#inner_footer{
	padding:4px;
}