										/* ################# */
										/* ### STYLES V2 ### */
										/* ################# */

/* ############## */
/* ### BASICS ### */
/* ############## */

html, body {
	z-index: 0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	background-color: #E3EBDC;
	background-image: url(images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
}

form {
	margin: 0px;
}

img {
	border: none;
}


/*CSS-STYLED-CONTENT IE BUG*/
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 15px;
}
div.csc-textpic-caption {
	display: block;
}
/**/


table,tr,tbody,td,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}


a {
	color: #FFFFFF;
	text-decoration: underline;	
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.lauftext {
}


.bildtext {
	font-size: 10px;
	color: #FFFFFF;
}
a.bildtext {
	color: #FFFFFF;
}
a.bildtext:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/*LIST-STYLE NEBEN TEXT MIT FLOAT BILD...*/
* html ul {
	height: 1em;
}

html>body ul {
	overflow: auto;
}
ul	{
	list-style-image:url(images/bullet.png);
	margin-left: 0;
	padding-left: 2.5em;
}
/*li {
	list-style-image: url(images/bullet.png);
} */



/* ############# */
/* ### FONTS ### */
/* ############# */

h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #FFFFFF;
	font-size: 12px;
}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.breadcrumb {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footertext {
	font-size: 10px;
	color: #000000;
}

.footermenu {
	font-size: 10px;
	color: #000000;
	text-transform: lowercase;
}

.geschwungeneSchrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ueberschrift_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



/* ################ */
/* ### MAINMENU ### */
/* ################ */

.mainmenu1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A171B;
	line-height: 26px;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	display: block;
}
.mainmenu1:hover {
	color: #C20F1F;
}

.mainmenu1ACT {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C20F1F;
	line-height: 26px;
	text-decoration: none;
	float: left;
	margin-left: 10px;
}
.mainmenu1ACT:hover {
	color: #C20F1F;
}

.mainmenu1_spacer {
	width: 205px;
	height: 1px;
	margin-left: 15px;
	background-color: #c6c5c6;
	display: block;
}

.mainmenu1_bullet {
	background-image: url(images/mainmenu1_bullet.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 9px;
	float: left;
	margin-left: 15px;
	margin-top: 9px;
	display: block;
}

.mainmenu2 {
	color: #1A171B;
	line-height: 22px;
	text-decoration: none;
	margin-left: 38px;
	display: block;
}
.mainmenu2:hover {
	color: #C20F1F;
}

.mainmenu2ACT {
	color: #C20F1F;
	line-height: 22px;
	text-decoration: none;
	margin-left: 38px;
	display: block;
}
.mainmenu2ACT:hover {
	color: #C20F1F;
}



/* ############# */
/* ### INTRO ### */
/* ############# */

div#intro_wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	height:auto !important; 
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 10;
}

	div#intro_container {
		position: absolute;
		top: 0px;
		left: 50%;
		width: 1432px;
		height: 515px;
		text-align: center;
		margin-left: -716px;
		z-index: 10;
	}
	
		div#intro_header_left {
			position: absolute;
			left: 0px;
			top: 0px;
			height: 515px;
			width: 67px;
		}
		* html div#intro_header_left {
		}
		
		div#intro_header_middle {
			position: absolute;
			top: 0px;
			left: 64px;
			height: 515px;
			width: 1292px;
		}
		* html div#intro_header_middle {
			left: 63px;
		}
		
			div#introheader {
				margin-top: -3px;
			}
			
			div#intro_bottomshadow {
				marign-top: -3px;
			}
		
		div#intro_header_right {
			position: absolute;
			left: 1353px;
			top: 0px;
			width: 69px;
			height: 515px;
		}
		* html div#intro_header_right {
			left: 1352px;
		}

div#intro_background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/intro_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 0;
}


/* ############## */
/* ### LAYOUT ### */
/* ############## */

div#container {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 970px;
	height:auto !important; 
	height: 100%;
	min-height: 100%;
	z-index: 10;
}

	div#top {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 355px;
		z-index: 10;
	}
	
		div#logo {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 235px;
			height: 170px;
			z-index: 10;
			text-align: center;
			padding-top: 35px;
		}
		
		div#mainmenu {
			position: absolute;
			top: 170px;
			left: 0px;
			width: 235px;
			text-align: left;
			z-index: 10;
		}
		
		div#header_wrapper {
			position: absolute;
			top: 0px;
			left: 235px;
			width: 735px;
			height: 355px;
			text-align: left;
			z-index: 20;
		}
			
			div#header_overlay {
				position: absolute;
				top: 273px;
				left: 0px;
				width: 100%;
				height: 82px;
				z-index: 20;
				background-image: url(images/header_overlay.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
			div#header {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				z-index: 10;
			}
		
		div#breadcrumb {
			position: absolute;
			bottom: 4px;
			left: 245px;
			height: 15px;
			z-index: 30;
		}
	
	div#content_wrapper {
		position: absolute;
		top: 355px;
		left: 0px;
		width: 100%;
		z-index: 5;
	}
	
		div#content_left {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 235px;
			z-index: 10;
			background-image: url(images/background_left.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}
	
		div#content_right {
			position: absolute;
			top: 0px;
			left: 235px;
			width: 715px;
			padding: 10px 10px 135px 10px;
			text-align: left;
			border-top: 3px solid #FFFFFF;
			z-index: 10;
			overflow-x: hidden;
		}
		* html #content_right {
			width: 735px;
			padding: 10px 10px 135px 10px;
		}

div#content_background_wrapper {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
}
* html div#content_background_wrapper {
	position: absolute;
	top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

	div#content_background {
		position: relative;
		margin: 0px auto;
		bottom: 0px;
		width: 970px;
		height: 100%;
		z-index: 5;
		background-image: url(images/background_right.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
	}

div#footer_wrapper {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 148px;
	overflow: hidden;
	z-index: 1000;
}
* html div#footer_wrapper {
	position: absolute;
	top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
	
	div#footer_bg {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -2510px;
		width: 5020px;
	}
		
	div#footer {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 980px;
		height: 148px;
		text-align: left;
		z-index: 10;
	}

		div#address {
			position: absolute;
			left: 0px;
			bottom: 3px;
			width: 100%;
			z-index: 10;
		}
		
		div#footermenu {
			position: absolute;
			bottom: 3px;
			left: 683px;
			z-index: 20;
		}
		* html div#footermenu {
			left: 695px;
		}
		
		/* Nur Intro */
		div#langmenu {
			position: absolute;
			bottom: 3px;
			right: 0px;
			z-index: 20;
		}