@import url("style_navi.css");
@import url("style_content.css");
@import url("style_rte.css");

body {
	margin: 0;
	padding: 0;
	background-color: #5c244c;
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	line-height: 1.5em;
	text-align: center;
}
body * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
ul {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -999em;
}
.not_bold {
	font-weight: normal;
}
.text_highlight {
	color: #cd2db4;
}
div#HEADER {
	background-color: #8e217d;
	height: 3.3em;
}
	div#HEADER_INNER {
		width: 945px;
		margin: 0 auto;
		text-align: left;
	}
	img#LOGO {
		display: block;
		float: left;
		width: 360px;
	}

div#CONTAINER {
	padding-bottom: 0px;
	width: 100%;
	background-image: url(../images/bg_headerimage.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
div#INNER_CONTAINER {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


div#HEADER_IMAGE {
	text-align: left;
	height: 180px;
	clear: both;
	width: 945px;
	overflow: hidden;
}
.startseite#CONTAINER {
	background-image: url(../images/bg_headerimage_startseite.gif);
}
.startseite div#HEADER_IMAGE {
	height: 320px;
}
.videoguide#CONTAINER{
	background-image: url(../images/bg_headerimage_startseite.gif);
}
.videoguide div#HEADER_IMAGE {
	height: 320px;
}
	div#HEADER_IMAGE img {
		display: block;
	}
	
	
div#HEADER_IMAGE_ALT {
	position: relative;
	height: 320px;
}
div#HEADER_IMAGE_ALT p {
	background-color: #000000;
	width: 310px;
	padding: 5px 10px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	text-align: center;
}
div#HEADER_IMAGE_ALT p a {
	color: #CEBECA;	
	text-decoration: none;
}
div#HEADER_IMAGE_ALT p a:hover {
	color: #ffffff;
}


div#CONTENT {
	width: 755px;
	/*width: 800px;*/
	float: left;
	padding-left: 10px;
}	
	div.CONT_LEFT {
		/*width: 530px;*/
		width: 500px;
		float: left;
		padding: 18px 0 1em 0;
		overflow: hidden;
		background-color: #fff;
		color: #434343;
	}
	.startseite div.CONT_LEFT {
		padding: 10px 0 0 0;
	}
	div.CONT_RIGHT {
		width: 245px;
		/*width: 260px;*/
		float: right;
		margin-bottom: 6em;
		padding: 10px 0 0 0;
	}
			
		
div#FOOTER {
	background-image: url(../images/bg_schraffur.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	font-size: 0.9em;
	padding: 5px 0 0 0;
	line-height: 1.4em;
}
