@charset "utf-8";
/* CSS Document */

* { outline: none; }

body, p, div, font, a, table, td, tr, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #2e2d1f;
}

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

body {
	margin: 0px;
	padding: 0px;
	background: #202112 url(../images/body-bg.jpg) center top no-repeat;
	height: 100%;
	overflow: hidden;
}

div#shim {
	float:left;
	height:50%;
	margin: 0px auto;
	margin-top:0px;
	visibility:hidden;
	width:100%;
}

div#wrap {
	clear: both;
	position: relative;
	top: -268px;
	width: 811px; height: 536px;
	margin: 0px auto;	
}

h1#branding {
		position: absolute;
		top: 0px; left: 0px;
		display: block;
		margin: 0px; padding: 0px;
		background: transparent url(../images/schlichtbarock_logo.gif) 0px 10px no-repeat;
		width: 250px; height: 138px;
		overflow: hidden;
		text-indent: -1000px;
	}
	h1#branding a {
		display: block;
		width: 250px; height: 138px;
		overflow: hidden;
		text-indent: -1000px;
	}

/* ---- Contact ---- */

div#contact {
	position: absolute; 
	width: 250px;
	height: 112px;
	top: 406px;
	left: 0px;
	padding-top: 25px;
}
div#contact p { color: #a8a79c; }
	

/* ---- Slideshow ---- */

ul#gallery {
	position: absolute;
	right: 0px; top: 0px;
	z-index: 1;
	display: block;
	padding: 0px; margin: 0px;
	width: 511px; height: 511px;
	overflow: hidden;
	list-style-type: none;
}
	ul#gallery li {
		display: block;
		width: 511px; height: 511px;
		float: left;
		overflow: hidden;
		padding: 0px; margin: 0px;
	}
		

/* ---- navigation ---- */

ul#menu4 {
	position: absolute;
	z-index: 2;
	top: 148px; left: 0px;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 250px;
  cursor: default;
}

ul.menu a {
  display: inline;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: transparent;
  color: #a8a79c;	
}

ul.menu li a:hover { }

ul.menu li ul li a {
  color: #a8a79c;
  padding-left: 20px;
}

ul.menu li ul li a:hover {}

ul.menu a.active { color: #FFFFFF; }

div.hidden { display: none; }

ul.active { 
	display: block !important;
	height: auto !important;
}

/* ---- scroll Pane ---- */


div#contentContainer {
	position: absolute;
	z-index: 3;
	top: 0px; right: 0px;
	width: 511px; height: 511px;
	padding-right: 0px;
	overflow: hidden;
	background-image: url(../images/transparent.gif); /* IE Scroll-Hack */
 }

div#content {
	position: relative;
	padding: 20px;
	background: transparent url(../images/80percent_white.png) top left repeat;
}

div#content-index {
	position: relative;
	padding: 20px;
	margin-top: 175px;
	background: transparent url(../images/80percent_white.png) top left repeat;
}

div#closeContent {
	position: absolute; 
	top: 10px; right: 15px;
	height: 11px; width: 11px;
	background: transparent url(../images/close-icon.gif) top right no-repeat;
	z-index: 4;
	cursor: pointer;
}

div#startSlideshow {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 500px; height: 23px; line-height: 23px;
	cursor: pointer;
	z-index: 4;
	background-color: #18180f;
	color: #9b978e;
	text-align: right;
	padding-right: 11px;
	font-size: 11px;
}

div#content p {
	margin-top: 0px;
	margin-bottom: 12px;
}

div#content p.hr {
	float: left;
	width: 100%;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted ;
	border-color: #777777;
	margin: 20px 0px;
}

div#content a img, div#content img { border: 0px; }

div#content a {
	color: #3F4623;
	text-decoration: none;
	font-weight: bold;
}
div#content a:hover { color: #7D8F35; }

div.clear { clear:both; }

div#content iframe#guestbook { padding: 0px; margin: 0px; position: absolute; top: 0px; left: 0px; z-index: 4; }

/* ---- */


.jScrollPaneContainer {
	position: absolute;
	z-index: 2;
	width: 511px; height: 511px;
	right: 0px; top: 0px;
	overflow: hidden;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent url(../images/50percent_white.png) top left repeat;
	z-index: 3;
}
.jScrollPaneDrag {
	position: absolute;
	background: #3f4623;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 10px; height: 10px;
	background: transparent url(../images/jScrollPanelDragTop.png) top left no-repeat;
	z-index: 4;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: visible;
	width: 10px; height: 10px;
	background: transparent url(../images/jScrollPanelDragBottom.png) top left no-repeat;
	z-index: 4;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	}


/* ---- imprint ---- */

dl.imprintList {
	float: left;
	margin-bottom: 5px;
}
	dl.imprintList dt {
		display: block;
		float: left;
		font-weight: bold;
		width: 180px;
	}
	dl.imprintList dd {
		display: block;
		float: left;
		margin-bottom: 5px;
		margin-left: 5px;
		width: 275px;
	}

/* ---- WeddingsList ---- */
div#weddingsListLeft {
	width: 190px;
	margin-right: 10px;
	float:left;
}
div#weddingsListRight {
	width: 260px;
	float:right;
}

div#weddingsListLeft h3 { margin-top: 0px; }


/* ---- Events ---- */

div#eventsTop { 
	width: 460px;
	float:left;
}

div#eventsTop img { float: right; margin: 0px 2px 5px 5px; }

div#eventsBottom {
	width: 460px;
	margin-top:2px;
	float:left;
}
div#eventsBottom img { float: left; margin-right: 8px; }


/* ---- Gallery --- */

img.galleryImage { float: left; margin:4px; }
