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

.radio {
  cursor: pointer;
}

label {
  cursor: pointer;
}

.pdetailslink { color: #7795dd; font-size:11px; text-decoration:none;}

.pdetailslink:hover { text-decoration:underline; }

#headerzitat {
	float: right;
	padding-right: 45px;
}

#leiste {
	padding: 4px 0px 4px 0px;
	
	border-bottom: 1px solid black;
	
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#leiste strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#seitenbody { background:url(../img/navi_bg.gif) repeat-x;}

.footerslinks { width: 880px; margin: 0px auto; padding-top: 19px; text-align:center; color: #565656; }

.footerslinks a { color:#999; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }

.footerslinks a:hover { text-decoration:underline; }

.contentlinkpreistabelle tr td {
	background: #EFEFEF;
	padding: 5px 10px 5px 10px;
}

.csvbutton {
	display: block;
	width: 200px;
	
	padding: 3px 10px 3px 10px;
	
	background: url(../img/csv.png) no-repeat 20px #FFF;
	
	border: 1px solid #999;
	
	text-decoration:none;
	text-align:center;
}

.csvbutton:hover {
	background: url(../img/csv.png) no-repeat 20px #EFEFEF;
	text-decoration:none;
}

.erfahrensiemehr {
	text-decoration: none;	
	color: #551A8B;
}

.erfahrensiemehr:hover {
	text-decoration: underline;
}

.seitenlink {
	display: block;
	width: 15px;
	float:left;
	
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	
	padding: 1px 2px 1px 2px;
	margin: 0px 3px 0px 3px;
	
	text-decoration:none;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	color: #343434;
}

.aktiveseite {
	display: block;
	width: 15px;
	float:left;
	
	border: 1px solid #DEDEDE;
	background: #FFFF18;
	
	padding: 1px 2px 1px 2px;
	margin: 0px 3px 0px 3px;
	
	text-decoration:none;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	color: #343434;
}

.seitenlink:hover {
	background: #BD1010;
	color: #FFF;
}


/* ++++++++++++++++++++++++++++++++++++++ */
/* PRODUKT SMALL BOX
/* ++++++++++++++++++++++++++++++++++++++ */
  
  .smallproduktboxtabelle {
    width: 710px;
    z-index: 1000;
    position:absolute;
    
    margin-left: -10px;
  }
  
  .smallproduktbox {
    width: 218px;
    height: 72px;
    
    margin: 0px auto;
    
    background: url(../img/smallproduktbox.gif);
  }
  
  .smallproduktbox .heading {
    padding: 12px 0px 0px 0px;
    
    text-align: center;
    
    font-size: 17px;
    font-weight: bold;
    color: #2847B6;
  }
  
  .smallproduktbox .heading a {
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #2847B6;
  }
  
  .smallproduktbox .footer {
    padding: 7px 13px 0px 13px;
  }
  
  .smallproduktbox .footer a {
    display: block;
    
    padding: 2px 4px 2px 4px;
    
    background: #EFEFEF;
    
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 12px;
    color: #343434;
  }
  
  .smallproduktbox .footer a:hover {
    text-decoration: underline;
    background: #FFFFFF;
    color: #343434;
  }
  
/* ++++++++++++++++++++++++++++++++++++++ */
/* PRODUKT BIG BOX
/* ++++++++++++++++++++++++++++++++++++++ */
  
  .bigproduktboxtabelle {
    width: 710px;
    z-index: 1000;
    position:absolute;
    
    margin-left: -10px;
  }
  
  .bigproduktbox {
    width: 218px;
    
    margin: 0px auto;
    
    background: url(../img/bigboxbg.gif);
  }
  
  .bigproduktboxtabelle .heading {
    width: 218px;
    height: 23px;
    
    padding: 12px 0px 0px 0px;
    
    margin: 0px auto;
    
    background: url(../img/bigbox-heading.gif);
    
    text-align: center;
    
    font-size: 17px;
    font-weight: bold;
    color: #2847B6;
  }
  
  .bigproduktboxtabelle .heading a {
	text-decoration: none;
	
    font-size: 17px;
    font-weight: bold;
    color: #2847B6;
  }
  
  .bigboxcontent {
    padding: 3px 14px 8px 14px;
    
    text-align: justify;
    font-size: 12px;
  }
  
  .bigboxpreis {
    float: left;
    
    font-weight: bold;
    font-size: 18px;
  }
  
  .bigboxpreis span {
    font-size: 14px;
  }
  
  .bigboxmehr {
    float: right;
  }
  
  .bigproduktbox .footer {
    height: 33px;
    
    background: url(../img/bigbox-footer.gif);
  
    padding: 1px 13px 0px 13px;
  }
  
  .bigproduktbox .footer a {
    display: block;
    
    padding: 2px 4px 2px 4px;
    
    background: #bde2ff;
    
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 12px;
    color: #343434;
  }
  
  .bigproduktbox .footer a:hover {
    text-decoration: underline;
    background: #FFFFFF;
    color: #343434;
  }
  
/* ++++++++++++++++++++++++++++++++++++++ */
/* formatting general tags */
/* ++++++++++++++++++++++++++++++++++++++ */

.submitinternbutton {
  padding: 2px 10px 2px 10px;

  border: 3px solid #BABABA;
  background: #EFEFEF;
  
  color: #343434;
}

.submitinternbutton:hover {
  background: #a71515;
  color: #EFEFEF;
}

.logoutlink {
  text-decoration: none;
  color: #FFFFFF;
}

.logoutlink:hover {
  text-decoration: underline;
}

.kundentabelle td {
  padding: 2px 0px 2px 10px;
}

.kundentabelle tr:hover {
  background: #EFEFEF;
}

.neukundenweiterlink {
  width: 140px;
  background: #FFFFFF;
  display: block;
  
  margin-top: 25px;
  
  border: 3px solid #FFFFFF;
  
  padding: 8px 23px 8px 23px;
  
  text-align: center;
  text-decoration: none;
}

.neukundenweiterlink:hover {
  border: 3px solid #B5B5B5;
  color: #343434;
}

.buchungsformularbutton { border: 2px solid #343434; font-weight: bold; width: 500px; height: 40px; background: #F9B721;}

.buchungsformularbutton:hover { background: #EFEFEF; color: #343434; }

.smallheading {
  padding-bottom: 4px; padding-left: 10px;
  
  color: #2847B6;
  font-weight: bold;
}

.smallheading_help {
  padding-bottom: 4px; padding-left: 10px;
  
  font-size: 11px;
}

table.buchungstabelle {}

.heading {
  font-size: 18px; color: #29478F; padding-left: 15px; padding-bottom: 5px;
}

.boxdiv {
  padding: 15px; background: #EFEFEF;
}

ul.listing li {
  margin-top: 8px;
}

.meinungstext span {
  font-family: Times New Roman;
  font-size: 18px;
}

.meinungstext {
  padding: 25px 25px 15px 25px;
}

*{
margin: auto 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
body, html {
margin-top:0;

padding-bottom:50px;
}
p{
color:#464646;
}
h1{
font-size: 1.4em;
font-weight:bold;
color:#464646;
line-height:2px;
}
h2{
color:#464646;
font-size:1.1em;
margin-bottom:19px;
font-weight:lighter;
}

h3 {
margin-bottom: 7px;
margin-top: 30px;
}

#wrapper{
/* margin:0px auto; */
/*margin-left:163px;*/
width:100%;
background: url(../img/downbg.gif) repeat-x #FFFFFF;
text-align:left;
}
#wrapper2{
width: 940px;
margin:0px auto;
/* margin:0px 28px 0px 38px; */
padding-left: 38px;
}
body{
text-align:center;
}
nobr{
color:#FFFFFF;
}
a, img{
border:none;}
/* ++++++++++++++++++++++++++++++++++++++ */
/* header */
/* ++++++++++++++++++++++++++++++++++++++ */

#header{
	height:172px;
	width: 942px;
	
	text-align:left;
	padding-left: 24px;
	
	margin: 0px auto;
}


/* ++++++++++++++++++++++++++++++++++++++ */
/* navi */
/* ++++++++++++++++++++++++++++++++++++++ */

#navi{
width:1000px;
height:54px;
margin:0px auto;
}

#navicenter{
padding-left:28px;
}

#navi li{
float: left;
list-style-type:none;
padding-left: 20px;
}

a.mainnavilink {
  display: block;
  width: 120px;
  padding: 6px 5px 3px 5px;
  height: 20px;
  margin-top: 11px;
  text-decoration:none;
  font-weight: bold;

  border: 1px solid #FFFFFF;
  background: #ECE9E1;
  color: #343434;
}

a.mainnavilink:hover {
  background: #BD1010;
  border: 1px solid #9C9C9C;
  color: #FFFFFF;
}

a.mainnavilink-yellow {
  display: block;
  width: 120px;
  padding: 6px 5px 3px 5px;
  height: 20px;
  margin-top: 11px;
  text-decoration:none;
  font-weight: bold;

  border: 1px solid #FFFFFF;
  background: #FBFF8B;
  color: #343434;
}

a.mainnavilink-yellow:hover {
  background: #BD1010;
  border: 1px solid #9C9C9C;
  color: #FFFFFF;
}

.kunklapplinks {
  font-size: 11px;
}

.kunklapplinks a {
  font-size: 11px;
  text-decoration: none;
}

.kunklapplinks a:hover {
  text-decoration: underline;
}


/* ++++++++++++++++++++++++++++++++++++++ */
/* content */
/* ++++++++++++++++++++++++++++++++++++++ */
#content{
float:left;
width:650px;
padding-bottom:60px;
}
#content p, content strong{
line-height:17px;
color:#464646;
}
#content{
color:#464646;

}
/* ++++++++++++++++++++++++++++++++++++++ */
/* side navi */
/* ++++++++++++++++++++++++++++++++++++++ */

#sidenavi{
  background:url(../img/sidenavi_bottom.gif) no-repeat bottom #910000;
  
  /* D8D7D5 */
  
  padding-bottom: 70px;
  
  width:240px;
  float:right;
}

/* ################################################################################################ */

#loginbox {
  height: 118px;
  
  padding: 10px 0px 0px 20px;
  
  background: url(../img/loginbox.gif) no-repeat;
  
  font-weight: bold;
  color: #FFFFFF;
}

#loginbox span {
  margin-left: 5px;
  margin-bottom: 1px;
}

#loginbox input {
  border: 1px solid white;
  
  padding: 2px;
  
  font-weight: normal;
}

#loginbox input.submitbutton {
  border: 1px solid white;
  
  padding: 2px;
  
  font-size: 12px;
  font-weight: bold;
}

#loginbox input.submitbutton:hover {
  background: #900000;
  color: #FFFFFF;
}

/* ################################################################################################ */

#buchungsloginbox {
  height: 118px;
  
  padding: 10px 0px 0px 20px;
  
  font-weight: bold;
  color: #343434;
}

#buchungsloginbox span {
  margin-left: 5px;
  margin-bottom: 1px;
}

#buchungsloginbox input {
  border: 1px solid white;
  
  padding: 2px;
  
  font-weight: normal;
  
  border: 1px solid #B5B5B5;
}

#buchungsloginbox input.submitbutton {
  border: 1px solid white;
  
  padding: 2px;
  
  background: #B5B5B5;
  
  font-size: 12px;
  font-weight: bold;
}

#buchungsloginbox input.submitbutton:hover {
  background: #900000;
  color: #FFFFFF;
}

/* ################################################################################################ */

#sidenavi li{
  list-style-type:none;
}

/* #sidenavi li a{
  
  padding: 0px 0px 0px 30px;
  
  line-height:26px;
  
  background: #EFEFEF;

  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color: #555555;
} */


#sidenavi li a{
  display: block;
  /* height: 20px; */
  
  padding: 5px 10px 5px 10px;
  
  margin: 5px 10px 0px 10px;
  
  /* line-height:26px; */
  
  background: #EFEFEF;

  text-decoration:none;
  font-size:11px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
}

#sidenavi li a:hover{
  padding-left: 25px;
  text-decoration:underline;
}

#sidenavi .headline {
 /*  background: #EFEFEF; */ /* B4B4B4 6E0000*/
  
  /* border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c; */
  
  padding: 3px 0px 3px 15px;
  margin-top: 10px;
  
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #820000;
}

#sidenavi .navbox {
  margin: 0px 5px 0px 5px;
  
  padding: 8px 0px 8px 0px;
    
  background: url(../img/downbg.gif) repeat-x #FFFFFF; /* background: url(../img/sidebar_box_background.jpg) repeat-x #FFFFFF; */
  
  border-bottom: 2px solid #c5c0b6;
  
  color: #222222;  
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* pakete */
/* ++++++++++++++++++++++++++++++++++++++ */
#pakete{
padding-top:34px;
}
#pakete a, #pakete strong{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#FFF;
text-decoration:none;
}
#pakettext{
padding-top:23px;}
#paket_s{
background:url(../img/paket_s.gif) no-repeat;
width:202px;
height:190px;
float:left;
padding:36px 0px  0px 22px;

}
#paket_m{
background:url(../img/paket_m.gif) no-repeat;
width:202px;
height:190px;
float:left;
padding:36px 0px  0px 22px;

}
#paket_l{
background:url(../img/paket_l.gif) no-repeat;
width:202px;
height:190px;
float:left;
padding:36px 0px  0px 22px;
}
/* ++++++++++++++++++++++++++++++++++++++ */
/* footer */
/* ++++++++++++++++++++++++++++++++++++++ */

#footer{
  background: url(../img/footer.gif) repeat-x;
  height:94px;
  
  margin-top: 30px;
}

#footer p{
  color:#FFF;
  text-align:left;
}

#contact{
  float:left;
  width:350px;
}

#hotline{
  float:left;
  width:350px;
  padding-top:65px;
}

#hotline p {
  font-size:0.8em;
}

#footerlink{
  float:right;
  padding-top:65px;
}

#footerlink a{
  text-decoration:none;
  color:#FFF;
  font-size:0.9em;
}

#footerlink a:hover{
  color:#464646;
}

#footerwrap{
  margin: 0px auto;
  width:935px;
}

/* ++++++++++++++++++++++++++++++++++++++ */
/* NEU */
/* ++++++++++++++++++++++++++++++++++++++ */

.preislink {
  display: block; width: 130px; padding: 5px 10px 5px 10px; background: #C8C4C5; text-align: center; font-weight: bold; color: #FFFFFF; border: 4px solid #EFEFEF; text-decoration: none;
}

.preislink:hover {
  border: 4px solid #910000;
  color: #343434;
}

.info {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;  
  
  background: #FFFF88;
  
  border: 2px solid #E1E1E1;
  
  font-family: Verdana;
  font-size: 12px;
  color: #343434;
}

.kontaktformular td {
  padding: 3px;
}

.kontaktformular input {
  width: 270px;
  padding-top: 3px;
  
  background: #ECECEC;
  border: 1px solid #BEBEBE;
}

.kontaktformular textarea {
  background: #ECECEC;
  border: 1px solid #BEBEBE;
}

.bestellen {
  width: 599px;
  height: 46px;
  
  margin: 0px auto;
}

.bestellen_preis {
  float: left;
  width: 380px;
  height: 22px;
  
  margin-top: 9px;
  
  padding: 5px 0px 0px 20px;
  
  background: #1B71A6;
  
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
}

.bestellen_button {
  float: right;
  width: 199px;
  height: 46px;
}

.redjetztbestellen {
  width: 130px;
  margin: 0px auto;
  
  margin-top: 10px;
}

.redjetztbestellen a {
  display: block;
  padding: 3px 10px 3px 10px;
  border: 2px solid white;
  background: #920000;
  
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: white;
  text-decoration: none;
  width: 110px;
}

.redjetztbestellen a:hover {
  text-decoration: underline;
}