@charset "utf-8";
/* CSS Document */

/* Listen */

#slider li{
	background: none;
	list-style: none;	
}

li.normal, li{
	list-style: none;
	background: url(../images/list_volmer.jpg) no-repeat left top;
	padding-left: 1.2em;
	margin-top: 2px;
}

ul{

	padding: 0;
	margin: 1.3em;
	margin-top: 5px;
}



body{
	margin: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

a{
	color: red;
	font-weight: normal;
}

p{

}

.slogan{
	position: absolute;
/*	background: url(../images/slogan.jpg); */
	top: 229px;
	width: 140px;
	height: 73px;

	z-index: 99;
}


/* Typo3 Markup */

.news-box{
	margin-top: 25px;
}

.important{
	margin: 0px;
	margin-top:3px;
	color: red;	
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.align-justify{
	text-align: justify;
}

.align-center{
	text-align: center;
}


/* General Structure */


table td{
	padding: 2px;
}

.loading{
	display: block;
	height: 22px;
	width: 200px;
	background: url('../images/loading.gif') no-repeat;
	padding-left: 30px;
	padding-top: 0px;
	margin: 90px 280px;
}

div.csc-sitemap ul li a{
	font-size: 14px;
	color: black;
}

div.csc-sitemap ul li{
	list-style-type: none;
}


.faux_height{
	background: url(../images/faux_bar.jpg);
	width: 100%;
	
	margin-top: 40px;
	
	float: left;
	
	min-height: 200px;
	
	clear: both;
}

.wrapper{
	margin: 0px auto;
	width: 940px;
}

.box1{
	width: 220px;
	min-height: 321px;
	
	margin-right: 1px;
	
	float: left;
}

*html .box1{
	height: 321px;
}

.box1_content{
	width: 180px;
	min-height: 200px;
	
	float: left;
	
	padding-left: 40px;

	clear: both;
}	

*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;
}

.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 #9D9D9D;
}

*+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: 2%;
	height: 230px;	
}

*html .box3{
	height: 231px;
	margin-top: 94px;
}

/* Menus and Navigation */
.submenu{
	float: right;
	margin-top: 44px;
	margin-bottom: 3px;	
}

*html .submenu{
	margin-bottom: 6px;
}

.submenu a{
	color: #9d9d9d;
	text-decoration: none;
	margin-right: 5px;
}

.menu_container {
	background: #9d9d9d;
	min-height: 210px;
	padding-top: 20px;
	padding-left: 40px;
}

*html .menu_container{
	height: 210px;
}

.menu_container a{
	color: black;
	text-decoration: none;
	
	margin-top: 6px;	
	
	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:10px;
	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{  
		width: 40px;
		height:77px;
		background:url(images/button_prev.png) no-repeat 0 0;			
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(images/button_next.png) no-repeat 0 0;	
		width:40px;		
		}														
/* // Easy Slider */

/* Download list */

table.csc-uploads tbody tr.tr-even td.csc-uploads-fileName{
	height: 10px;
}

table.csc-uploads tbody tr.tr-even td{
	height: 10px;
	background: #f5f5f5;
	padding: 2px;
	border: 1px dotted #e3e2e2;
	vertical-align: center;
}

tr.tr-even{
	height: 10px;
}
	
td.csc-uploads-fileName{
	height: 10px;
}


/* Referenzen */

.textpiccontainer{
	background: #f1f1f1;
	padding: 10px;
	height: auto;
	margin-bottom: 20px;
}

#shopbutton{
	width: 60px;
	height: 30px;
	background: black;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99
	display: block;
}
