* { margin: 0; padding: 0; }

body {
	font-family:		Georgia;
	font-size:			12px;
	color:				#000;
	background:			url(images/body_bg.gif) top left repeat-x;
}

p {
	margin-bottom:		15px;
	line-height:		20px;
}

a {
	color:				#775a00;
}

a:hover {
	text-decoration:	none;
}

#main {
	background:			url(images/main_bg.gif) top left no-repeat;
	width:				1024px;
	height:				864px;
	margin:				auto;	
}

#main #left {
	width:				385px;
	float:				left;
	margin-left:		67px;
	margin-top:			25px;
	padding:			0px 30px;
}

#main #logo {
	background:			url(images/logo.gif) top left no-repeat;
	width:				385px;
	height:				397px;
	margin-top:			55px;
}

#main #navi {
	text-align:			center;
	height:				79px;
	background:			url(images/nav_bg.gif) top left repeat-x;
	padding-top:		13px;
}

#main #navi p {
	margin-bottom:		0px;
}

#main #navi a {
	text-transform:		uppercase;
	margin:				4px;
}

#main #info {
	color:				#5f5843;
	text-align:			center;
	xmargin-top:			65px;
}

#right {
	width: 				384px;
	padding:			0px 30px;
	float: 				left;
	margin-top:			25px;
	height:				690px;
	position:			relative;
}

#right h1 {
	font-family:		Times New Roman;
	font-size:			20px;
	color:				#000;
	height:				35px;
	font-weight:		regular;
	background:			url(images/trenner_top.gif) bottom left repeat-x;
	margin-top:			55px;
	margin-bottom:		20px;
}

#right h2 {
	font-size:			17px;
	font-weight:		normal;
	margin-bottom:		10px;
}

form input {
	border:				1px solid #775a00;
	height:				14px;
	font-family:		Georgia;
	font-size:			11px;
	padding:			1px;	
}

form textarea {
	border:				1px solid #775a00;
	width:				382px;
	height:				85px;
	margin-bottom:		20px;
	font-family:		Georgia;
	font-size:			11px;
	padding:			1px;
}


form label {
	height:				18px;
	line-height:		18px;
}

form label,
form input {
	float:				left;
}

form .input {
	overflow:			hidden;
	margin-bottom:		2px;
}

form .input label {
	width:				170px;
	display:			block;
}

form .date {
	margin-bottom:		12px;
	overflow:			hidden;
	margin-top:			5px;
}

form .date label {
	display:			block;
	margin-right:		8px;
}

form .date .day,
form .date .month {
	width:				18px;
	margin-right:		28px;
	text-align:			center;
}

form .date .year,
form .date .time {
	width:				36px;
	text-align:			center;
}

form .date .year {
	margin-right:		40px;
}

form .persons {
	width:				38px;
}

form .name,
form .fon {
	width:				170px;
}

form a {
	background:			url(images/arrow.gif) 0px 3px no-repeat;
	padding-left:		12px;
}

#right #subnavi {
	list-style-type:	none;
	width:				384px;
	margin-bottom:		20px;
	overflow:			hidden;
	background:			url(images/subnavi_bg.gif) bottom left repeat-x;
}

#right #subnavi li {
	float:				left;	
	font-weight:		bold;
	margin-right:		10px;
}

#right #subnavi li a {
	display:			block;
	background:			url(images/subnavi_2.gif) bottom left repeat-x;
	height:				35px;
	line-height:		25px;		
}

#right #subnavi .active a,
#right #subnavi li a:hover {	
	background:			url(images/subnavi_1.gif) bottom left repeat-x;	
}


#right #karte {
	list-style-type:	none;
	margin-bottom:		30px;
}

#right #karte li {
	xbackground:			url(images/karte_bg.gif) bottom left repeat-x;
	margin-bottom:		10px;
}

#right #karte li span {
	float:				right;
	background:			#fff;
}

#right #karte li .left {
	float:				none;
	background:			#fff;
	
}

#right .gallery {
	position:			absolute;
	bottom:				0px;	
}

p.link {
	background: 		url(images/arrow.gif) 0px 4px no-repeat;
	padding-left:		15px;
}

.img-navi {
	list-style-type:	none;	
	height:				30px;	
	clear:				both;
	border-top:			1px solid #000;
	padding-top:		5px;
}

.img-navi li {
	float:				left;
}

.img-navi .back {
	width:				122px;
	background:			url(images/arrow_left.gif) 0px 4px no-repeat;
	padding-left:		15px;
}

.img-navi .info {
	width:				121px;
	text-align:			center;
}

.img-navi .next {
	width:				111px;
	text-align:			right;
	background:			url(images/arrow.gif) 120px 4px no-repeat;
	padding-right:		15px;
}

a.active { color: #000; }