
/* =Allgemein
-----------------------------------------------------------------------------*/


/* Entferne padding und margin */
* {
  margin: 0;
  padding: 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-size: 1.3em;
  height: 41px;
  color: #6D6D6D;
  margin: 0 0 0 -20px;
  padding: 15px 0 0 15px; 
  background: url(/b_grafik/bg_h1.jpg) no-repeat top left;
}

h2 {
  font-size: 14px;
  color: #888888;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h3 {
   color: #888888;
   font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h4 {
  color: #888888;
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 15px;
  color: #C41126;
  color: #777777;
  border-bottom: 1px solid #BEB9B4;
  margin: 0 0 10px;
}

/* =Typography Actionbox
-----------------------------------------------------------------------------*/

#action h1 {
  font-size: 1.1em;
  color: #FFFFFF;
  background: #DC0018;
  border-left: 4px solid #A40000;  
  display: block;
  line-height: 1.3em;
  height: auto;
  margin: 0;
  padding: 6px 8px 6px 8px;  
}

#action h2 {
  display: inline;
  font-size: 1em;
  color: #DC0018;
  margin: 2px 8px 2px 8px; 
  padding: 0;   
}

#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 1px 1px 0px;
  padding: 6px 8px 6px 8px;  
}

#action p {
  padding: 0 8px;
}

#action hr {
  border-top: 1px solid #939393;
}


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

/* =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: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;
}

#cover {
  min-height: 100%;
  position: relative;
}

*html #cover {
  height: 100%;
}

/* =Kopf
-----------------------------------------------------------------------------*/
#head {
  width: 100%;
  height: 100px;
  background: url(/b_grafik/bg_head.gif) repeat-x left;
}

#logo {
  width: 928px;
  height: 100px;
  background: url(/b_grafik/bg_logo.jpg) no-repeat left;
}
/* =Fuss
-----------------------------------------------------------------------------*/
#footer {
  position: absolute;
  height: 28px;
  width: 100%;  
  bottom: 0;
  left: 0;
  background: #DC0018 url(/b_grafik/bg_footer.jpg) no-repeat left;
  line-height: 1.3em;  
}

#footer p {
  padding: 4px 0 0 180px;  
}

#footer a {
  color: #FFFFFF;
  margin-top: 20px;  
}

/* =Navigation
-----------------------------------------------------------------------------*/
/* head 
----------*/
ul#navi_head {
  padding: 63px 0 0 360px;
  font-size: 9px;
  color: #666666;
}

ul#navi_head li{
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 0 0 20px;
}


/* left
----------*/
ul#navigation {
  background: url(/b_grafik/bg_NaviLinks.jpg) no-repeat top right;  
  float: left;
  width: 239px;
  padding-top: 80px;
}

/* mainmenue
----------*/
ul#navigation li {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}

ul#navigation a {
  padding-right: 25px;
  font-size: 13px;
  color: #999999;
}

ul#navigation a#aktiv {
  padding: 5px 20px 5px 0;
  color: #000000;
  background: url(/b_grafik/bg_navi_black.gif) no-repeat right;  
}

/* submenue
----------*/
ul#navigation li#sub {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 11px;
  color: #000000;
  background: url(/b_grafik/bg_navi_grey.gif) no-repeat right;   
}

ul#navigation li#sub a {
  padding-right: 10px;
  font-size: 11px;
  color: #000000;
}

ul#navigation li#sub a#sub_aktiv {
  padding: 5px 10px 5px 0;
  color: #B02222;
  background: url(/b_grafik/bg_navi_red.gif) no-repeat right;  
}

/* =Haupt- Inhalt
-----------------------------------------------------------------------------*/
#frame {
  margin-bottom: 28px;
  float: left;
  width: 100%;
}

#frame_content {
  width: 1080px;
  height: 100%;
}

#content {
  float: left;
  width: 490px;
  padding: 5px 20px 30px 98px; 
  background: url(/b_grafik/bg_MainLeft.gif) no-repeat left top;  
}

#content_pur {
  float: left;
  width: 682px;
  padding: 5px 0 30px 98px;  
  background: url(/b_grafik/bg_MainLeft.gif) no-repeat left top;
}

#content_pur li, #content li {
  list-style: disc;
  margin-left: 25px;
}

#action {
  float: left;
  width: 230px; 
  margin-top: -69px;
}

#actionbox {
  background-color: #D6D6D6;
  border: 1px #939393 solid;
}

/* =Tabellen
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
  padding:10px

}

/* =Einstellungen Bilder 
-----------------------------------------------------------------------------*/

img.left {
  float: left;
  margin-right: 10px;
}

img.middle {
  margin : 0 10px 0 10px;
}

img.right {
  float: right;
  margin-left : 10px;

}

/* =Einstellungen Bildvergroesserung 
-----------------------------------------------------------------------------*/

.highslide { /* Grundeinstellungen */
    cursor: url(/b_grafik/zoomin.cur), pointer;
}

.highslide-image { /* Rahmen ums Bild */
	border: 1px solid #333333;
}

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