html {
    min-height:100%;
    height:auto;
}

* {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:11px;
}

body {
    padding:0; margin:0;
        color:white;
        background-color:black;
        width:100%;
        background-image: url('../images/background.jpg'); 
        background-repeat:repeat-x; 
        background-position:bottom;
        scrollbar-track-color: #000000; 
}

#wrapper {
    padding:15px;
    padding-left:155px;
    padding-right:155px;
}

.edit {
        font-style:italic;
        font-weight:bold;
        margin-top:10px;
        margin-bottom:3px;
}

img,
a img {
    border:0px;
}

a,
a img,
a:focus {
    outline:none;
    -moz-outline: none;
}

a {
    color: #fcad03;
    text-decoration:none;
}

a:hover {
   222 text-decoration:underline;
	border-bottom:1px dotted #fcad03;
}

#button_speichern {
        border:0px;
        padding:0px;
        width:20px;
        height:20px;
        background:none;
}

h1 {
    margin:0; padding:0;
    font-size:16px;
    margin-bottom:10px;
    color: #fcad03;
}

h2 {
    margin:0; padding:0;
    font-size:14px;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px dotted white;
}

.graphicalhead {
    margin-bottom:20px;
}

ul li {
    list-style-image:url('../images/0116_arrowpixel2.png');
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:246px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:243px;
}

#contactForm .contactRow input {
    222height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:11px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

input.class-submit {
    background-color:#fff;
    border:0;
    color:black;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/***************** terminuebersicht tabelle *************************/

#terminuebersicht {
    border-collapse:collapse;
    empty-cells:show;
    padding:0px;
    margin:0px;
}

#terminuebersicht tr {
    222cursor:pointer;
    padding:0px;
    margin:0px;
    border-bottom:1px dotted white;
}

#terminuebersicht td {
    vertical-align:top;
    color:white;
    padding:10px;
    margin:0px;
    background-position:left -50px;
}

#terminuebersicht h1 {
    padding:0px;
    margin:0px;
    margin-top:8px;
    margin-bottom:8px;
}

.gallery_image {
    padding:10px;
    width:auto;
    width:180px;
}

#imageDetails {
    color:black;
}

