body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    line-height: 2em;
    text-align: justify;
    background-image: url('/img/background.jpg');
    background-position: top left;
}

.sIFR-alternate {
    display: none;
}

body, html {
    width: 100%;
    height: 100%;
}
/*
 * top Section
 */
#wrap {
    width: 800px;
    float: left;
}

.headerOne {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
    width: 400px;
}

.bar {
    width: 400px;
    height: 2px;
    display: block;
    float: left;
    background-color: #5C0002;
}

.smallbar {
    width: 400px;
    height: 1px;
    display: block;
    float: left;
    margin-bottom: 8px;
    background-color: #5C0002;
}

.messages {
    width: 400px;
    float: left;
}

.contentDivider {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    width: 400px;
}

.contentDivider ul {
    padding: 0px;
    margin: 0px;
    margin-left: 30px;
}

#logoSpot {
    width: 286px;
    height: 235px;
    top: 5px;
    left: 470px;
    position: absolute;
    z-index: 100;
    cursor: hand;
    background-image: url('/img/logoSpot.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
}

#slogan {
    width: 270px;
    height: 40px;
    top: 120px;
    left: 200px;
    position: absolute;
    z-index: 50;
    background-color: white;
}

#subMenu {
    top: 298px;
    left: 620px;
    position: absolute;
    z-index: 50;
    background-image: url('/img/subMenu.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-right: 1px solid #5B130F;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

#ulDivider {
    float: left;
    margin-right: 10px;
    margin-top: 35px;
}

#submenuUl {
    width: 130px;
    float: left;
    margin-right: 10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
}

#subMenu h3 {
    width: 140px;
    float: left;
    margin-top: 24px;
    margin-right: 10px;
}

#header {
    width: 699px;
    height: 163px;
    float: left;
    margin-top: 30px;
    display: block;
    background-image: url('/img/logo.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.footerDiv {
    width: 700px;
    height: 12px;
    float: left;
    display: block;
    background-image: url('/img/footerTrans.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
}
/*
 * Main section
 */
#mainWrap {
    clear: both;
    margin-top: 10px;
    width: 700px;
    float: left;
    background-image: url('/img/mainRepeat.png');
    background-position: top left;
    background-repeat: repeat-y;
    background-color: white;
}

#MainContent {
    width: 400px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/**
 * main menu section
 */
.mainMenuWrapFake {
    width: 35px;
    height: 500px;
    float: left;
    display: block;
}

.mainMenuWrap {
    width: 34px;
    height: 500px;
    float: left;
    display: block;
}

#wieWrap a {
    width: 34px;
    height: 500px;
    float: left;
    background-image: url('/img/wieNonActive.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#wieWrap a.active {
    background-image: url('/img/wieActive.png');
}

#watWrap a {
    width: 34px;
    height: 500px;
    margin-left: 2px;
    float: left;
    background-image: url('/img/watNonActive.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#watWrap a.active {
    background-image: url('/img/watActive.png');
}

#contactWrap a {
    width: 34px;
    height: 500px;
    float: left;
    margin-left: 2px;
    background-image: url('/img/contactNonActive.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#contactWrap a.active {
    background-image: url('/img/contactActive.png');
}

#reserveerWrap a {
    width: 34px;
    height: 500px;
    float: left;
    margin-left: 4px;
    background-image: url('/img/reserveerNonActive.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#reserveerWrap a.active {
    background-image: url('/img/reserveerActive.png');
}
/**
 * footer section
 */
#footerWrap {
    width: 700px;
    height: 165px;
    margin-top: 15px;
    float: left;
    clear: both;
    display: block;
    background-image: url('/img/footerBottom.png');
    background-position: top left;
    background-repeat: repeat-y;
    background-color: transparent;
}

#footerContent {
    float: left;
    margin-left: 100px;
    margin-top: 10px;
    width: 400px;
    color: white;
}

#footerContent h5 {
    color: white;
    background-color: black;
}

.spacer {
    width: 700px;
    height: 20px;
    float: left;
    clear: both;
    display: block;
}

#formStyle table {
    padding: 0px;
    margin: 0px;
}

#formStyle .textfield, #formStyle textarea {
    border: 1px solid #CCCCCC;
    padding: 2px 0 1px 2px;
    margin: 0px;
    font-size: 11.5px;
    line-height: 2em;
}

#formStyle .textfield {
    width: 97%;
    height: 16px;
    font-size: 11.5px;
}

#formStyle .textarea {
    font-size: 11.5px;
    height: 100px;
    width: 97%;
    padding: 0px;
    margin: 0px;
    padding: 2px;
}

#formStyle .list {
    padding: 0px;
    margin: 0px;
    font-size: 11.5px;
}

#formStyle table tr td {
    padding: 0 0 15px 0;
}

.errorList {
    margin: 13px 0;
    border: 1px solid red;
    padding: 4px;
    list-style: none;
}
/* Error handlings */
.errorList li {
    padding: 0 0 0 21px;
    margin: 0px;
    background: url(/img/error_dot.gif) 8px 7px no-repeat;
    font-size: 11.5px;
    color: #FF0000;
    font-weight: bold;
}

.error {
    color: #FF0000;
}

.error .textfield, .error .textarea {
    color: #FF0000;
    border: 1px solid #FF0000 !important;
}

.messageWrap {
    float: left;
    margin-bottom: 40px;
}

.imageWrap {
    width: 133px;
    height: 136px;
    margin: 10px 10px 5px 10px;
    margin-left: 20px;
    float: right;
    background: url(/img/imageWrap.png) no-repeat;
}

.imageWrap img {
    margin: 10px 10px 10px 10px;
}

.imageWrap a img {
    border: none;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0px;
}

#lightbox a img {
    border: none;
}

#innerLightbox {
    background-color: #fff;
    width: 250px;
    margin: 0 auto;
}

#test {
    position: relative;
    background-color: #fff;
}

.hoi {
    font-size: 12px;
    font-family: "Verdana";
    float: left;
    text-align: left;
}

#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: 0px;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: none;
}

#imageContainer >#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background: transparent url(/images/blank.gif) no-repeat; /* 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/prevlabel.gif') left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url('/images/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;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#adminArea {
    float: left;
    margin-left: 130px;
}

#floatDiv {
    position: absolute;
    top: 100px;
    z-index: 200;
}

#floatWrap {
    margin-left: 50%;
    z-index: 200;
}

#overlayAgenda {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.lid{
	margin-bottom: 10px;	
	margin-top: 10px;
	word-break: normal;
	word-wrap: normal;
}

.lid > img{
	float: right;
	border: 4px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}
