@charset "utf-8";


body,td,th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	letter-spacing:1px;
}
html, body {
	background-color: #FFF;
	margin:0;
	padding:0;
}

p 			{padding:0; margin:0;}

a 			{
			text-decoration: none;
			border:none;
			}
			
div			{padding:0; margin:0;}

input, textarea, select {
			border:1px solid #aea375;
			padding: 3px 5px;
			font-family: arial;
			}
			
a:link {
	color: #aea375;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #aea375;
}
a:hover {
	text-decoration: underline;
	color: #aea375;
}
a:active {
	text-decoration: none;
	color: #aea375;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.h1heading {
	font-style:italic;
	color:#852EA6;
	font-weight:normal;
}


/* CONTAINER DEFINITIONS */

#centeringcontainer {
	position:relative;
	width:1035px;
	height:702px;
	margin:auto;
	background:url(../layout/centering_hg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-top:0;
}

#menuetop {
	position:absolute;
	right:15px;
	top:30px;
}

#menuebottom {
	position:absolute;
	right:15px;
	bottom:57px;
}

#menuetop .menu-current {
	text-decoration:underline;
	color: #dfa781;
}

#slideshow {
	position:absolute;
	width:476px;
	top:10px;
	left:42px;
	/*-top:18px;
	/*margin:10px 0 0 42px;*/
}

#main {
	position:absolute;
	width:485px;
	height:480px;
	right:34px;
	top:75px;
	overflow:auto;
	overflow-x:hidden;
}

#main img {
	margin:5px 5px 5px 0;
}

#main a img	{
			border:none;
			opacity:1;
			moz-opacity:1;
			filter:Alpha(opacity=100);
			}
			
#main a:hover img {
			border:none;
			opacity:0.7;
			moz-opacity:0.7;
			filter:Alpha(opacity=70);
			}

#scrollbar1 {
	position:absolute;
	right:0px;
	bottom:85px;
	width:16px;
	height:555px;
}

.alpha50 {
-moz-opacity:0.5;
opacity:0.5;
filter:Alpha(opacity=50);
}

	
/* KA IMG */

#kaimg_big {
	position:relative;
}
#kaimg_big_ol {
	top:0px;
	left:0px;
	position:absolute;
	background:url(../layout/loading.gif) no-repeat center center;
	display:none;
}

#kaimg_preview {
	margin-bottom:11px;
}

#kaimg_preview img {
	padding-top:2px;
	margin:1px 5px 1px 1px;
	border-top:4px solid white;
}

#kaimg_preview img:hover {
	border-top:4px solid #aea375;
}

#kaimg_preview a:hover {
	opacity:0.8;
}

	
#kaimg_preview .pic-current {
	border-top:4px solid #aea375;
}

/* KA BOOKINGFORM */

#ka_bookingform table td {
	text-align:left;
	vertical-align:top;
	font-size:11px;
	padding:2px;
	font-style:italic;
}
#ka_bookingform .booking_heading {
	font-weight:bold;
	color:#d4681f;
}
#ka_bookingform input {
	border:1px solid #999;
	background-color:#FFF;
	width:50px;
}
#ka_bookingform .sendbutton {
	border:1px solid #CCC;
	background-color:#FFF;
	color:#d4681f;
	width:180px;
	cursor:pointer;
	padding:0px;
	font-style:italic;
}

#field3, #field4 {
	float:left;
}

/***** MOO SCROLLCONTROL *****/

.scrollbar-vert{
position:absolute;
background:#aea375;
display:none;
}
.handle-vert{
height: 25px;

margin-left:1px;
background:#3b2111;
background-repeat:no-repeat;
display:none;
}



/* MISC */

.bild_links {
	float:left;
	margin-right:5px;
}


.highlight      { background-color:#DBB460; color:#FFFFFF; }  
.mo        		{ background-color:#F9993B; }  
.even           { background:#F8D9BC; }  
.odd            { background:#F8E5BC; } 
.zebra			{ background-color:#EFEFEF; color:#000000; margin-top:10px; border-collapse:collapse; font-size:10px; }
.zebra th       { background-color:#EFEFEF; padding:2px; text-align:left; font-weight:bold; color:#000000; border:1px dashed #C3AF84; white-space:nowrap; }  
.zebra td       { padding:1px; border:1px dashed #C3AF84; text-align:center; vertical-align:top; } 

.text_klein {
font-size:10px;
}
