@charset "utf-8";

/*****************************************************************************************/
/*									Torsten Trautmann									 */
/*****************************************************************************************/


/*****************************************************************************************/
/*									 IMPORT												 */
/*****************************************************************************************/

	@import url("lightbox.css");
	@import url("cms.css");

/*****************************************************************************************/
/*									 STANDARDS   										 */
/*****************************************************************************************/

* {	margin: 0;	padding: 0;}

body {
	background: #fffefe url(../images/hg.jpg) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

html[xmlns^="http"] { overflow-y: scroll;}

.clear { clear: both;}

/*****************************************************************************************/
/*									 LAYOUT       										 */
/*****************************************************************************************/


/*-----------------------------------WRAPPER---------------------------------------------*/

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto;
}


/*-----------------------------------HEADER----------------------------------------------*/

#header {
	width: 955px;
	height: 142px;
	background: url(../images/header.jpg) no-repeat;
}

#header-eng {
	width: 955px;
	height: 142px;
	background: url(../images/header_eng.jpg) no-repeat;
}


/*-----------------------------------LOGO------------------------------------------------*/

#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 147px;
	height: 175px;
	position: absolute;
	top: 0px;
	left: 40px;
}

/*-----------------------------------SLIDESHOW----------------------------------------------*/

#slideshow {
	background: #fff;
	width: 885px;
	height: 357px;
	*height: 320px;
	_height: 315px;
	margin-left:35px;
}

#containerSwf{ 
	width:865px;
	height:299px;
	padding-top: 49px;
	_padding-top: 7px;
	*padding-top: 11px;
	margin: 0 auto;
	background: #fff;
}

/*-----------------------------------CONTENT---------------------------------------------*/

#left {
	float: left;
	width: 250px;
	heigth: 450px;
}

#kontakt {
	float: left;
	width: 200px;
	height: 205px;
	padding: 30px 0 0 50px;
}

#bilder {
	background: url(../images/bilder.jpg) no-repeat;
	margin-top: 43px;
	float: left;
	width: 213px;
	height: 173px;
	padding: 11px 0 0 47px;
}

#bilder img {
	float: left;
	width: 90px;
	height: 69px;
	margin: 0 0 19px 0;
}

#right {
	float: left;
	width: 645px;
	heigth: auto;
	padding: 30px 0 0 50px;
}


#content { 
	float: left;
	padding: 30px 0 0 40px;
}

#content-left {
	float: left;
	width: 285px;
	height: 330px;
	padding: 0 15px 0 0;
}

#content-right {
	float: left;
	width: 290px;
	height: 330px;
	padding: 0 0 0 10px;
}

#unterschrift-eng {
	background: url(../images/unterschrift-eng.png) no-repeat;
	width:254px;
	height: 64px;
}

*html #unterschrift-eng {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/unterschrift-eng.png', sizingMethod='crop');
}

#unterschrift {
	background: url(../images/unterschrift.png) no-repeat;
	width:254px;
	height: 64px;
}

*html #unterschrift {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/unterschrift.png', sizingMethod='crop');
}


/*-----------------------------------FOOTER----------------------------------------------*/

#footer {}


/*****************************************************************************************/
/*									 NAVIGATION  Deutsch  										 */
/*****************************************************************************************/

ul#navi{ 
	background: url(../images/navi.jpg) no-repeat;
	float: left;
	width: 556px;
	height: 41px;
	padding: 0px 0 0 392px;
}

ul#navi li {
	position: relative;
	float: left;
	list-style-type: none;
}

ul#navi li a {
	display: block;
	padding-right: 0px;
	margin-right: 3px;
	height: 41px;
	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
}

ul#navi li a.s1 {width: 127px;}
ul#navi li a.s2 {width: 126px;}
ul#navi li a.s3 {width: 127px;}
ul#navi li a.s4 {width: 126px;}

ul#navi li a:hover.s1 {background: url(../images/n1-hover.jpg) no-repeat;}
ul#navi li a:hover.s2 {background: url(../images/n2-hover.jpg) no-repeat;}
ul#navi li a:hover.s3 {background: url(../images/n3-hover.jpg) no-repeat;}
ul#navi li a:hover.s4 {background: url(../images/n4-hover.jpg) no-repeat;}

ul#navi li a:hover {color: #e9d84d;text-decoration: none; }

ul#navi li#ueberuns ul {
	display: none;
	list-style: none;
}

ul#navi li#ueberuns ul li {
	background: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	float: none;
}

ul#navi li#ueberuns ul li a {
	display: block;
	color: #866226;
	text-decoration: none;
	height: 20px;
	padding: 10px 0 0 10px;
	margin: 0;
	width: 150px;
	font-size: 12px;
	border-bottom: 1px solid #4F2C16;
	border-left: 1px solid #4F2C16;
	border-right: 1px solid #4F2C16;
	text-align: left;
	text-indent: 0px;
	background-color: #D7B27B;
}

ul#navi li#ueberuns ul a:hover {color: #fff; background: #D27F1F;}

ul#navi li#ueberuns ul {
	position: absolute;
	background: #8e7c73;
	border-top: 1px solid #4F2C16;
}

ul#navi li#ueberuns:hover ul {display: block;}

ul#navi li#ueberuns ul li {
	float: none;
	position: relative;
	display: inline;
	clear: both;
}

/*****************************************************************************************/
/*									 NAVIGATION  Englisch  										 */
/*****************************************************************************************/

ul#navi-eng{ 
	background: url(../images/navi-eng.jpg) no-repeat;
	float: left;
	width: 696px;
	height: 41px;
	padding: 0px 0 0 392px;
}

ul#navi-eng li {
	position: relative;
	float: left;
	list-style-type: none;
}

ul#navi-eng li a {
	display: block;
	padding-right: 0px;
	margin-right: 3px;
	height: 41px;
	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
}

ul#navi-eng li a.s1 {width: 127px;}
ul#navi-eng li a.s2 {width: 126px;}
ul#navi-eng li a.s3 {width: 127px;}
ul#navi-eng li a.s4 {width: 126px;}

ul#navi-eng li a:hover.s1 {background: url(../images/n1-hover-eng.jpg) no-repeat;}
ul#navi-eng li a:hover.s2 {background: url(../images/n2-hover-eng.jpg) no-repeat;}
ul#navi-eng li a:hover.s3 {background: url(../images/n3-hover-eng.jpg) no-repeat;}
ul#navi-eng li a:hover.s4 {background: url(../images/n4-hover-eng.jpg) no-repeat;}

ul#navi-eng li a:hover {color: #e9d84d;text-decoration: none; }

ul#navi-eng li#ueberuns ul {
	display: none;
	list-style: none;
}

ul#navi-eng li#ueberuns ul li {
	background: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	float: none;
}

ul#navi-eng li#ueberuns ul li a {
	display: block;
	color: #866226;
	text-decoration: none;
	height: 20px;
	padding: 10px 0 0 10px;
	margin: 0;
	width: 150px;
	font-size: 12px;
	border-bottom: 1px solid #4F2C16;
	border-left: 1px solid #4F2C16;
	border-right: 1px solid #4F2C16;
	text-align: left;
	text-indent: 0px;
	background-color: #D7B27B;
}

ul#navi-eng li#ueberuns ul a:hover {color: #fff; background: #D27F1F;}

ul#navi-eng li#ueberuns ul {
	position: absolute;
	background: #8e7c73;
	border-top: 1px solid #4F2C16;
}

ul#navi-eng li#ueberuns:hover ul {display: block;}

ul#navi-eng li#ueberuns ul li {
	float: none;
	position: relative;
	display: inline;
	clear: both;
}


/*****************************************************************************************/
/*									 SUBNAVIGATION 										 */
/*****************************************************************************************/

#subnavi{
	float: left;
	width: 490px;
	height: 25px;
	padding: 10px 0 0 465px;
}

#subnavi li { float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
}

#subnavi li a {
   	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#subnavi li a:hover {
	text-decoration: underline;
}


/*****************************************************************************************/
/*									 LINKS      										 */
/*****************************************************************************************/


a, .escape span{
	text-decoration: underline;
	color: #311d05;
	outline: none;
}

a:hover, a:hover span { text-decoration:none; color:#311d05;}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}


/*****************************************************************************************/
/*									 CONTENT 		     								 */
/*****************************************************************************************/


/*-----------------------------------HEADLINES-------------------------------------------*/

h1{
	font-size: 24px;
	color: #311d05;
	font-weight:lighter;
	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	padding: 0 0 28px 0;
}

h2 {
	font-size: 30px;
	color: #553909;
	font-weight:lighter;
	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
}

h3 {
	font-size: 17px;
	color: #311d05;
	font-weight:bold;
	font-family: Trebucht MS, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}

/*-----------------------------------LISTEN-------------------------------------------*/

ul.liste{
	margin: 0px 0 10px 20px;
	float: left;
}

ul.liste li {
	background: url(../images/listpoint.jpg) no-repeat;
	list-style-type: none;
	padding: 0px 0 5px 20px;
	_padding: 0 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #311d05;
}

*html ul.liste li {
	height: 20px;
}

/*-----------------------------------P-ABSÄTZE------------------------------------------*/

#content p {margin: 0 0 20px 0px; line-height: 18px;}
#left p {margin: 0 0 20px 0px; line-height: 18px;color: #311d05;font-family: Trebucht MS, Arial, Helvetica, sans-serif;}
#right p {margin: 0 0 20px 0px; line-height: 18px;color: #311d05;font-family: Trebucht MS, Arial, Helvetica, sans-serif;}
	
/*-----------------------------------BILDBORDER-----------------------------------------*/

.bildborder {
	border: 1px solid #a57d3e;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #886126;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.floatleft {
	float:left;
	margin: 5px 0 5px 0;
}


/*****************************************************************************************/
/*									KONTAKT, ANFAHRT, IMPRESSUM 						 */
/*****************************************************************************************/


/*----------------------------------KONTAKT----------------------------------------------*/

#personalien { float: left; width: 292px;}
#nachrichtenfeld { float: left; width: 200px;}


/*----------------------------------ANFAHRT----------------------------------------------*/

#anfahrtsskizze { float: left; width: 500px; }
#routenplaner { float: left; width: 500px; padding: 0 0 0 0px;}


/*----------------------------------IMPRESSUM--------------------------------------------*/

#adressdaten { float: left; width: 300px;}
#geschaeftsdaten { float: left; width: 300px;}
#datenschutzhinweis p { font-size: 11px; width: 600px;}

#veranstaltungen { background:url(../images/button.png) no-repeat; height:159px;
left:830px;
position:absolute;
text-indent:-9999px;
top:420px;
width:160px;}

#veranstaltungen a { display:block; height:159px; width:159px;}

#veranstaltungen a:hover{ background:url(../images/button-hover.png) 4px 4px no-repeat; }
