@charset "utf-8";

/* CSS Document */

@import "navl.css";
@import "nav.css";
@import "form.css";

html, body, form {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1em;
    background-attachment: fixed;
    text-align: center;
    /*background-color: #b4cbeb;*/
    /*background-color: #fff;*/
    background: #e6ecf5 url('../img/layout/back.jpg') repeat-x;

    /*background-position: bottom right;*/
}

p { color: black; }

a img, img, #content .angebot img { border: none; }

a, a:visited { color: blue; }

.logo a img, .logo a img:visited { border: none; }

td p {
    padding: 0 !important;
    margin: 0 !important;
}


#mainbox { }

#content {
    border:1px solid #1f589f;
    background:white;
    /*border-bottom: 3px solid #1A69A5;
	border-top: 3px solid #1A69A5;*/
    overflow: auto;
    text-align: left;
    padding: 20px;
}

#content p {
    text-align: justify;
    padding: 5px;
    margin: 0 0 3px 0;
}

#content img {
    /*float: left;*/
    margin: 0.3em;
    border: 1px solid black;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 220%;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
}


#content h1 {
    margin: 20px;
    padding-left: 45px;
    /*background: url(../img/layout/h1_lh_logo.gif) no-repeat left;*/
    border-bottom: 1px solid #ccc;
}

#content h2 {
    font-size: 140%;
    margin: 10px 0 4px 3px;
}

#content h3 {
    font-size: 110%;
    margin: 8px 0 4px 3px;
}

#content h4 {
    font-size: 100%;
    font-style: normal;
    margin: 6px 0 4px 3px;
}
#content h5 {
    font-style: normal;
    font-size: 100%;
    margin: 4px 0 4px 3px;
}

#content h6 {
    font-style: normal;
    font-size: 100%;
    margin: 4px 0 4px 3px;
}

#content img, #content p img {
    /*margin-right: 5px;*/
}

.breadcumb a:link, .breadcumb a:visited, .breadcumb a:hover, .breadcumb {
    color: black;
    font-size: 10px;
}

#head {
    text-align: left;
    vertical-align: middle;
}

.footer { color: #000; }

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.angebot {
    /*background-color: #cccc99;*/
    /*background: url(../img/layout/angebot.jpg) repeat-y;*/
    /* margin-left: 5em;
     margin-right: 5em;*/
    /* margin-bottom: 1em;*/
    padding: 5px;
    width: 100%;
}

.angebot h1, .angebot h2, .angebot h3 {
    margin-top: 0;
    padding-top: 0;
}

.angebotbox {
    background: url(../img/layout/angebot.jpg) repeat-y;
    margin-bottom: 1em;
}

.angebothead {
    background: url(../img/layout/angebot_h.jpg) no-repeat;
    height: 41px;
}

.angebotfooter{
    background: url(../img/layout/angebot_f.jpg) no-repeat;
    height: 41px;
}

.angebothead h3 {
    font-family: "Comic Sans MS",Verdana;
    padding: 0.5em;
    font-style: normal;
}

td.angebotimage {
    width: 90px;
}


.angebot td {
    vertical-align: top;
    padding: 0.2em 0.2em 0.4em 0.4em;
}



.angebot th {
    width: 7em;
    font-weight: bold;
    padding: 0 0 0.4em 0.4em;
    vertical-align: top;
    font-family: "Comic Sans MS",Verdana;
}

.angebot th span {
    /*float: right;*/
    /*margin-top: 1em;*/
    /*vertical-align: middle;*/
}

.angebot img {
    float: left;
    margin-right: 0.2em;
}

.firstth {
    /*background-color: #999966;*/
    /*padding: 0.4em !important;*/
    text-decoration: underline;
    /*background: url('../img/layout/angebot_h.jpg') no-repeat;*/
}

.termine table {
    border-collapse: collapse;
}

.termine th{
    background: url('../img/layout/s_zeit_sm.jpg') no-repeat ;
    font-weight: bold;
    padding-right: 2em;
    vertical-align: top;
    padding-bottom: 1em;
    padding-left: 60px;
    border-bottom: 1px solid #E6ECF5;
}

.termine td {
    padding-bottom: 1em;
    vertical-align: top;
    border-bottom: 1px solid #E6ECF5;
}

.preistabelle th {
    text-align: left;
    font-weight:  bold;
    background-color: #E6ECF5;
    padding: 0.5em;
}

.preistabelle td {
    border: 1px solid #E6ECF5;
    padding: 0.3em 0.5em 0.3em 0.5em;
}

.contactadress {
    background:  url('../img/layout/s_adresse.gif') no-repeat;
    padding-left: 70px;
    vertical-align: top;
}

.contacttel {
    background:  url('../img/layout/s_telefon.gif') no-repeat;
    padding-left: 70px;
    height: 60px;
}

.contactfax {
    background:  url('../img/layout/s_fax.gif') no-repeat;
    padding-left: 70px;
    height: 45px;
}

.contactmail {
    background:  url('../img/layout/s_email.gif') no-repeat;
    padding-left: 70px;
    height: 60px;
}

