@charset "utf-8";
/* CSS Document */

html{
	width:100%; 
	height:100%; 
	overflow: -moz-scrollbars-vertical;
	margin:0;
	padding:0;
}

body { 
	width:100%; 
	min-height:100%; 
	background:#505050; 
	margin:0;
	padding:0;
	text-align:left; 
	font:11px/17px Verdana, Arial, Helvetica, sans-serif ; 
	color : #000; 
}

/* OVERALL ------------------------------------------------------------------------------------*/
.clear{
	clear:both;
}
.error{
	border:1px solid #d50000;
	background-color:#f9e2d8;
}
a, a:link, a:active, a:visited { 
color : #000;
} 
a:hover { 
color : #000;
} 
a img, a:link img, a:active img, a:visited img, a:hover img{ 
border : none;
}
p{
	margin:1.12em 0;
	clear:both;
}
p.img_sub{ /*Bildunterschrift*/
	font-size:10px;
}
h1 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin: auto;
}

h2 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:1.12em 0;
}
/*SITE ---------------------------------------------------------------------------------------*/
#site_frame{
	width:870px;
	margin:0 auto;
	}
/*Shadows*/
#shadow_top{
	width:870px;
	height:15px;
	background:url(/img/shadow_top.png) top left no-repeat; 
	margin-top:10px;
}
* html #shadow_top{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shadow_top.png', sizingMethod='');
	background:none;
}
#shadow_site{
	width:850px;
	padding:0 10px;
	background:url(/img/site_shadow.png) top left repeat-y;  
}
* html #shadow_site{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site_shadow.png', sizingMethod='scale');
	background:none; 
}
#shadow_bottom{
	width:870px;
	height:15px;
	background:url(/img/shadow_bottom.png) bottom left no-repeat; 
	margin-bottom:10px;
}
* html #shadow_bottom{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/shadow_bottom.png', sizingMethod=''); 
	background:none; 
}
/*Seitenhintergrund*/
#site{
	width:830px;
	padding:4px 10px;
	background-color:#fff;
	}

/*NAVIGATION ----------------------------------------------------------------------------*/
#site #header{
	width:100%;
	height:50px;
	background:url(/img/header_bg.gif) top left repeat-x;
}
#site #navigation{
	width:100%;
	background:url(/img/header_corners.gif) top left no-repeat;
}

#navigation ul{ 
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation ul li{ 
	float:left;
	height:50px;
	width:118px;
	background:url(/img/trenner.gif) top right no-repeat;
}

#navigation .last {
	float:left;
	height:50px;
	width:118px;
	background:none;
}


#navigation ul li a{ 	
	display:block;
	text-decoration:none; 
	font:14px Verdana, Arial, Helvetica, sans-serif;
	width:75px;
	text-align:center;
	padding:30px 20px 0 20px;	
}
#navigation ul li a:hover{ 	
	color:#c11e20;
}		
#navigation ul li a.mainmenu0a { 
	color:#c11e20;
}

/*HEADER Bild -------------------------------------------------------------------------------------*/
#site #header_img {
	width:100%;
	margin:20px 0;
}

/*EINSPALTIGER CONTENT-----------------------------------------------------------------------*/
#site #content_frame{
	min-height:400px;
height:auto !important; /* Hierdurch wird height nicht �berschrieben, der IE 6 interpretiert dies nicht */
/* F�r IE 6 */
height:400px;
	}

/*Hauptinhalt*/
#content_frame #content{ 	
	
}


#content_frame #rcontent{
   width:270px;
   float:right;
}




/*FOOTER -------------------------------------------------------------------------------------*/
#site #footer_wrap{
	background:url(/img/footer_bg.gif) bottom left repeat-x;
	width:100%;	
	margin-top:30px;
	border-top:1px solid #c7c7c7;
}
#site #footer{
	height:80px;	
	background:url(/img/footer_corners.gif) bottom left no-repeat;
	padding:10px;
}
/*Copyright*/
#footer #logos{
	float:left;
}
#footer #logos img{
	margin-top:10px;
}
/*Impressum, Datenschutz*/
#footer #meta{
	float:right;
}
#footer #meta a{
	text-decoration:none;
}
/*Boxen ----------------------------------------------*/
.box{
	margin-bottom:20px;
	padding:40px 20px 10px 20px;
}
	
.box h1{
	height:40px;
	line-height:40px;
	margin:-40px -20px 20px -20px;
	padding:0 20px;

}

.left{
	float:left;
	margin-right:10px;
}
.right{
	float:right;
}

/*Box Startseite gro� ----------------------------------------------*/
.home{
	width:790px;
	background:url(/img/box_home_c_bg.jpg) bottom left no-repeat;
}
.home h1{
	background:url(/img/h1_bg_home.gif) top left no-repeat #595959;
}
.home a, .home a:link, .home a:active, .home a:visited, .home a:hover{
	color:#fff;
	text-decoration:none;
}
.home a:hover{
	text-decoration:underline;
}

/*Textbox 2 Spalten  ----------------------------------------------*/
.text_2s{
	width:510px;
	background:url(/img/box_bg_text_2s.gif) bottom left no-repeat #eaeaea;
}
.text_2s h1{
	background:url(/img/h1_bg_text_2s.gif) top left no-repeat #595959;
}

/*Textbox volle Breite  ----------------------------------------------*/
.text_full{
	background:url(/img/box_bg_text_full.gif) bottom left repeat-x #eaeaea;
}
.text_full h1{
	background:url(/img/h1_bg_home.gif) top left no-repeat #595959;
}

.LandingContactForm h1{
	background:none;
	color:#000;
	font-weight:bold;
}


/*Infoflyer 1 Spalten  ----------------------------------------------*/
.gradient_1s_wrap{
	
	width:270px;
	background:url(/img/bg_gradient_1s.gif) bottom left repeat-x #f4f4f4;
	margin-bottom:20px;
}
.gradient_1s{
	width:230px;
	background:url(/img/text_bg_gradient_1s.gif) bottom left no-repeat;
	margin-bottom:0;
}
.gradient_1s h1{
	background:url(/img/h1_bg_gradient_1s.gif) top left no-repeat #f4f4f4;
	color:#000;
	padding:0 0 0 20px;
}


.billi{
	width:550px;
	margin-top:20px;
}
/*------Kontaktformular-----*/

/* Die Klassen box und light sind im Abschnitt Boxen definiert*/

.contact table td {
	padding:4px 0;
}
.contact table td.label {
	width:100px;
}
.contact table td.field {
	width:430px;
}
input, select, textarea {
	margin:0;
}	
/* Cart */
input, textarea, option {
	border:1px solid #595959;
	margin:3px 0;
	font-size:11px;
}
table.cart td{
	font-size:10px;
	padding:3px 5px;
	height:16px;
}
table.cart td a.icon{
	padding-top:6px;
}
table.cart td a img{
	border:none;
}
table.cart tbody td{
	color:#000;	
	vertical-align:top;
}
table.special tbody td{
	background-color:#fff;
}
table.special thead td{
	background-color:#595959;
	color:#fff;
}
table.cart tbody td input.amount{
	width:20px;
}
table.summary tbody td{
	background-color:#595959;
	color:#fff;	
	vertical-align:top;
}
#content table.summary tbody td a:link,#content table.summary tbody td a:active,#content table.summary tbody td a:visited, #content table.summary tbody td a:hover{
	color:#fff;	
	text-decoration:underline;
}
table.cart tr.border td{
	border-top:1px solid #595959;	
}
table.cart tr.double_border td{
	border-top:2px solid #595959;	
}
table.confirm td{
	color:#000;	
	vertical-align:top;
}
table.confirm thead td{
	font-weight:bold;
}
.contact{
	width:390px;
}
/*submits---------------*/
p.refresh{
	text-align:right;
}
#navigate{
	margin-top:20px;
}
#navigate .back{
	width:50%;
	float:left;
}
#navigate .next{
	float:right;
	width:50%;
	text-align:right;
}
/*cartmini---------------*/
#cart{
	width:181px;
	float:left;
	background-color:#dadadc;
}
#cart h3{
	background-color:#dadadc;
	padding:10px 0 0 10px;		
}
#cart .cart_cnt{
	padding:10px;
	background-color:#e7e7e9;
}
.cart_cnt a:link, .cart_cnt a:active,.cart_cnt a:visited {
	font-size:11px;
	font-weight:bold;
	color:#666;
}
.cart_cnt a:hover {
	font-size:11px;
	font-weight:bold;
	color:#18627f;
}

/*Marginalspalte*/
#content_right{
	width:181px;
	margin-top:67px;
	padding:0 0 0 0px;
	float:right;
	}