/*    (c) IT-Service Franz
  http://www.it-service-franz.de */

/* standard elements */
html {min-height: 100%;}

* {
        margin: 0;
        padding: 0;
}

a {
        color: #004488;
        text-decoration: underline;
}
a:hover {
        color: #0066CC;
        text-decoration: none;
}

body {
        background: #F5FCFF;
        /*url('img/body.jpg') no-repeat center top;*/
        color: #444444;
        font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
        padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 2em "Lucida Sans Unicode",Verdana,sans-serif;}
h2 {font: bold 2.2em "Lucida Sans Unicode",Verdana,sans-serif;}
h3 {font: bold 1.4em "Lucida Sans Unicode",Verdana,sans-serif;}
h4 {font: bold 1.2em "Lucida Sans Unicode",Verdana,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

blockquote {
        background: url(img/quote.gif) no-repeat;
        display: block;
        font-weight: bold;
        padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #555533; margin-bottom: 4px;}

#kontakt label {
        float:left;
        width: 80px;
        clear: both;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
p.datum { font-size:10px; color:#5A5A43; }

.feld {
        border: #009CDE 1px solid;
        background:#F9F9FB;
        width: 160px;
        color: #5A5A43;
        font-weight: normal;
}

.submit {
        font-size: 85%;
        font-weight: normal;
        background: #009CDE;
        color: #E7F7FF;
        cursor: pointer;
        border-bottom: 1px solid #009CDE;
        border-right: 1px solid #009CDE;
        border-left: 1px solid #F5FCFF;
        border-top: 1px solid #F5FCFF;
}

.submit:hover {
        background: #E7F7FF;
        color: #009CDE;
        cursor: pointer;
        border-bottom: 1px solid #F5FCFF;
        border-right: 1px solid #F5FCFF;
        border-left: 1px solid #009CDE;
        border-top: 1px solid #009CDE;
}

/* structure */
.inner-container {
        border: 2px solid #009CDE;
        background: #FFFFFF;
        font-size: 1.2em;
        margin: 0 auto;
        padding: 10px;
        width: 780px;
}

.outer-container {
        background: #F5FCFF;
        /*url('img/container.jpg') no-repeat center bottom;*/
        padding-bottom: 64px;
}

/* headere & title */
.header {
        background: #ffffff url('img/header.gif') no-repeat;
        height: 160px;
        margin-bottom: 5px;
        text-align: left;
}
.header .imgregion {
        float: right;
        padding-top: 10px;
        padding-right: 50px;
        color: #FFFFFF;
        font: normal 2.5em sans-serif;
}

.header .imglogo {
        float: left;
        padding-top: 10px;
        padding-left: 50px;
        color: #FFFFFF;
        font: normal 2.5em sans-serif;
}

.header .title {
        padding: 50px;
        border-bottom: 1px dashed #657382;
        color: #FFFFFF;
        font: normal 2.5em sans-serif;
        padding-bottom: 2px;
        text-decoration: none;
}

/* path */
.path {
        background: #9CD6EE;
        color: #AAAAAA;
        text-align: center;
        font: bold 1.3em "Lucida Sans Unicode",Verdana,sans-serif;
        padding: 8px 12px;
}

/* main */
.main {
        background: url(img/main.gif) repeat-y;
        border-top: 4px solid #FFFFFF;
        padding: 8px 12px 0 0;
}

/* content */
.content {
        float: right;
        width: 538px;
}

.content li {
        list-style: url(img/li.gif);
        margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",Verdana,sans-serif;}

/* navigation */
.navigation {
        float: left;
        width: 210px;
}
.navigation h2 {
        color: #5A5A43;
        font: bold 1.1em "Lucida Sans Unicode",Verdana,sans-serif;;
        line-height: 30px;
        margin: 0;
        padding-left: 12px;
}
.navigation ul {
        padding: 0;
        border-top: 1px solid #AAAAAA;
}
.navigation li {border-bottom: 1px solid #AAAAAA;}
.navigation li a {
        font-size: 1.1em;
        color: #555544;
        display: block;
        padding: 8px 0 8px 5%;
        text-decoration: none;
        width: 95%;
}
.navigation li a:hover {
        background: #9CD6EE;
        color: #665544;
}
.navigation li form {
        font-size: 1.1em;
        color: #555544;
        display: block;
        padding: 8px 0 8px 5%;
        line-height: 24px;
        text-decoration: none;
        width: 95%;
}

/* footer */
.footer {
        background: #9CD6EE;
        color: #FFFFFF;
        font: bold 1em sans-serif;
        margin-top: 5px;
        padding: 10px 12px;
}
.footer a {
        color: #FFFFFF;
        text-decoration: none;
}
.footer a:hover {color: #FFFFBB;}
