@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url("gfx/bodybg.png");
	background-repeat: repeat;
	height: 100%;
}
img {
    border: 0 none;
}
#top {
	position: relative;
	width: 100%;
	height: 240px;
	background-image: url("gfx/bgb.png");
	background-repeat: repeat-x;	
}
#banner {
	margin: 0 auto;
	height: 240px;
	width: 958px;
	background-image: url("gfx/banner.png");
	background-repeat: no-repeat;
}
#line {
	height: 22px;
	width: 100%;
	border-top: 1px solid #e5dbc9;
	background-color: #200b05;
}
#headliner {
	margin: 0 auto;
	height: 180px;
	width: 956px;
	border: 1px solid #c7baa5;
	background-color: #e5dbc9;
}
#headlinertext h1 {
	font-size: 1.7em;
	color: #2f0606;
}
#headlinertext a {
	color: #2f0606;
}
#headlinertext {
	margin: 0 auto;
	text-align: center;
	height: 110px;
	width: 942px;
}
#content {
	margin: 0 auto;
	width: 956px;
	border-left: 1px solid #c7baa5;
	border-right: 1px solid #c7baa5;
	border-bottom: 1px solid #c7baa5;
	background-color: #f8f6f1;
}
#left {
	float: left;
	width: 300px;
	margin-right: 20px;
	min-height: 585px;
	background-image: url("gfx/nordwind.jpg");
	background-repeat: no-repeat;
}
#left2 {
	float: left;
	width: 320px;
	min-height: 585px;
	background-image: url("gfx/mareike_2.jpg");
	background-repeat: no-repeat;
}
#leftsalon {
	margin-top: 620px;
	width: 320px;
	min-height: 213px;
	background-image: url("gfx/salon.jpg");
	background-repeat: no-repeat;
}
#leftsalon2 {
	margin-top: 620px;
	width: 320px;
	min-height: 213px;
	background-image: url("gfx/mareike_3.jpg");
	background-repeat: no-repeat;
}
#right {
	float: left;
}
#rightbox{
	padding-top: 10px;
	width: 616px;
}
#clear {
	clear: left;
}
#charter {
	padding-top: 10px;
	padding-left: 320px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 636px;
	background-color: #f8f6f1;
}
#subliner {
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 120px;
	width: 956px;
	border-top: 1px solid #c7baa5;
	background-color: #e5dbc9;
}
#subtext {
	float: left;
	padding-left: 20px;
	width: 300px;
}
#subpics {
	float: left;
	width: 612px;
}
#impressum {
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 60px;
	height: 40px;
	width: 956px;
	border-top: 1px solid #c7baa5;
	background-color: #f8f6f1;
}
#lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#lightbox img {
    height: auto;
    width: auto;
}
#lightbox a img {
    border: medium none;
}
#outerImageContainer {
    background-color: #FFFFFF;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
#imageContainer {
    padding: 10px;
}
#loading {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#hoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav {
    left: 0;
}
#hoverNav a {
    outline: medium none;
}
#prevLink, #nextLink {
    background-image: url("data:image/gif;base64,AAAA");
    display: block;
    height: 100%;
    width: 49%;
}
#prevLink {
    float: left;
    left: 0;
}
#nextLink {
    float: right;
    right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
    background: url("gfx/lightbox/prevlabel.gif") no-repeat scroll left 15% transparent;
}
#nextLink:hover, #nextLink:visited:hover {
    background: url("gfx/lightbox/nextlabel.gif") no-repeat scroll right 15% transparent;
}
#imageDataContainer {
    background-color: #FFFFFF;
    font: 10px/1.4em Verdana,Helvetica,sans-serif;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
#imageData {
    color: #666666;
    padding: 0 10px;
}
#imageData #imageDetails {
    float: left;
    text-align: left;
    width: 70%;
}
#imageData #caption {
    font-weight: bold;
}
#imageData #numberDisplay {
    clear: left;
    display: block;
    padding-bottom: 1em;
}
#imageData #bottomNavClose {
    float: right;
    outline: medium none;
    padding-bottom: 0.7em;
    width: 113px;
}
#overlay {
    background-color: #000000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}