/*  --- Typo und Schrift --- */

body,h1,h2,h3,h4,h5,p,ul,ol,li,form,input,textarea,div,span {
	margin:0px;
	padding:0px;
}

body, p ,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	line-height:17px;
}
p,ul,ol {
	margin-bottom:12px;
}
div.roundshadow p,				
div.round p ,
div.roundshadow ul,				
div.round ul ,
div.roundshadow ol,				
div.round ol {
	margin-bottom:0px;		/* Notwendig für Firefox: */
	padding-bottom:12px;    /* Ansonstenten BUG und im Kästchen entsteht ein Streifen ohne Hintergrundweiß */
}

ul li {
	margin-left:15px;
	padding-left:5px;
}
* html ul li {
	margin-left:17px;
	padding-left:3px;
}
ol li {
	margin-left:20px;
	padding-left:5px;
}
* html ol li {
	margin-left:23px;
	padding-left:2px;
}
h1,h2,h3,h4,h5 {
	font-family: helvetica, Arial, sans-serif;
	color:#A17F3B;
	line-height:normal;
	font-weight: bold;
}
h1 {
	font-size:16px;
	margin-bottom:12px;
}
h2 {
	font-size:14px;
	margin-bottom:6px;
}
h3 {
	font-size:12px;
}
a {
	color:#666666;
	text-decoration:none;
}	
a:hover {
	color:#A17F3B;
	text-decoration:underline;
}


/*  --- Seitenlayout --- */

html {overflow: auto;}
body,html {
	width:100%;
	height:100%;
}
body {
	background-color:#333333;
}
div#minspace {
	position:absolute;
	width:100%;
	height:100%;
	min-width:980px;
	min-height:240px;
	z-index:1;
}
div#centerbox {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:100%;
	background-image:url(/images/layout/sideshadow.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
}
* html div#centerbox {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/sideshadow.png",sizingMethod="scale");
	background-image:none;
}
#middle {
	z-index:1;
	position:absolute;
	width:980px;
	top:143px;
	bottom:47px;
	overflow:hidden;
	*height:expression(document.body.clientHeight-190);
}	
.scroll {
	position:relative;
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	scrollbar-arrow-color: #6a7278;
	scrollbar-3dlight-color: #6a7278;
	scrollbar-shadow-color: #6a7278;
	scrollbar-track-color: #d4e4ef;
	scrollbar-darkshadow-color: #d4e4ef;
	scrollbar-face-color: #acb9c2;
	scrollbar-highlight-color: #d4e4ef;
}

#header {
	z-index:2;
	position:absolute;
	width:980px;
	height:143px;
	top:0px;
	background-color:white;
	background-image:url(/images/layout/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#footer {
	z-index:2;
	position:absolute;
	width:980px;
	height:47px;
	bottom:0px;
	background-color:white;
}
* html #footer {
	top:expression(document.body.clientHeight-47);
}
#centerbox #background {
	z-index:0;
	position:absolute;
	background-color:white;
	width:980px;
	height:100%;
	opacity:0.78;
	filter: alpha(opacity=78);  
}


/*  --- Contentbereich --- */

#shades {
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
	width:980px;
	height:100%;
	overflow:hidden;
}
#shades #topshadow {
	width:980px;
	height:12px;
	margin-top:60px;
	background-image:url(/images/layout/captionshadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
* html #shades #topshadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/captionshadow.png",sizingMethod="scale");
	background-image:none;
}
#shades #leftcol {
	background-color:white;
	width:428px;
	height:100%;
	opacity:0.35;
	filter: alpha(opacity=35);  
}
#shades #gradientright {
	position:absolute;
	top:72px;
	left:428px;
	height:400px;
	width:552px;
	background-image:url(/images/layout/gradient-right.png);
	background-repeat:repeat-x;
}
* html #shades #gradientright {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/gradient-right.png",sizingMethod="scale");
	background-image:none;
}
#shades #gradientleft {
	position:absolute;
	top:72px;
	left:0px;
	height:647px;
	width:428px;
	background-image:url(/images/layout/gradient-left.png);
	background-repeat:repeat-x;
}
* html #shades #gradientleft {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/gradient-left.png",sizingMethod="scale");
	background-image:none;
}

#caption {
	height:56px;
	position:relative;
	overflow:hidden;
	padding:16px 0px 0px 30px;
}
#caption h1 {
	text-transform:uppercase;
}
#content {
	width:950px;
}
#content .left {
	position:relative;
	width:368px;
	float:left;
	padding:20px 30px 20px 30px;
}
#content .left .topimage {
	margin:-20px -30px 20px -30px;
}
#content .right {
	position:relative;
	width:432px;
	float:right;
	padding:20px 30px 20px 60px;
}

/*  --- HomePage mit erhöhter Caption --- */

body.home #shades #topshadow {
	margin-top:268px;
}
body.home #caption {
	height:264px;
}
body.home #shades #gradientright ,
body.home #shades #gradientleft {
	top:280px;
}

/*  --- HomePage mit full Iframe  --- */

body.iframe #shades {
	display:none;
}
body.iframe #centerbox #background {
	display:none;
}
body.iframe #centerbox #middle {
	background-color:white;
}
body.iframe iframe {
	width:980px;
	height:100%;
	border:0;
}

/*  --- Gallery --- */

#content.gallery .right {
	margin-right:-30px;
	width:552px;
	padding:0;
}
#content.gallery .right .image {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#content.gallery .right .image a.prev {
	position:absolute;
	display:block;
	height:100%;
	width:50%;
	background-image:url(/images/blank.gif);
}
#content.gallery .right .image a.next {
	position:absolute;
	right:0;
	display:block;
	height:100%;
	width:50%;
	background-image:url(/images/blank.gif);
	text-align:right;
}
#content.gallery .right .image a img {
	margin:60px 15px;
	display:none;
}
#content.gallery .right .image a:hover {
	xbackground-color:#FF0000;
	background-position:top; /* Zwingend für IE6 notwendig - erzwingt hasLayout und deshalb geht Hover */
}
#content.gallery .right .image a:hover img {
	display:inline;
}
#content.gallery .left {
	width:398px;
	float:left;
	padding:20px 0px 20px 30px;
}
#content.gallery .left .thumbfooter {
	clear:both;
	margin-right:30px;
}
#content.gallery a.thumb {
	display:block;
	width:86px;
	height:58px;
	float:left;
	margin-right:9px;
	margin-bottom:12px;
	text-align:center;
}
#content.gallery a.thumb img {
	border-bottom:3px solid #a17f3b;
}
#content.gallery a.thumb img.hi {
	display:none;
/*	border-bottom-color:#0069a5; */
}
#content.gallery a.thumb:hover,
#content.gallery a.thumb.active {
	background-position:top; /* Zwingend für IE6 notwendig - erzwingt hasLayout und deshalb geht Hover */
}
#content.gallery a.thumb:hover img.lo ,
#content.gallery a.thumb.active img.lo {
	display:none;
}
#content.gallery a.thumb:hover img.hi ,
#content.gallery a.thumb.active img.hi {
	display:inline;
}

/*  --- Round Boxes --- */

div.roundshadow {
	margin-left:-28px;
	padding-bottom:8px;
}
div.roundshadow div.top ,
body.editor div.roundshadow div.top {
	background-image:url(/images/layout/roundshadow_top.png);
	height:15px;
	width:437px;
}
* html div.roundshadow div.top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/roundshadow_top.png",sizingMethod="scale");
	background-image:none;
}
div.roundshadow div.middle ,
body.editor div.roundshadow div.middle {
	background-image:url(/images/layout/roundshadow_middle.png);
	padding:10px 28px 0px 28px;
	width:381px;
}
* html div.roundshadow div.middle {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/roundshadow_middle.png",sizingMethod="scale");
	background-image:none;
}

div.roundshadow div.bottom ,
body.editor div.roundshadow div.bottom {
	background-image:url(/images/layout/roundshadow_bottom.png);
	height:15px;
	width:437px;
	clear:both;
}
* html div.roundshadow div.bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/roundshadow_bottom.png",sizingMethod="scale");
	background-image:none;
}

div.round {
	margin-left:-23px;
	padding-top:5px;
	padding-bottom:13px;
}
div.round div.top ,
body.editor div.round div.top {
	background-image:url(/images/layout/round_top.png);
	height:10px;
	width:427px;
}
* html div.round div.top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/round_top.png",sizingMethod="scale");
	background-image:none;
}
div.round div.middle {
	padding:5px 23px 0px 23px;
	background-color:#FFFFFF;
	width:381px;
}
div.round div.bottom ,
body.editor div.round div.bottom  {
	background-image:url(/images/layout/round_bottom.png);
	height:10px;
	width:427px;
	clear:both;
}
* html div.round div.bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/round_bottom.png",sizingMethod="scale");
	background-image:none;
}

div.roundshadow h1 {
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	color:#A17F3B;
}

/* --- Teaser --- */

#content .left a.teaser {
	width:170px;
	height:98px;
	padding-bottom:20px;
	margin-right:2px;
	display:block;
	overflow:visible;
	position:relative;
}
#content .left a.teaser:hover {
	text-decoration:none;
}
#content .left a.teaser span {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A17F3B;
	display:block;
	line-height:normal;
	height:40px;
}
#content .left a.teaser img {
	position:absolute;
	border:none;
	margin-left:-4px;
}

#content .right a.teaser {
	position:relative;
	display:block;
	padding-left:150px;
	min-height:70px;
	_height:70px;
	margin-top:8px;
	margin-bottom:8px;
}
#content .right a.teaser:hover {
	background-color:white;
	text-decoration:none;
}
#content .right a.teaser img {
	border:0;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}


/*  --- Menüs --- */

#mainmenu {
	position:absolute;
	padding:0;
	margin:0;
	top:80px;
	left:44px;
}
#mainmenu li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	margin-right:7px;
	height:33px;
	background-image:none;
	background-position:center bottom;
	background-repeat:no-repeat;
}
#mainmenu li:hover ,
#mainmenu li.hover ,
#mainmenu li.active {
	background-image:url(../images/layout/menu-pfeil.gif);
}
#mainmenu li div{
	padding-right:1px;
	padding-bottom:1px;
	background-color:#644914;
}
#mainmenu li a {
	display:block;
	padding:0px 5px 0px 5px;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #be7f3b;
	background-color:white;
	color:#be7f3b;
}
#mainmenu li a:hover ,
#mainmenu li.active a {
	text-decoration:none;
	background-color:#dfc37b;
	color:white;
	border-color:#be7f3b;
}

#mainmenu li .submenu {
	display:none;
	padding:0;
	position:absolute;
	left:-3px;
	width:883px;
	height:30px;
	overflow:hidden;
	top:33px;
	background-color:white;
}
#mainmenu li:hover .submenu ,
#mainmenu li.hover .submenu {
	display:block;
	z-index:1;
}
#mainmenu li.active .submenu  {
	display:block;
}
#mainmenu li .submenu li:hover ,
#mainmenu li .submenu li.hover ,
#mainmenu li .submenu li.active {
	background-image:none;
}
#mainmenu li .submenu li a {
	float:left;
	border:none;
	font-size:11px;
	color:black;
	font-weight:normal;
	height:30px;
	line-height:30px;
	background-color:white;
}
* html #mainmenu li .submenu li a {
	line-height:29px;
}
#mainmenu li .submenu li a:hover ,
#mainmenu li .submenu li.active a {
	color:#A17F3B;
	background-color:white;
}

#footer .left {
	position:absolute;
	top:15px;
	left:30px;
	text-transform:uppercase;
}
#footer .right {
	position:absolute;
	top:15px;
	right:30px;
	text-transform:uppercase;
}

#footer ul {
	display:inline;
	padding:0px;
	margin:0px;
}
#footer li {
	display:inline;
	padding:0px;
	margin:0px;
	padding-left:16px;
}
#footer .right li a {
	padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 center;
}
#footer a {
	color:#666666;
}
#footer a:hover ,
#footer li.active a {
	text-decoration:none;
	color:#A17F3B;
}


/*  --- Zentriertes Hintergrundbild welches sich automatisch an die Breite (oder Höhe) anpasst ---  */

#fullbackground {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:0;
	overflow:hidden;
}
#fullbackground div {
	position:absolute;
	width:100%;
	top:50%;
	height:100%;
}
#fullbackground.hoch div {
	top:0;
	left:50%;
	margin-left:-3000px;
	width:6000px;
}
#fullbackground div img {
	position:relative;
	display:block;
	margin-top:-35.4%;  /* 50%  x  Seitenverhältnis der Hintergrundbilder */
	width:100%;
}
#fullbackground.hoch div img {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:100%;
}

/*  --- Lightbox auf Startseite ---  */

#lightbox {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:2;
	overflow:hidden;
	display:none;
}
#lightbox .background {
	position:absolute;
	background-color:black;
	height:100%;
	width:100%;
	opacity:0.66;
	filter: alpha(opacity=66);  
}
#lightbox .box {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-304px;
	margin-top:-208px;
	width:608px;
	background-color:white;
}
#lightbox img {
	margin:4px;
}
#lightbox h1 {
	font-size: 14px;
	color: #000;
	margin: 6px 14px;
	color: #333;	
	
}
#lightbox p {
	line-height: normal;
	margin: 6px 14px;
	color: #4D4D4D;
}
#lightbox p.close {
	background-color:#CCCCCC;
	text-align:right;
	margin:12px 0 0 0;
	padding:3px 4px;
}

/*  --- Scrollerbardesign ---  */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 4px;
	top: 0;
	height: 100%;
	background:url(../images/scroller/track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scroller/drag_middle.gif) repeat-y 0 0;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroller/drag_top.gif) no-repeat;
	height: 5px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroller/drag_bottom.gif) no-repeat;
	height: 5px;
}
* html .jScrollPaneDragBottom {
	bottom: -1px;
	height: 6px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 4px;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	background: url(../images/scroller/arrow_up.gif) no-repeat 0 5px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 4px;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	background: url(../images/scroller/arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/* --- Spezielle Formatierungen für Dreamweaver --- */

body.editor #caption {
	background-image:url(/images/layout/editor-caption.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
body.editor #content {
	background-image:url(/images/layout/editor-background.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:980px;
}
body.editor #content .right {
	padding-right:60px;
}

body.editor #content .right a.teaser {
	height:70px;
}