@import url(reset.css);
@import url(debug.css);


/*colors  */
/*

dunkelgrün: #026502


*/
/* vertical  
13px:   font-size: 1.0833em;
line-height: 1.6154;

1px = .0833em
2px  .1667em

1-.0833 = .9167

base font-size > 12 px, baseline > 21px
px:   font-size: px/12
line-height: 21/px
*/

/*Grundeinstellungen ------------------------*/

html {
    height: 100%;
    margin-bottom: 1px;
}

* {
    font-size: 100%;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 75%;
    font-family: 'lucida grande', arial, verdana, sans-serif;
    text-align: center;
    /*background: #eeece9;*/
}

html>body {
    font-size: 12px;
}

strong {
    font-weight: bold;
}

p, ul, ol, dl {
    line-height: 1.75em;
    margin-bottom: 1.75em;
    clear: both;
}





/* --------------------------------------------------------------- Layout */

/* Layout */

#header {
    width: 900px;
    margin: 0 auto;
    height: 110px;
    padding: 20px 0 15px 0;
    text-align: center;
}

#header img {
    border: 0;
    margin-left: 3px;
}

#container {
    margin: 0 auto;
    width: 860px;
    text-align: left;  
}


/* Navigation */

#nav {
    height: 65px;
    margin: 0 0 20px 0;
    position: relative;
}

#nav ul {
    width: 100%;
    float: left;
    background: #e5e5e5;
    margin:15px 0 0;
    padding:5px 0;
    font-weight: bold;
}


#nav li {
    text-align: center;
    float: left;
}

#nav a {
    color: #000;
    border-right: 2px solid #000;
    padding: 0 10px;
    margin: 0;

}

#nav a:hover {
    color: #026502;
}

#nav a.first {

}

#nav a.aktuell {
    color: #026502;
}

#nav span {
    margin: 0;
}

#docicon {
    width: 75px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---- */

#main {
    clear: both;
    float: left;
    background: #c9fe99 url('img/bg-col1.png') repeat-y top left;
    padding: 30px 0 0 0;
}

#main #top {
    background: transparent url('img/round-top.png') no-repeat top left;
    height: 13px;
}

#b-haftung #main {
    background: #c9fe99; 
}

#col1 {
    width: 290px;
    float: left;
    color: #fff;
}

#col2 {
    width: 570px;
    float: left;
    padding-bottom: 30px;
}

#map {
    width: 520px;
    height: 17em;
    border: .25em solid #584427;
}

#footer {
    clear: both;
    text-align: right;
    padding-top: 10px;
}

#footer ul {
}

#footer li {
    display: inline;
}

#printadresse {
    display: none;
}


.box-impressum {
    height: 11em;
    margin-bottom: 1em;
}

.box-steuer {
    height: 3em;
    margin-bottom: 1em;
}

.box-kontakt {
    height: 6em;
    margin-bottom: 1em;
}

.gutter {
    margin: 0 20px 30px 30px;
    float: left;
}

.abstand {
    margin-top: 1.75em;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* Typo */


/* Headlines ---------------------------------- */

h1, h2, h3 {
    clear: both;
    font-weight: bold;
}

h1 {
    font-size: 1.75em;
    line-height: 1.75em;
    margin-bottom: 1.75em;
    color: #026502;  
}


h2 {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.1667em;
    margin-bottom: 1.1667em;
}


h3 {
    font-size: 1.2em;
    line-height: 1.3125em;
    margin-bottom: 1.3125em;
}

#col1 h1, #main #col1 h2, #main #col1 h3 {
    color: #fff;
}

#col2 h1, #main h2, #col2 h2, #main h3, #col2 h3 {
    color: #000;
}


/* Absätze -------------------------------- */


#footer a {
    color: #000;
}

#footer a:hover {
    color: #026502;
}


/* Listen --------------------------------- */


#col1 li {
    margin-bottom: 1em;
    list-style: circle;
    list-style-position: inside;
    color: #c9fe99;
}

#col2 .bulletlist li {
    list-style-type: circle;
    list-style-position: outside;
    margin: 0 0 0 14px;
}



/* Links --------------------------------- */

a {
    color: #026502;
}



#col1 h2 a {
    color: #fff;
    text-decoration: none;
}


#col1 a {
    color: #c9fe99;
}

#col1 a:hover {
    color: #000;
    text-decoration: underline;
}



/* Bilder -----------------------------------------*/

#buch {
    margin: 0 0 20px 0;
}



#col2 .bildblock {
    width: 220px;
    height: 370px;
    float: left;
    margin: 0 40px 15px 0;
}

#b-home #col2 img { margin-left: 50px;}



#col2 .bildblock ul {
    padding: 0;
    margin: 0 0 0 6px;
}	 



#col2 .bildblock li {
    padding: 0 0 .4em 0;
} 



#col2 .bildblock li.titel {
    color: #026502;
    font-weight: bold;
}





#col2 .bildblock img {
    background: #fff;
    padding: 2px;
    margin: 0 15px 15px 0;
    border: 4px solid #fff;
    float: left;
}

#col2 .fotoblock {
    width: 220px;
    height: 220px;
    float: left;
    margin: 0 40px 15px 0;
    background: #fff;
/*    text-align: center;
    vertical-align: center;*/
}

#col2 .fotoblock img{
    display: block;
    margin:  15px auto;
}

.whiteborder {
    border: 1px solid #fff;
}


/* Abkürzungen u.ä. --------------------------------*/

dfn, acronym, abbr {
    border-bottom:1px dotted #999999;
    cursor:help;
}


/*  Klassen */

.floatleft { float: left;}

.floatright { float: right;}

.halfmain { margin: 0 15px 15px 0; padding: 0 0 20px 0;}

.noscreen { display: none;}