@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

a{
	color: red;
}

p{

}

.slogan{
	background-position: 0% 0%; position: absolute;
	top: 200px;
	width: 240px;
	height: 50px;

	z-index: 99; background-color:#FF0000; background-repeat:repeat; background-attachment:scroll
}


/* General Structure */


table td{
	padding: 2px;
}

div.indent p{
	margin: 0px;
	margin-top:3px;
	color: red;
}

.loading{
	background-position: 0% 0%; display: block;
	height: 22px;
	width: 200px;
	padding-left: 30px;
	padding-top: 0px;
	margin: 90px 280px; background-image:url('loading.gif'); background-repeat:no-repeat; background-attachment:scroll
}

div.csc-sitemap ul li a{
	font-size: 14px;
	color: black;
}

div.csc-sitemap ul li{
	list-style-type: none;
}


.faux_height{
	background-position: 
               0% 0%; width: 100%;
	
	margin-top: 40px;
	
	float: left;
	
	min-height: 200px;
	
	clear: both; background-image:url('faux_bar.jpg'); background-repeat:repeat; background-attachment:scroll
}

.wrapper{
	margin: 0px auto;
	width: 940px;
}

.box1{
	width: 220px;
	min-height: 321px;
	
	margin-right: 1px;
	
	float: left;
}

*html .box1{
	height: 321px;
}

.box1_content{
	width: 200px;
	min-height: 200px;
	
	float: left;
	
	padding-left: 20px;

	clear: both; padding-right:10px
}	

*html .box1_content{
	height: 200px;
}

.box1_content p{
	margin: 0px;
	color: #929292;
}

.box2{
	width: 699px;
	min-height: 321px;
	
	float: left;
}

*html .box2{
	height: 321px;
}

.box2_content{

	width: 700px;
	
	float: right; 
}
.content{

	float: left; padding-right:10px 
}
.box2_content h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	
	color: #929292;


	margin: 0px;
	margin-bottom: 20px;
}

.box2_content div div dl dt img{
	float: right;
	
	border-right: 18px solid #ededed;
}

*+html .box2_content div div{
	margin-right: 18px;
}

.box2_content p{
	margin: 0px;

	margin-bottom: 20px;
	line-height: 21px;
}

.box2_content div div div p{
	padding-right: 50px;
}

.box3{
	float: right;
	background: #9d9d9d;
	margin-top: 92px;
	width: 20px;
	height: 230px	
}

*html .box3{
	height: 231px;
	margin-top: 94px;
}

/* Menu's and Navigation */
.submenu{
	float: right;
	margin-top: 40px;
	margin-bottom: 2px;	
}

*html .submenu{
	margin-bottom: 6px;
}

.submenu a{
	color: #9d9d9d;
	text-decoration: none;
	margin-right: 5px;
}

.menu_container {
	background: #9D9D9D;
	min-height: 215px;
	padding-top: 15px;
	padding-left: 30px;
}

*html .menu_container{
	height: 215px;
}

.menu_container a{
	color: black;
	text-decoration: none;
	
	margin-top: 5px;	
	
	float: left;
	clear: left
}

.menu_container a:hover{
	color: white;
}

.menu_container a.active{
	color: white;
}

/* Head logo & banner */

.logo{
	width: 220px;
	height: 92px;
}

.banner{
	margin-top: 40px;
}

*html .banner{
	top: 65px;
}

/* Footer */
.footer{
	clear: both;

	width: 940px;
	height:15px;
	background: #9c9c9e;
	
	float: left;
	margin-top: 40px
}

/* Kontakt */

.box2_content table td {
	padding:5px 10px 5px 0px;
}

.box2_content .invalid {
	border:1px solid red !important;
}

.box2_content .messageBox {
	font-size:0.8em;
	font-style:italic;
}

.box2_content .messageBox .invalid {
	width:auto;
	border:none !important;
}

.box2_content label {
	display:block;
	
	width:100px;
}

.box2_content .contact_text {
	width:246px;
	height:18px;
	
	margin:0px;
	padding:2px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	border:1px solid #9c9d9d;
}

.box2_content .contact_input_size1 {
	width:175px;
}

.box2_content .contact_input_size2 {
	width:57px;
}

.box2_content .contact_input_margin_right {
	margin:0px 5px 0px 0px;
}

.box2_content .contact_break {
	margin:0px 0px 5px 0px;
}

.box2_content .contact_textarea {
	width:246px;
	height:215px;
	
	margin:0px;
	padding:2px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	border:1px solid #9c9d9d;
}

.box2_content .contact_submit {
	text-align:right;
}

/* Easy Slider */
	#slider{
	margin: 0px auto;
	padding: 0px 0px;
	overflow: hidden;
	position: absolute;
	top: 62px;
}	

*html 	#slider{
	top: 65px;
}
	
	*+html #slider{
	float: left;
	}

	*html #slider{
	float: left;
	}
	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;	
		}

	#slider ul li img{
		display:none;
	}

	*+html #slider ul{
		float:left;
		margin-right: 50px;
		overflow: hidden;
		
	}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:699px;
		height:260px;
		overflow: hidden;

		}	
	*#html slider li{
		float:left;
		margin-right: 50px;

	}

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin: 20px;
		}						
		
	p#controls, p#controls2{
		text-align: center;
		margin:0;
		left: 30.2%;
		top: 43%;
		} 
	p#controls2{
	}
		
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:40px;
		height:77px;	
		display: none;
		}	
	#nextBtn, #nextBtn2{ 
		margin-left: 633px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		background-position: 0 0; width: 40px;
		height:77px;
		background-image:url('button_prev.gif'); background-repeat:no-repeat; background-attachment:scroll			
		}	
	#nextBtn a, #nextBtn2 a{ 
		background-position: 
               0 0; width:40px; background-image:url('button_next.gif'); background-repeat:no-repeat; background-attachment:scroll		
		}														
/* // Easy Slider */
div#nav a:hover {
	
}
.hauptlink {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	display: block;
	text-indent: 12px; padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
.hoverlink {
	background:#DADADA url('cms_grafik/pfeilrechts.gif') no-repeat 1px 4px; font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	text-indent: 12px;
	padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
div#subnav a:hover {
}
.sublink {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 20px; padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
.hoversublink {
	background:#E8E8E8 url('cms_grafik/pfeilunten.gif') no-repeat 12px 6px; font-size: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 20px;
	padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
div#subsubnav a:hover {
}
.subsublink {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 30px; padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
.hoversubsublink {
	background:#EFEFEF url('cms_grafik/pfeilrechtsklein.gif') no-repeat 22px 5px; font-size: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 30px;
	padding-left:2px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
ul {
	text-decoration: none;
	list-style-type: square;
	}
ol {
	text-decoration: none;
}
.inputsubmit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #333333;
}
.inputtext {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
div#menue {
	width: 200px;
	height: 100%;
	min-height: 100%;
	float: left;
	}
div#banner {
	padding-right:10px
}