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

* {
	padding: 0; margin: 0;
}

body {
	background-color: #3e424e;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #2f2f2f;
}

#site {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -483px;
	
	width: 966px;
	background-color: #FFF;
}

#header {
	height: 115px;
	width: 966px;
	overflow: hidden;
}

#logo {
	float: left;
	margin-left: 10px;
	margin-top: 24px;
}

#sm_logos {
	position:absolute;
	left: 823px;
	margin-top: 75px;
		
	height: 55px;
	width: 190px;
}

#sm_logos a {
	width: 28px; 
	height: 28px;
	
	display: block;
	text-indent: -5000px;
	float: left;
	margin-right: 5px;
}

#sm_logos a.fb {
	background-image:url(../images/ic_facebook_off.png);
	background-repeat:no-repeat;
}
#sm_logos a.fb:hover {
	background-image:url(../images/ic_facebook_on.png);
	background-repeat:no-repeat;
}

#sm_logos a.tw {
	background-image:url(../images/ic_twitter_off.png);
	background-repeat:no-repeat;
}
#sm_logos a.tw:hover {
	background-image:url(../images/ic_twitter_on.png);
	background-repeat:no-repeat;
}

#sm_logos a.ms {
	background-image:url(../images/ic_myspace_off.png);
	background-repeat:no-repeat;
}
#sm_logos a.ms:hover {
	background-image:url(../images/ic_myspace_on.png);
	background-repeat:no-repeat;	
}

#sm_logos a.yt {
	background-image:url(../images/ic_youtube_off.png);
	background-repeat:no-repeat;
}
#sm_logos a.yt:hover {
	background-image:url(../images/ic_youtube_on.png);
	background-repeat:no-repeat;
}

#navigationWrapper {
	position:absolute;
	left:500px;
	margin-top: 88px;
	
	float: right;
}

#navigation {
	float: left;
	list-style-type: none;
}

#navigation li {
	float: left;
	margin-right: 10px;
}

#navigation li a {
	color: #818181;
	text-decoration: none;
        
        font-size: 15px;
}

#submenuWrapper {
    width: 946px;
    height: 25px;
    
    background-image:url(../images/hg_submenu1.jpg);
    background-repeat: no-repeat;
    text-align: right;
    padding: 10px;
    
    display: block;
    position: relative;
}

#submenu {
    float: left;
    list-style-type: none;
    position: absolute;
    right: 0px;
    top: 12px;
}

#submenu li {
    float: left;
    padding: 0 15px;
    background-image: url(../images/trenner_submenu.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#submenu li.last {
    background: none;
}

#submenu li a {
    color: #b2b2b2;
    font-size: 18px;
    
    text-transform: uppercase;
    text-decoration: none;
}

#submenu li a:hover {
    color: #323232;
}

#content {
	float: none;
	width: 966px;
	background-image: url(../images/logo_trans.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: bottom right;
	margin-bottom: -20px;
        min-height: 435px;
        
}

.artikel {
    margin: 10px 25px 20px 25px;
    width: 916px;
    line-height: 17px;
    margin-top: 30px;
    
    
}

.artikel img {
    float: left;
    margin: 0 15px 15px 0;
}

.artikel img.noFloat {
    float: none;
}

.artikel img.noMargin{
    margin: -50px -25px;
    float: none;
}

.artikel h1{
	font-size:22px;
	font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.artikel h2{
        font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
        font-size: 18px;
      
}

.artikel h3{
        font-weight:normal;
	text-transform: uppercase;
	padding-bottom: 5px;
        font-size: 15px;
        
}

.artikel ul {
        margin-left: 15px;
}

a {
    color: #20222e;
    /*text-decoration: none;*/
}

a:hover {
    text-decoration: underline;
}

td {
    padding: 4px;
}

a.vab_gold{
    color: #cd8e23;
    text-decoration: none;
    padding-right: 10px;

}

a.vab_gold:hover{
    color: #cd8e23;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;

}

a.bs_blau{
    color: #00213e;
    text-decoration: none;
    padding-right: 10px;

}

a.bs_blau:hover{
    color: #00213e;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;

}


#field_small{
	margin: -2px 0 0 0;
	padding: 0 5px 0 0;
}

table tr:nth-child(even) {
    background-color: #e3e3e3;
}

table.normal{
    background-color: #fff;
}


.back {
    clear: left;
    float: left;
    margin-bottom: 20px;
    
    position: relative;
}

.col_l {
    width: 300px;
    float: left;
    display: block;
    padding: 10px;
    padding-top: 0;
    
    font-size: 11px;
    text-align: right;
}

.col_l img {
    float: right;
}

.col_r {
    width: 450px;
    display: block;
    margin-left: 325px;
}

p.detailLink {
    display: block;
    margin-left: 325px;
}

#footer {
	height: 185px;
	display: block;
}

#footer img {
	margin: 10px 0 0 10px;
	float: left;
}

#seo_footer {
	width: 946px;
	position: relative; 
	border-top: 10px solid #3e424e;
	padding: 10px;
	display: block;
	
	background-color: #323541;
	color: #818181;
	line-height: 15px;
	font-size: 11px;
        margin-top: 10px;
}

.clear {clear: both;}

#startImg {
    margin: 0;
    
    
}

input{
   background:#FBF9F0;
   border:1px solid #151515;
   padding-left:5px;
   padding-top:3px;
   width:193px; height:25px;
}
  
textarea {
	border: 1px solid #333333;
	padding: 3px;
	width: 500px;
	height: 95px;
}
.input_fix {
	font-size:10px;
	border: 1px solid #333333;
	padding-left: 1px;
	width: 500px;
	height:20px;
}
.input_datum1 {
	font-size:10px;
	border: 1px solid #333333;
	padding-left: 3px;
}
.input_datum2 {
	font-size:10px;
	border: 1px solid #333333;
	padding-left: 3px;
	width: 65px;
}
.input_plz {
	font-size:10px;
	border: 1px solid #333333;
	padding-left: 3px;
	width: 115px;
	height:20px;
}
.input_ort {
	font-size:10px;
	border: 1px solid #333333;
	padding-left: 3px;
	width: 375px;
	height:20px;	
}
.input_submit{
	font-size:11px;
	text-align:center;
	border: 1px solid #333333;
	padding-top: 3px;
	padding-bottom:3px;
	width: 500px;
	height:25px;	
}
select {
	border: 1px solid #333333;
	padding-left: 3px;
}

/* LiveValidation */
.LV_validation_message
	{
    	font-weight:bold;
   		margin:0 0 0 5px;
	}

.LV_valid 
	{
    	color:#00CC00;
	}
	
.LV_invalid 
	{
    	color:#CC0000;
	}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active 
	{
    	border: 1px solid #00CC00;
	}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active 
	{
    	border: 1px solid #CC0000;
	}
        
        /*------------------------- STYLES SLIDESHOW -----------------------------*/
#headSlides {
            width:966px;
            height:430px;
}

#headSlides DIV {
    position:absolute;
    
    top:293px;
    left:0;
    z-index:1;
    opacity:0.0;
    height: 430px;
    background-color: #FFF;
}

#headSlides DIV.active {
    z-index:3;
    opacity:1.0;
}

#headSlides DIV.last-active {
    z-index:2;
}

#headSlides DIV IMG {
    height: 430px;
    display: block;
    border: 0;
    margin-bottom: 1px;
    margin-top: 5px;
}

.verstecken {display:none;}

.alert-cookie {
  background-color: rgba(64, 64, 64, 0.9);
  border-color: rgb(64, 64, 64);
  bottom: 0;
  color: #efefef;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  
  padding: 10px 5px;
  text-align: center;
}

.btn.btn-cookie {
  border: 2px solid #efefef;
  border-radius: 4px;
  color: #000;
  font-size: 10px;
  padding: 4px 6px;
}

.alert-warning .alert-link {
  color: #efefef;
}

/*
*   Shop
*/

.shopFoto {width: 250px; height: auto;}

.textinput {width: 100%;}

.input_stk {width: 50px;}

.input_paypal {
    width: auto;
    height: auto;
    border: 0;
}

input[type=checkbox] {width: auto; float: left; vertical-align: middle;}

hr.shop {
    border:solid #888 1px;
    height:1px;
    margin: 10px 0;
}

table.shop {
    border: 0;
    width: 100%;
}

table.shop td {
    padding: 3px;
}

table.shop tr.sumBorder {
    border-bottom: 1px solid #000;
}

td.rightAlign {
    text-align: right;
}

td.centerAlign {
    text-align: center;
}

.input_plz {
    width: 150px;
}

.input_ort {
    width: 305px;
}