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

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

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #818181;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E8E9EB;
	
}

table, tr, td, tbody {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

div {
	text-align: left;
}

form {
	margin: 0px;
}

img {
	margin: 0px;
	border: none;
}

fieldset {
	border: none;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

/*LIST-STYLE NEBEN TEXT MIT FLOAT BILD...*/
ul {
	margin-left: 0;
	padding-left: 2.5em;
}
li {
	list-style-image: url(images/bullet.gif);
}
* html li {
	list-style-image: url(images/bullet_ie.gif);
}

hr {
	border: 1px solid #818181;
	margin-top: 10px;
	margin-bottom: 10px;
}


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


.lauftext {
}

.areacolor {
}

.areacolor_orange {
	color: #ee7f01;
}

.areacolor_blau {
	color: #004494;
}

.areacolor_rot {
	color: #e2001a;
}

.bildtext {
	font-size: 10px;
	color: black;
}

.quicklinks {
	text-decoration: none;
	font-weight: bold;
}
.quicklinks:hover {
	color: #818181;
}

.input {
	border: 1px solid #818181;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #818181;
	width: 300px;
}

h1 {
	font-size: 13px;
	color: #ee7f01;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 10px;
}

h2 {
	font-size: 13px;
	color: #ee7f01;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #ee7f01;
	margin: 0px;
	padding-bottom: 10px;
}

h4 {
	font-size: 11px;
	color: #ee7f01;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

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

.footer {
	width: 700px;
	margin-left: 25px;
	padding-top: 6px;
	background-image: url(images/border_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
}
* html .footer {
	margin-left: 0px;
	padding-bottom: 6px;
}

.mainmenu1 {
	text-decoration: none;
	font-size: 11px;
	color: #858585;
	height: 20px;
	line-height: 20px;
	margin-left: 8px;
	display: block;
}
.mainmenu1:hover {
	font-weight: bold;
	color: #858585;
}

.mainmenu1_act {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 8px;
	display: block;
}

.mainmenu2 {
	text-decoration: none;
	font-size: 11px;
	color: #858585;
	height: 20px;
	line-height: 20px;
	margin-left: 32px;
	display: block;
}
.mainmenu2:hover {
	font-weight: bold;
	color: #858585;
}

.mainmenu2_act {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 32px;
	display: block;
}

.mainmenu3 {
	text-decoration: none;
	font-size: 11px;
	color: #858585;
	height: 20px;
	line-height: 20px;
	margin-left: 40px;
	display: block;
}
.mainmenu3:hover {
	font-weight: bold;
	color: #858585;
}

.mainmenu3_act {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 40px;
	display: block;
}

.mainmenu {
	margin-left: 15px;
	width: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/border_mainmenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.mainmenu_line {
	height: 1px;
	width: 130px;
	margin-left: 15px;
	background-image: url(images/border_mainmenu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.mainmenu_special {
	margin-left: 15px;
	width: 130px;
	height: 20px;
	margin-top: 22px;
	margin-bottom: 23px;
	background-image: url(images/mainmenu_bg_special.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
* html .mainmenu_special {
	margin-bottom: 11px;
}

.mainmenu_special a {
	color: white;
}

.topmenu_hover {
	color: #8b8b8b;
	text-decoration: none;
}
.topmenu_hover:hover {
	color: #ee7f01;
}

.topmenu_act {
	color: #ee7f01;
	font-weight: bold;
	text-decoration: none;
}



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

.intro_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.intro_link:hover {
	font-weight: bold;
}

div#intro_container {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 750px;
	height: 465px;
	background-color: #FFFFFF;
	z-index: 10;
}

	div#intro_links {
		position: absolute;
		top: 125px;
		left: 125px;
		width: 500px;
		height: 12px;
		z-index: 500;
	}
	
		div#intro_link1 {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			width: 110px;
			text-align: center;	
		}
		
		div#intro_link2 {
			position: absolute;
			top: 0px;
			left: 188px;
			height: 100%;
			width: 110px;
			text-align: center;	
		}
		
		div#intro_link3 {
			position: absolute;
			top: 0px;
			right: 0px;
			height: 100%;
			width: 110px;	
			text-align: center;
		}
	
	div#intro_pics {
		position: absolute;
		top: 150px;
		left: 125px;
		width: 500px;
		height: 110px;
		z-index: 500;
	}
	
		div#intro_pic1 {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			width: 110px;	
		}
		
		div#intro_pic2 {
			position: absolute;
			top: 0px;
			left: 195px;
			height: 100%;
			width: 110px;	
		}
		
		div#intro_pic3 {
			position: absolute;
			top: 0px;
			right: 0px;
			height: 100%;
			width: 110px;	
		}
	
	
	
	div#intro_pics_neu {
		position: absolute;
		top: 195px;
		left: 30px;
		width: 690px;
		height: 75px;
		z-index: 500;
	}
	
		div#intro_pic1_neu {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			width: 210px;	
		}
		
		div#intro_pic2_neu {
			position: absolute;
			top: 0px;
			left: 240px;
			height: 100%;
			width: 210px;	
		}
		
		div#intro_pic3_neu {
			position: absolute;
			top: 0px;
			right: 0px;
			height: 100%;
			width: 210px;	
		}
	
	
	
	div#intro_pics_refl {
		position: absolute;
		top: 260px;
		left: 125px;
		width: 500px;
		height: 110px;
		z-index: 500;
	}
	
		div#intro_pic1_refl {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			width: 110px;
			background-image: url(images/intro_pic1_refl.jpg);
		}
		
		div#intro_pic2_refl {
			position: absolute;
			top: 0px;
			left: 195px;
			height: 100%;
			width: 110px;
			background-image: url(images/intro_pic2_refl.jpg);	
		}
		
		div#intro_pic3_refl {
			position: absolute;
			top: 0px;
			right: 0px;
			height: 100%;
			width: 110px;
			background-image: url(images/intro_pic3_refl.jpg);	
		}
	
	div#intro_footer {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 30px;
		background-color: #FFFFFF;
		z-index: 250;
	}



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

div#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(images/border_top.jpg);
	background-color: #FFFFFF;
	z-index: 500;
	/*z-index: 5;*/
}

	div#topmenu_outer {
		position: relative;
		top: 0px;
		height: 100%;
		width: 750px;
		margin: 0px auto;
		z-index: 350;
	}
		
		div#title {
			position: absolute;
			left: 3px;
			bottom: 4px;
			z-index: 350;
		}
		
		div#topmenu_inner {
			position: absolute;
			right: 10px;
			bottom: 5px;
			z-index: 300;
		}
		
		div#topmenu_blank {
			height: 16px;
			width: 1px;
			background-color: white;
			position: absolute;
			right: 5px;
			bottom: 2px;
			z-index: 500;
		}

div#container_outer {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 750px;
	z-index: 10;
}
	
	div#header {
		position: absolute;
		/*top: -2px;*/
		top: 6px;
		left: 0px;
		height: 150px;
		width: 100%;
		z-index: 250;
	}
	
	div#container_inner {
		position: absolute;
		top: 110px;
		left: 0px;
		width: 100%;
		background-image: url(images/border_navigation.jpg);
		background-repeat: repeat-y;
		z-index: 500;
	}
	
		div#navigation {
			float: left;
			width: 160px;
			min-height: 260px;
			height: auto !important;
			height: 260px;
		}
		
			div#mainmenu {
				width: 100%;
			}
			
			div#spacer {
				width: 10px;
				height: 100px;
			}
		
		div#content_outer {
			float: right;
			width: 590px;
		}
		
			div#content_inner {
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
			}
			* html div#content_inner {
				padding-right: 5px;
				padding-left: 5px;
			}
			
				div#news {
					padding-left: 15px;
					padding-bottom: 15px;
					float: right;
				}
		
		div#sitemenu {
			position: absolute;
			left: 0px;
			bottom: 40px;
			text-align: center;
			width: 160px;			
			/*height: 30px;*/
			height: 15px;
			z-index: 600;
		}
		
		div#footer {
			width: 100%;
			padding-top: 10px;
			height: 30px;
			background-color: #FFFFFF;
			z-index: 250;
		}
