/* *************** RESET ************************** /
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td { 
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }


/* **************** GRIDS ***************** */
.line, .lastUnit {overflow: hidden; /*_overflow: visible; zoom:1;width:auto !important;*/}
.unit{float:left;/*zoom:1;*/}
.lastUnit {float:none;/*_float:right;*/}

/* ***************** LAYOUT ************************/
/* Base color and font */
html { }
body { font: 75%/1.6154 "Lucida Grande", Verdana, Arial,sans-serif; color: #222; background: #9a4d4d; height: 100%;}

/* Page
------------------------------------------------------------------------- */
#page { 
    margin: 0 auto;
    width: 960px;
    height: 595px;
    border: 10px solid #fff;
    background: #e5e3e3;
    margin-left:-490px;
    margin-top:-308px;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
    }
    

/* Startseite
--------------------------------------------------------------------------*/
/*#wrapper { 
    margin: 0 auto;
    padding:0;
    width: 980px;
    position: relative;

    background: #f00;
    border: 1px solid #00f;
    }*/
    
#b-startseite #page { 
    background: #fff; 
    height: 595px; 
    width: 960px;
    height: 595px;
    border: 10px solid #fff;
    background: #fff;
    margin-left:-490px;
    margin-top:-308px;
    padding:0;
    position:absolute;
    top:50%;
    left:50%;
    }


#startbild { margin-bottom: 7px;}
#firmenname { float: left; width: 540px;}
#firmenname h2 { font-size: 15px; padding: 0; margin: 0 0 0 10px;}
#firmenname p { padding: 0; margin: 0 0 10px 10px;}
#startnavi { float: right; width: 400px;}
#startnavi p { text-align: right;  padding: 0; margin: 0 10px 0 0;}
#startnavi a { color: #222; font-size: 15px; font-weight: bold;}

#themen { 
        width: 960px;
        height: 6em;
        border: 10px solid #fff;
        background: #fff;
        padding:0;
        margin-left:-490px;
        margin-top:320px;
        padding:0;
        position:absolute;
        top:50%;
        left:50%;
        z-index: 1000;
        font-size: 10px;
    }
    
#themen p { margin: 0; padding: 0; }

/* Header
------------------------------------------------------------------------- */
#hd { height: 165px; width: 100%; border-bottom: 10px solid #fff; }
#hd a {border: 0; text-decoration: none; display: block;}

#logo, #col-1 { width: 320px;}
#logo, #navigation  { height: 165px;}
#navigation { background: transparent url('img/nav-bg.jpg') no-repeat 0 0;}
#navigation, #col-2 { width: 630px; border-left: 10px solid #fff;}
#col-1, #col-2 { height: 420px;}
#aktuelles { height: 304px; border-bottom: 10px solid #fff; overflow: auto;}
#bildbox { height: 107px; }
#col-2 {  overflow: auto;}


/* Navigation
------------------------------------------------------------------------- */
#navigation ul.menu { width: 95%; font-size: 18px; font-weight: bold;  margin: 16px 0 0 0; height: 30px; position: relative;}
#navigation ul.menu li { display:block; height: 30px; float: left; margin-right: 50px; position: relative;}
#navigation ul.menu li.aktiv { color: #812020; background: transparent; }

#navigation a { display: block; padding: 0; line-height: 24px; height: 24px;}
#navigation a:link, #navigation a:visited { background: transparent; color: #222; }
#navigation a:hover, #navigation a:active, #navigation a:focus, #navigation li.aktiv a { background: transparent; color: #812020; }


#navigation .sub-nav { display:none; width: 200px; position:absolute; top:auto; left:0; margin:0; }
#navigation ul.menu ul#nav-kontakt { width: 150px;}
#navigation .sub-nav li { float: none; font-size: 12px; padding: 0; line-height: 24px; height: 48px;}
#navigation .sub-nav li.double { padding: 0; height: 48px;}
#navigation .sub-nav a {display: block; background: transparent url('img/bullet-black.png') no-repeat 0 8px; padding-left: 12px; line-height: 24px; height: 48px;}
#navigation .sub-nav .double a { line-height: 24px; height: 48px;}
#navigation .sub-nav a:hover,#navigation .sub-nav a:focus  {background: transparent url('img/bullet-red.png') no-repeat 0 8px;}
#navigation .sub-nav .double a:hover,#navigation .sub-nav .double a:focus  {background: transparent url('img/bullet-red.png') no-repeat 0 8px;}

#navigation .aktiv .sub-nav { display:block; z-index:1; width: 200px; padding: 0; margin: 0; position: absolute; top: 30px; left: 0px; }
#navigation .aktiv .sub-nav li { float: none; font-size: 12px; padding: 0; }
#navigation .aktiv .sub-nav a {display: block; background: transparent url('img/bullet-black.png') no-repeat 0 8px; padding-left: 12px; color: #222; line-height: 24px; height: 48px;}
#navigation .aktiv .sub-nav .double a { line-height: 24px; height: 48px;}
#navigation .aktiv .sub-nav a:hover,#navigation .aktiv .sub-nav a:focus  {background: transparent url('img/bullet-red.png') no-repeat 0 8px; color: #812020;}
/* Dropdown*/
/*#navigation ul.menu .drop:hover ul { display:block; z-index:1; background: #00f; margin: 0; padding: 0;}*/
#navigation ul.menu .drop:hover ul { display:block; z-index:1; width: 200px; padding: 0; margin: 0; position: absolute; top: 30px; left: 0px; }


/* Content
------------------------------------------------------------------------- */
#bd { clear: both; width: 100%;}

#map { border: 1px solid #ccc; width: 90%; height: 280px; margin: 0 20px 1em 20px;}

.buchtipp { width: 280px; height: 315px; float: left; margin: 0 0 20px 15px; padding-bottom: 20px;}
.buchtipp h4, .buchtipp p { padding-left: 0; margin-bottom: 0; border: 0;}

/* ***************** TYPOGRAPHIE *****************************/
/* -----------------------------------------------------------------------*/
/* Gutter */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p { padding:0 15px; }

/* Headlines
------------------------------------------------------------------------- */
#logo h1 {display: none;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; background: none; }

h1 {margin: 0; color: #812020; font-size: 22px; line-height: 30px; padding-bottom:21px; padding-top: 14px;}
h2 {margin: 0; color: #812020; font-size: 19px; line-height:21px; padding-bottom:14px; padding-top: 18px; font-weight: bold;}
h3 {margin: 0; color: #222; font-size: 15px; line-height:21px; padding-bottom:14px; padding-top: 7px; font-weight: bold;}
h4 {margin: 0; color: #222; font-size: 1em; line-height:1.6154em; padding-bottom:0; font-weight: bold;}

/* Text + Listen
------------------------------------------------------------------------- */
p { background: none; line-height:18px; margin-bottom: 18px; letter-spacing: 0}

ul { background: none; line-height: 18px; margin: 0 0 18px 25px; }


#col-2 ul { list-style: disc; list-style-position: outside;}
ul.nobullet, #col-2 ul.nobullet { list-style: none;  margin-left: 15px; padding-left: 0;}
ul.nobullet li, #col-2 ul.nobullet li { margin-left: 0;}
li span { width: 4em; display: block; float: left;}

ul#unterschrift li { float: left; margin-right: 30px;}

ol { background: none; line-height: 18px; margin: 0 0 18px 25px; }
ol { list-style: decimal; list-style-position: outside;}
ol li { list-style-position: outside;}

dl { margin-bottom:21px;}
dt { font-weight: bold; }

p.trenner { overflow: auto; border-bottom: 1px solid #812020;  margin: 15px 15px 30px 15px; padding: 5px; clear: both;}
span.kontaktlink {float: left;}
span.toplink {float: right; }

.trennlinie {border-bottom: 1px solid #812020; margin: 15px 15px 30px 15px; padding: 15px 0;}

hr {border: 0;  border-bottom: 1px solid #812020; margin: 0 15px 30px 15px; border-collapse: collapse; height: 1px; width: 580px; }

a:link, a:visited { color:#812020; text-decoration:none; }
a:hover, a:active { text-decoration: underline; }
a:focus { color: #812020; text-decoration: underline; }

.content-nav a:link, .content-nav a:visited { color:#222; text-decoration:none; }
.content-nav a:focus, .content-nav a:hover, .content-nav a:active { color: #812020; text-decoration: none; }

a.buttonlink { border: 1px solid #fff; background:#cecccc ; padding: .5em 20px; display: block; width: 200px; margin: 0 auto; text-align: center;}

/* Formular 
------------------------------------------------------------------------- */
#kontaktform { margin: 0 auto;}

form { width: 460px; margin: 0 auto; clear: both; background: #fff; padding: 10px 0; }
form p { margin-bottom: 15px;}
input, textarea {  background: #d4d1d1; width: 400px; border: 1px solid #812020; padding: .5em; color: #222; font-family: "Lucida Grande", Verdana, Arial,sans-serif; }
textarea { font-size: 11px;}
input.strasse { width: 350px; margin-right: 2px;}
input.hausnummer { width: 34px;}
input.PLZ { width: 40px; margin-right: 2px;}
input.ort { width: 344px;}
input.button { width: 120px; background: #812020; cursor: pointer; color: #fff;}
label { display: block;}

.info-box { color: #812020;}

input.eingabefehler { background: #812020; color: #fff;}

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

table { margin: 0 15px 21px 15px; width: 580px; border: 1px solid #812020; background: #fff; border-collapse: separate;  border-spacing: 3px 3px; }
thead { font-weight: bold; background: #812020; color: #fff;}
thead td { font-weight: bold;  background: #812020; color: #fff;}
td { padding: 2px 3px; margin: 3px; background: #e5e3e3;}

.td1 {width: 15%;}
.td2 {width: 15%;}
.td3 {width: 50%;}
.td4 {width: 20%;}

/* Standard classes
-------------------------------------------------------------- */
.small { font-size: .8459em; line-height: 1.9091em; margin-bottom: 0; }
.quiet { color: #757b7f; font-size: .8459em; line-height: 1.9091em; margin-bottom: 0;}
.signal { color: #c0000d;}

.floatright { float: right;}
.floatleft { float: left;}

.hide { display: none; }
.highlight { background: transparent; }

.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }


.margin-baseline { margin-bottom: 1.6154em;}

.einzug { display: block; width: 1.3em; height: 2em; float: left;}

.clear { clear: both;}






























