/* global.css
Author: coDESIGN
Last edited by coDESIGN Sysadmin November 2008
*/
/* wichtige Farben
color: #333333; dunkel grau für den normalen Text, Menütext und Linien
color: #999999; hellgrau für den Giftext im Logo
color: #ffcccc; pink Balken und Menüpunkte
*/
/*
Columns of equal length. #navbar and #main should be the same length; #navbar is floated to the left of #main_col. Achieved by setting overflow: hidden in #content and setting a relatively wide positive padding-bottom and negative margin-bottom for the #navbar.
*/
/* Font family and size
font-family: arial;
font-size: 12pt;
*/
/* Global settings */
* {
    margin: 0;
    padding: 0; /* border: none; */
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 800px;
    color: #333333;
    background-color: #ffffff; /* background-image: url(../img/layout/hintergrund.gif); */
    font-weight: normal;
    font-style: normal;
    font-size: 12px; /* = 12px; */
/* font-family: Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, label, input, textarea, select, legend, fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol, li, dl, dt, dd, label, input, textarea, select, legend, fieldset {
    font-size: 1em;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #f9bdbd;
    padding-bottom: 1em;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

img {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

dl dt {
    color: #ff6600;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 1.6em;
}

dl dd {
    line-height: 1.6; /* margin: 0 0 1em 0; */
}

table {
    width: 100%;
}

table th, table td {
    padding: 5px;
    vertical-align: top;
}

#preise table {
    width: 60%;
    margin-left: 10%;
}

#preise table tr.subdiv th, #preise table tr.subdiv td {
    padding-top: 3em;
}

#preise table tbody th {
    font-weight: normal;
}

#preise table td {
    text-align: right;
}

strong {
    font-weight: bold;
}

em {

}

.clear {
    clear: left;
}

.inner {
    padding: 20px;
}

.prose {
/* width: 328px; */
    width: 400px;
    width: 496px;
}

.number {
    text-align: right;
}

/* wichtig */
.important {
    color: #ffcccc;
}

/* warnung */
.warning {
    color: #6600ff;
}

.headline {
    font-size: 16px;
    font-weight: bold;
}

/* Usually used for the line showing additional charges */
.zzgl {
    font-size: 10px;
    color: #999999;
}

tr.odd {
/* background-color: #e0e0e0; */
    background-color: #f0f0f0;
}

#wrapper {
}

#content {
    width: 800px;
    text-align: left;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px dashed #999999;
    border-left: 1px dashed #999999;
    overflow: hidden; /* used with padding and margin in #navbar */
}

#header {
    height: 458px; /*height: 378px;*/
}

#navbar {
    width: 204px;
    float: left;
    padding-bottom: 2000px; /* This forces the navbar to appear to be */
    margin-bottom: -2000px; /* the same length as main_col */
}

#navbar p {
    margin: 0;
    padding: 0;
}

#navbar ul.navlist {
    position: relative;
    width: 204px;
    margin-top: -320px;
    /*margin-top: -200px;*/
}

#navbar ul.navlist li {
/* display: inline; */
    margin: 0px 10px 0px 20px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
    list-style-image: url(../img/kaestchen.gif);
    border-bottom: 1px solid #999999;
    text-transform: uppercase;
}

#navbar ul.navlist li:first-child {
    border-top: 1px solid #999999;
}

#navbar ul.navlist li ul li {
    list-style-image: none;
    border-bottom: none;
    text-transform: none;
    font-size: 12px;
    line-height: 15px;
    margin-left: 0.5em;
    padding-left: 0px;
    text-indent: -0.5em;
}

#navbar ul.navlist li ul li:first-child {
    border-top: none;
}

#navbar ul.navlist li a, #navbar ul.navlist li span {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
}

#navbar ul.navlist li a:hover {
    background-color: #ffcccc;
    background-color: #eeeeee;
}

#main_col {
    margin-left: 204px;
}

#main {
/* padding: 24px 48px 24px 48px; */
    padding: 24px 24px 24px 24px;
    padding: 24px 24px 24px 96px;
    padding: 24px 24px 24px 48px; /* background-color: #ffcccc; */
    background-image: url(../img/balken.jpg);
    background-repeat: repeat-y;
    min-height: 280px;
}

#main p {
    line-height: 1.6;
    margin: 0 0 1em 0;
    text-align: left;
    color: #333333;
}

#kontakt #main, #impressum #main {
    padding: 24px 24px 24px 24px;
}

#kontakt #main .prose, #impressum #main .prose {
    width: 328px;
}

#main ul {
    list-style-type: disc;
    line-height: 1.6;
    margin: 0 0 1em 0;
    padding-left: 20px;
}

#main ul li ul {
    list-style-type: circle;
}

#main a, #footer a {
    color: #333333;
}

#main a:hover, #footer a:hover {
    color: #999999;
}

#footer {
    /*
    text-align: center;
    margin: 0 12px 0 12px;
    padding: 12px;
    border-top: 1px dotted;
    */
/* padding: 24px 48px 24px 48px; */
    padding: 24px 24px 24px 24px;
    background-image: url(../img/balken.jpg);
    background-repeat: repeat-y;
}

/* navbar menu buttons */
#navbar ul li {
    background-repeat: no-repeat;
}

#navbar ul li a {
/* text-indent: -20px; */
}

#navbar ul li#n1 {
    background-image: url(../img/button_01.png);
    height: 30px;
}

#navbar ul li#n2 {
    background-image: url(../img/button_02.png);
    height: 31px;
}

#navbar ul li#n3 {
    background-image: url(../img/button_03.png);
    height: 31px;
}

#navbar ul li#n4 {
    background-image: url(../img/button_04.png);
    height: 31px;
}

#navbar ul li#n5 {
    background-image: url(../img/button_05.png);
    height: 31px;
}

#navbar ul li#n6 {
    background-image: url(../img/button_06.png);
    height: 30px;
}

/* Kontaktformular */
form {
    margin-top: 1em;
}

form label {
    display: block;
    float: left;
}

form input, form textarea, form select {
    display: block;
    margin-left: 75px;
    padding: 2px;
    width: 200px;
    border: 1px solid #999999;
}

form textarea {
    width: 275px;
    height: 100px;
}

form select {
    width: 80px;
    padding: 0px;
}

form input#senden {
    width: 75px;
    height: 41px;
    border: none;
    margin: 0 0 0 75px;
    padding: 0;
}

form input#send {
    width: 6em;
    background-color: white;
}

form input#send:hover {
    color: white;
    background-color: #d75f2d;
}

#kontakt p.warning {
    color: #6600ff;
}

#footer .hours {
    float: right;
    margin-top: -127px;
}

#footer .hours table caption {
    text-align: left;
    font-weight: bold;
}

#footer .hours table th, #footer .hours table td {
    padding: 1px;
}

#team #footer .hours {
    margin-top: -64px;
}

#team #footer p.bottom {
    margin-top: 63px;
}

#footer p.bottom {
/* width: 295px; */
    width: 556px;
    color: #ffcccc;
    font-weight: normal;
    border-bottom: 1px solid #ffcccc;
    margin-bottom: 24px;
}

#kontakt #footer p.bottom, #impressum #footer p.bottom, #team #footer p.bottom {
    width: 340px;
}

/*
#gallery .pic_big {
position: absolute;
margin-top: -200px;
margin-left: 150px;
}
*/

#gallery {
}

#gallery ul.thumbnails {
    list-style-type: none;
    height: 192px; /* height: 300px; */
    padding-left: 44px;
    padding-left: 132px;
    padding-left: 140px;

    padding-left: 87px; /*padding-left: 0px;*/
    padding-right: 0; /* border: 1px solid blue; */
}

#gallery ul.thumbnails li {
    float: left;
    padding-top: 21px;
    padding-left: 21px;

    padding-top: 12px;
    padding-left: 12px;
    padding-right: 0;
}

#gallery ul.thumbnails li:first-child {
    margin-left: 0; /*margin-left: 87px;*/
}

#gallery ul.thumbnails img {
    display: block;
}

#gallery .pic_big {
    position: absolute;
    background-repeat: no-repeat;
    margin-top: -388px;
    margin-left: 164px;
    width: 364px;
    height: 364px; /* border: 1px solid red; */
}

/* Landscape */
#gallery p#p1 {
    background-image: url(../img/gallery/purkert_gross_1.jpg);
    background-position: 0px 121px;
}

#gallery p#p2 {
    background-image: url(../img/gallery/purkert_gross_2.jpg);
    background-position: 0px 121px;
}

#gallery p#p3 {
    background-image: url(../img/gallery/purkert_gross_3.jpg);
    background-position: 0px 121px;
}

#gallery p#p4 {
    background-image: url(../img/gallery/purkert_gross_4.jpg);
    background-position: 0px 121px;
}

#gallery p#p5 {
    background-image: url(../img/gallery/purkert_gross_5.jpg);
    background-position: 0px 121px;
}

#gallery p#p6 {
    background-image: url(../img/gallery/purkert_gross_6.jpg);
    background-position: 0px 121px;
}

#gallery p#p7 {
    background-image: url(../img/gallery/purkert_gross_7.jpg);
    background-position: 110px 0; /*background-position: 0px 121px;*/
}

/* Portrait */
#gallery p#p8 {
    background-image: url(../img/gallery/purkert_gross_8.jpg);
    background-position: 110px 0px;
}

#gallery p#p9 {
    background-image: url(../img/gallery/purkert_gross_9.jpg);
    background-position: 110px 0px;
}

#gallery p#p10 {
    background-image: url(../img/gallery/purkert_gross_10.jpg);
    background-position: 110px 0px;
}

#gallery p#p11 {
    background-image: url(../img/gallery/purkert_gross_11.jpg);
    background-position: 110px 0px;
}



