body, html {
    height: 100%;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    background-color: #585858;
    background-image: url('images/background.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top left;
    text-align: center; /* IE6 Fix */
}

h1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

a img {
    border: none;
}

input,
textarea,
select,
button {
    border: 1px solid black;
}

.centered {
    position: relative;
    margin: 0px auto;
    text-align: left;
    width: 836px;
    min-height: 100%;
    background-image: url('images/shadow.png');
    background-repeat: repeat-y;
    background-position: top right;
}

.main-layout {
    position: relative;
    width: 796px;
    height: 100%;
}

* html .main-layout {
    height: 100%; 
}

.contentbkg {
    position: relative;
    width: 796px;
    margin: 0px;
    margin-left: 20px;
    background-color: #bababa;
    background-image: url('images/content-bkg.png');
    background-repeat: repeat-x;
    background-position: top left;
    padding-bottom: 40px;
}

.header {
    width: 796px;
    height: 82px;
    background-image: url('images/fockner_head.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.content {
    color: black;
}

.footer {
    position: relative;
    margin: 0px auto;
    margin-top: -34px;
    height: 24px;
    width: 796px;
    padding-top: 8px;
    font-size: 8pt;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-image: url('images/footer-verlauf.png');
    background-repeat: repeat-x;
    background-position: top left;
    text-align: center;
}

.footer a {
    color: black;
}


.menubar {
    font-size: 10pt;
    height: 35px;
    width: 796px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-image: url('images/menu-bkg.png');
    background-repeat: repeat-x;
    background-position: top left;
}

.menubar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.menubar>ul>li {
    float: left;
    width: 160px;
    height: 35px;
    border-right: 1px solid black;
}

.menubar>ul>li>span {
    display: block;
    width: 160px;
    height: 35px;
    text-align: center;
}

.menubar>ul>li:first-child {
    margin-left: 74px;
    border-left: 1px solid black;
}

.menubar>ul>li>span>a {
    display: block;
    padding-top: 8px;
    height: 27px;
    color: white;
    text-decoration: none;
}

.popup {
    position: absolute;
    visibility: hidden;
    width: 160px;
    font-size: 9pt;
    text-align: left;
    border: 1px solid black;
    margin-left: -1px;
    background-color: #c8c8c8;
}

.menubar>ul>li:hover .popup {
    visibility: visible;
}

.popup>ul>li {
    height: 36px;
    background-image: url('images/popup-inactive.png');
    background-repeat: no-repeat;
    background-position: top left;
    border-top: 1px solid black;
}

.popup>ul>li:hover {
    background-image: url('images/popup-active.png');
    background-color: white;
}

.popup>ul>li:first-child {
    border-top: none;
}

.popup>ul>li>a {
    display: block;
    height: 24px;
    padding-top: 12px;
    width: 137px;
    padding-left: 23px;
    text-decoration: none;
    color: black;
}




ol.roman {
    list-style-type: upper-roman;
    margin-top: 5px;
}

ol.decimal {
    list-style-type: decimal;
    margin-top: 5px;
}

ol.roman>li,
ol.decimal>li {
    margin-bottom: 5px;
}




.gallery {
    margin-top: 10px;
    padding-left: 30px;
}

.gallery-image {
    float: left;
    width: 480px;
    height: 340px;
}

.gallery-text {
    float: left;
    width: 260px;
    height: 240px;
/*    text-align: justify; */
}

.gallery-text p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.gallery-links {
    float: left;
    width: 260px;
    height: 100px;
}

.gallerylink {
    float: left;
    border: 1px solid black;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.gallerylink:hover,
.gallery-links .active {
    border: 1px solid white;
}

.gallerylink a {
    display: block;
    padding-top: 5px;
    height: 20px;
    text-decoration: none;
    color: black;
}

.gallery-links .active a {
    color: white;
}

/* Lightbox-Galerie */
.gallery-item {
    width: 736px;
    border: 1px solid black;
    margin-left: 30px;
    margin-bottom: 15px;
}

.gallery-item .thumbnail {
    float: left;
    width: 191px;
    height: 133px;
    margin: 10px;
}

.gallery-item .description {
    float: left;
    width: 513px;
    height: auto;
    margin-top: 10px;
}

.gallery-item .images {
    display: none;
}

.gallery-item a {
    color: white;
}

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 21000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/lightbox/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}      

#overlay{ position: absolute; top: 0; left: 0; z-index: 20999; width: 100%; height: 500px; background-color: #000; }
/************************************************/


.kontakt-label {
    float: left;
    width: 200px;
    padding-top: 4px;
}

.kontakt-field {
    margin-top: 5px;
    clear: right;
}

p.error {
    color: red;
}

input.error,
textarea.error {
    border-color: red;
}



#udm {
  left:75px;
  border-left:1px solid #000;
}

.menubar1 {
    font-size: 10pt;
    height: 35px;
    width: 796px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-image: url('images/menu-bkg.png');
    background-repeat: repeat-x;
    background-position: top left;
}
.menubar1 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menubar1 ul li {
    float: left;
    width: 160px;
    height: 35px;
    border-right: 1px solid black;
}

.menubar1 span {
    display:block;
    width:140px;
    height:35px;
    text-align:center;
}

#subsubul1 li, #subsubul2 li, #subsubul3 li, #subsubul4 li {
  background:url('images/popup-inactive.png') no-repeat top left #c8c8c8;
  border-bottom:1px solid #000;
}
* html #subsubul1 li, * html #subsubul2 li, * html #subsubul3 li, * html #subsubul4 li {
  background:url('images/popup-inactiveIE.png') no-repeat top left #c8c8c8;
  border-bottom:0px;
}


#details {
  position:absolute;
  top:-1000px;
	left:-1000px; 
	width:999px;
	height:999px;
}