@charset "utf-8";
html {
	padding:0px;
	margin:0px;
	overflow:auto;
	height:auto;

}
body {
	min-height:100%;
	height:auto;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
.site {
	padding:0px;
	margin:0px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	min-height:100%;
	height:auto;
	min-width:1100px;
	overflow:visible;


}
.htitle {
	width:640px;
	text-align:right;
	height:16px;
	line-height:16px;
}
/* geht in IE7
.site {
	padding:0px;
	margin:0px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	min-height:100%;
	height:auto;
	min-width:1100px;
	overflow:visible;
}
*/
/* Background-Header */
.color-leiste-top {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	float:left;
	height:210px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #dc002e;
}
.cl-rot {
	float:left;
	background-color:#dc002e;
	width:50%;
	height:18px;
	position:relative;
}
.cl-blau {
	float:right;
	background-color:#004489;
	width:49%;
	height:18px;
	position:relative;
}
/* Ende Background-Header */

.main {
	position:absolute;
	top:0px;
	left:50%;
	background-color:#FFF;
	width:1100px;
	margin-left:-550px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #004489;
	border-left-color: #dc002e;
	min-width:1100px;
	overflow: visible;
	min-height:100%;
	background-image:url(images/bg-reindl.gif);
	background-repeat:repeat;
}
.header {
	width:100%;
	height:210px;
	background-color:#333;
	position:relative;
	top:0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dc002e;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}
.flash {
	width:318px;
	height:168px;
	float:right;
	background-color:#063;
}
.menueleiste {
	width:auto;
	position:absolute;
	height:40px;
	bottom:0px;
	padding-left:230px;
}
.content-left {
	position:relative;
	left:0px;
	width:210px;
	height:auto;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}
.content-right {
	/*position:absolute;
	right:0px;*/
	position:relative;
	float:right;
	width:210px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.content-main {
	position:relative;
	/*left:225px;*/
	left:5px;
	float:left;
	width:646px;
	top:8px;
	height:auto;
	padding-bottom:20px;
	margin-bottom:30px;
}

.content-left-ce_box {
	position:relative;
	float:left;
	width:210px;
	margin-bottom:10px;
	height:auto;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004489;
}
.bg-footer {
	position:absolute;
	bottom:0px;
	height:15px;
	width:100%;
	background-color:#004489;
	clear:both;
}
