
/* =Allgemein
-----------------------------------------------------------------------------*/


/* Entferne padding und margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0;
}

/* Class for clearing floats */
.clear {
  clear: both;
}


/* Entferne border um linked images */
img {
	border: 0;
}


/* =Typography Main Content
-----------------------------------------------------------------------------*/

body {
  font: 70%/1.6 Verdana, Arial, Tahoma, sans-serif;
}

input, textarea, select {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
}

h1 {
  font-family: Georgia, Verdana, Arial, Tahoma, sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #F3C41C;
  margin: 0.3em 0 0.3em 0;
  line-height: 1.3em;
}

h2 {
  font-size: 14px;
  color: #A09F9F;
  margin: 0.3em 0 0.5em 0;
}

h3 {
  font-size: 13px;
  color: #A09F9F;
  margin: 0.3em 0 0.5em 0;
}

h4 {
  font-size: 12px;
  color: #A09F9F;
  margin: 0.3em 0 0.5em 0;
}

h5 {
  font-size: 11px;
  color: #A09F9F;
  margin: 0.3em 0 0.5em 0;
}

h6 {
  font-size: 14px;
  color: #FFFFFF;
  background: #A09F9F;
  padding: 0 10px;
}

hr {
  border: 0px solid white;
  color: white;
  height: 1px;
  border-bottom: 1px solid #EBEBEB;
  padding: 5px 0;
}

/* =Typography Actionbox
-----------------------------------------------------------------------------*/

div#action h1 {
  font-size: 1.1em;
  color: #FFFFFF;
  background: #DC0018;
  border-left: 4px solid #A40000;  
  display: block;
  line-height: 1.3em;
  margin: 0em;
  padding: 6px 8px 6px 8px;  
}

div#action h6 {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  background: #939393;
  background: #939393 url(/b_grafik/bg_aktion_link.gif) no-repeat right;
  border-left: 3px solid #6F6F6F;
  display: block;
  line-height: 1.3em;
  margin: 0px 0px 1px 0px;
  padding: 6px 8px 6px 8px;  
}

div#action p {
  padding: 8px;
}


/* =Headings
-----------------------------------------------------------------------------*/

body {
  background-color: #FFFFFF;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
  text-decoration: none; 
  color: #c50119;
}

a.sitemap {
  line-height : 1.8em;
  background: url(/b_grafik/bg_link_red.gif) no-repeat left;
  padding-left: 14px;
}

#content a {
  background: url(/b_grafik/a_link.gif) no-repeat left;
  padding-left: 14px;
}

a#thumb1 {
  background: url();
  padding-left: 0px;
}

#content a:hover {
  text-decoration: underline;
}

a.link_bild {
  background: url() no-repeat left !important;
  padding: 0 !important;
}


/* =Branding
-----------------------------------------------------------------------------*/

/* =Forms
-----------------------------------------------------------------------------*/
label {
  float: left;
  width: 140px;
  margin-top: 4px;
}

em.required {
  padding-left: 6px;
  font-size: 0.80em;
}

em.error {
  display: block;
  color: red;
  padding-left: 140px;
}

input, textarea, select {
  margin-top: 6px;
  border: 1px solid #999999;
  padding: 2px;
  width: 350px;
}

input.newsletter {
  margin-top: 6px;
  border: 0px solid #999999;
  padding: 2px;
  width: 114px;
}

input:focus, textarea:focus, select:focus {
  background: #E0E0E0;
}

select {
  width: 355px;
}

input.submit {
  width: 180px;
}

submit {
  padding-left: 160px;  
}

/* =Huelle
-----------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #E1E1E1 url(/b_grafik/bground_aussen.jpg) repeat-x top;
}

#aussenhuelle {
  min-height: 100%;
  position: relative;
  width: 943px;
  margin-left: auto; 
  margin-right: auto; 
  background: #FFFFFF;  
}

#aussenhuelle-facebook {
  min-height: 100%;
  position: relative;
  width: 520px;
  margin-left: auto; 
  margin-right: auto; 
  background: #FFFFFF;  
}

*html #aussenhuelle {
  height: 100%;
}

#aussenhuelle_start {
  position: relative;
  width: 943px;
  margin-left: auto; 
  margin-right: auto; 
  background: #FFFFFF;  
}

/* =Kopf
-----------------------------------------------------------------------------*/
#head {
  width: 100%;
  height: 133px;
  background: url(/b_grafik/bg_header.gif) repeat-x bottom;
}

img#logo {
  margin-left: 10px;
  float: left;
}

#zeile_history {
  float: left; 
  width: 690px;
  height: 26px;
  padding: 15px 0 0 15px;
  color: #928F8F;
}

#menue_history {
  float: left;
}

#menue_history a:hover {
  text-decoration: underline;
}

#menue_impressum {
  float: right; 
}

#menue_impressum a {
  padding-left: 15px;
  margin-left: 10px;
  color: #808080;
  background: url(/b_grafik/a_impressum.gif) no-repeat left;  
}

#menue_impressum a:hover {
  text-decoration: underline;
}

#zeile_niederlassungen {
  float: left; 
  width: 690px;
  height: 19px;
  padding: 3px 0 0 15px;
  color: #FFFFFF;
}

#facebook1 {
  float: left; 
  height: 50px;
  padding: 20px 0 0 15px;
  color: #928F8F;
}

img#markenlogos {
  float: right;
  padding: 12px 0 0 0;  
}

/* =Fuss
-----------------------------------------------------------------------------*/
#footer {
  position: absolute;
  height: 36px;
  width: 100%;  
  bottom: 0;
  left: 0;
  background: #A09F9F url(/b_grafik/bg_footer.gif) repeat-x top;
  line-height: 1.3em;  
}

#footer a:hover {
  text-decoration: underline;
}

#footer_link_startseite {
  float: right;
}

#footer_start {
  height: 38px;
  width: 100%;  
  background: #959595;
  line-height: 1.3em;  
}

#footer_start_aktionen {
  float: left;
  width: 290px;
  padding: 10px 0 0 10px;
}

#footer_start a {
  color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
}

#footer_start_neues {
  float: left;
  width: 440px;
  padding: 10px 0 0 10px;
  color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
}

#footer_start_inhalt {
  width: 100%;  
  line-height: 1.3em;
  background: #E1E1E1;
}

#footer_start_inhalt a {
  color: #9C2525;
  padding: 1px 0 0 20px;
  line-height: 20px;
  background: url(/b_grafik/a_start_footer.gif) no-repeat left;
  font-size: 12px;
  font-weight: normal;  
}

#footer_start_inhalt a:hover {
  text-decoration: underline;
}

/* =Navigation
-----------------------------------------------------------------------------*/
/* head 
----------*/
div#zeile_niederlassungen a {
  color: #FFFFFF;
  font-size: 11px;
}

div#zeile_niederlassungen a:hover {
  color: #CCCCCC;
}

/* left
----------*/
ul#navigation {
  float: left;
  width: 227px;
  padding-top: 13px;
}

/* mainmenue
----------*/
ul#navigation li {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 33px;
}

ul#navigation a {
  padding-left: 20px;
  font-size: 12px;
  color: #808080;
  background: url(/b_grafik/a_menue.gif) no-repeat left;  
}

ul#navigation a:hover {
 color: #B33333;
}

ul#navigation a#aktiv {
  padding-left: 20px;
  color: #B33333;
  background: url(/b_grafik/a_menue_akt.gif) no-repeat left; 
}

/* submenue
----------*/
ul#navigation > ul#sub {
  margin: 0 0 0 17px;
}

ul#navigation li li {
  text-align: left;
  list-style: none;
  margin: 0px;
  padding: 0 0 0 40px;
}

ul#navigation ul#sub li a {
  padding-left: 15px;
  font-size: 11px;
  color: #808080;
  background: url(/b_grafik/a_menue1.gif) no-repeat left;  
}

ul#navigation ul#sub li a:hover {
 color: #B33333;
}

ul#navigation ul#sub li a#aktiv {
  padding-left: 15px;
  color: #B33333;
  background: url(/b_grafik/a_menue1_akt.gif) no-repeat left; 
}

/* =Haupt- Inhalt
-----------------------------------------------------------------------------*/
#frame_start {
  margin-bottom: 36px;
  float: left;
  width: 100%;
  background: #E1E1E1;
}

#frame {
  margin-bottom: 36px;
  float: left;
  width: 100%;
}

#frame_content {
  width: 943px;
  height: 100%;
  padding-top: 22px;
}

#content {
  float: left;
  width: 670px;
  padding: 10px 20px 20px 20px;
  font-size: 1.1em;
  overflow: hidden;
}

#content_pur {
  float: left;
  width: 805px;
  padding: 30px 0 30px 40px;  
}

#content_pur li, #content li {
  list-style: disc;
  margin-left: 25px;
}

#action {
  float: left;
  width: 230px; 
}

#actionbox {
  background-color: #D6D6D6;
  border: 1px #939393 solid;
}

#gal_bi_mi {
  float: left;
}

a.link_bild {
  padding: 0 10px 0 0;
  background: url() repeat-x bottom;
}

a.link_bild img {
  border: 1px #FFFFFF solid;
}

a.link_bild img:hover {
  border: 1px #B33333 solid;
}

/* =Startseite- Inhalt
-----------------------------------------------------------------------------*/
#head_start {
  width: 716px;;
  height: 63px;
  background: url(/b_grafik/bg_header_start.gif) repeat-x bottom;
  padding-left: 227px;
}

#frame_start {
  width: 943px;
  height: 377px;
}

#start_logo_full {
  position: absolute;
  margin-left: 10px;
}


/* =Tabellen
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

table.newsletter {
	margin-top: 6px;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;

}
td.newsletter {
  text-align: center;
  font-weight: normal;
}

/* =Einstellungen Bilder 
-----------------------------------------------------------------------------*/

img.left {
  float: left;
  margin-right: 10px;
}

img.middle {
  margin : 0 10px 0 10px;
}

img.right {
  float: right;
  margin-left : 10px;
}

img.galerie{
  padding-right: 5px;
}

/* =Einstellungen Bildvergroesserung 
-----------------------------------------------------------------------------*/

.highslide { /* Grundeinstellungen */
    cursor: url(/b_grafik/zoomin.cur), pointer;
}

.highslide-image { /* Rahmen ums Bild */
	border: 1px solid #333333;
}

.highslide-dimming {
	background-color:   black;
}

.highslide-caption { /* Bildunterschrift */
    display:          none;
    border:           0px;
    padding:          5px;
    background-color: white;
}

.highslide-loading { /* Anzeige, wenn Bild geladen wird */
  display:            block;
	color:              black;
	font-size:          0.9em;
	font-weight:        bold;
	text-transform:     uppercase;
  text-decoration:    none;
	padding:            5px;
	border:             1px solid #333333;
  background-color:   white;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

/* =Einstellungen Textbox
-----------------------------------------------------------------------------*/
.highslide-html {
	background-color: white;
}

.highslide-html-content {
	display: none;
	width: 450px;
}

.highslide-body {
  line-height: 1.3em;
  padding: 5px 5px 5px 5px;  
}
