/* CSS Document */

* {
   padding: 0px;
   margin:0px;
}

html {
width: 100%;
height: 100%;
margin:0px;
padding:0px;
}

body {
   margin: 0px;
   margin-bottom: 120px;
   padding: 0px;
   border: 0px;
   text-align: center;
   height: 100%;
   width: 100%;
 }
body,td,p, li, .adresse {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #CC3300;
   background-color: #fdecc8;
   font-size: 0.9em;
   line-height: 140%;
}
p {
   margin: 10px 50px 0px 20px;
   vertical-align: top;
}
ul {
   margin-top: 10px;
   margin-left: 60px;
}
li {
   margin-bottom: 6px;
}
h1 {
   font-size: 1.6em;
   font-weight:bold;
    margin: 10px 0px 30px 20px;
}

h3 {
   font-size: 1.2em;
   font-weight:normal;
   margin: 20px 0px 20px 20px;
}
a:link {
   text-decoration: none;
   color: #1C3FB8
}
a:visited {
   text-decoration: none;
   color: #1C3FB8;
}
a:hover {
   text-decoration: none;
   color: #1C3FB8;
}

.titletext {
   font-family: "Monotype Corsiva", "Times New Roman", serif;
   font-size: 3.4em;
   font-weight: bold;
   line-height: 1.15em;
   margin-top: 20px;
   margin-bottom: 30px;
   text-align: center;
}
.adresse {
   margin-bottom: 8px;
   text-align: center;
}
.contentText {
   text-align: left;
}
.impressumText {
   text-align: left;
   font-size: 0.84em;
}
.navitem {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #CC3300;
   background-color: #fdecc8;
   font-size: 0.9em;
   margin-bottom: 6px;
}
.kontakt {
   margin-top: 8px;
}

.clear{
   width:100%;
   height:40px;
   clear:both;
}

/*  Container */
#siteContainer {
   z-index: 1;
   position: relative;
   width: 860px;
   background-color: #fdecc8;
   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
   position: relative;
   text-align: left;
   height: auto;
}
#siteHead {
   z-index: 2;
   position: relative;
   left: 0px;
   top: 20px;
   bottom: 40px;
   width: 860px;
   padding: 0px 0px 0px 0px;
   overflow: visible;
   /* border: 1px solid #0000FF; */

}
#headImages {
   position: relative;
   top: 24px;
   width: 860px;
   text-align: center;
   /* border: 1px solid #0000FF; */
}
#contentContainer {
   z-index: 3;
   position: relative;
   left: 230px;
   top: 70px;
   width: 640px;
   height: auto;
   /* border: 1px solid #0000FF; */
}
#fussLinks {
   position: relative;
   width: 820px;
   top: 120px;
   left: 20px;
   padding: 6px 0px 0px 0px;
   text-align: right;
   font-size: 0.78em;
}
#fussContainer {
   position: relative;
   width: 820px;
   top: 120px;
   left: 20px;
   padding: 6px 0px 0px 0px;
   text-align: center;
   font-size: 0.78em;
   border-top: 1px solid #CC3300;
}
#navContainer {
   position: absolute;
   top: 490px;
   left: 40px;
   width: 190px;
}