body, html {
	background: #835C33 url(img/bkg.gif);
	padding: 0;	margin: 0;
	font: 9pt/12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
img, div, span, h1, h2, h3 {
	margin: 0; padding: 0; border: 0;
}
.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

h1 {
	display: block;
	width: 716px; height: 172px;
	border: 1px solid #835C33;
	background: #835C33;
}
h1 span {display: none;}

/*********LAYOUT************/
#page {
	position: absolute;
	top: 10px; left: 50%;
	margin-left: -358px;
	width: 176px;
}
#main_menu {
	position: absolute;
	top: 161px; left: 0px;
	width: 716px; height: 34px;
	border: 1px solid #835C33;
	background: #FFCC00;
	padding: 0;
	list-style: none;
}
#main_menu li {
	float: left;
}
#main_menu a {
	float: left;
	line-height: 34px;
	color: #835C33;
	text-decoration: none;
	margin: 0 10px 0 20px;
	font-weight: bold;
}
#main_menu a:hover {
	color: #000;
}
#main {
	position: absolute;
	top: 217px; left: 0;
	width: 656px;
	padding: 30px;
	border: 1px solid #835C33;
	background: #FAFFDD;
}
#bottom {
	position: absolute;
	bottom: -40px; left: -1px;
	width: 718px; height: 40px;
	background: #835C33;
	color: #FAFFDD;
}
#bottom p {
	text-align: center;
	margin: 0;
	font-size: 9px;
	line-height: 20px;
}
#bottom a {
	color: #FFCC00;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}

/*******INSIDE**************/
p {
	/*font-size: 8pt;*/
}
a {
	color: #ff0000;
}
a.image_inside {text-decoration: none;}
a.image_inside span {display: none;}
a:hover {
	text-decoration: none;
}
br.clr {
	clear: both;
}
.r {
	float: right;
	margin: 0 0 30px 30px;
}
.l {
	float: left;
	margin: 0 30px 30px 0;
}
img.border {
	border: 1px solid #835C33;
}
img.nomargin {
	margin: 0;
}
table {
	border-collapse: collapse;
	margin: 30px 0;
	width: 100%;
}
th, td {
	border: 1px solid #835C33;
	padding: 2px 5px;
}
td {
	text-align: right;
	background: #fff;
}
td.noborder {
	border: 0;
	background: #FAFFDD;
}
th {
	background: #FFCC00;
}
h2 {
	background: #835C33;
	color: #FFCC00;
	margin: 0 0 30px 0;
	padding: 3px;
	font-weight: normal;
	border-left: 5px solid #FFCC00;
	font-size: 18px;
}

div.contact {width: 250px; float: left;}
div.contact_form {float: right;}

fieldset {
	float: right;
	padding: 10px 20px;
	border: 1px solid #835C33;
	width: 360px;
}
input, textarea {
	float: left;
	border: 1px solid #835C33;
	color: #835C33;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	width: 250px;
	overflow: auto;
}
textarea {height: 100px;}
input.submit {
	clear: both;
	width: auto;
	background: #FFCC00;
}
label {
	float: left;
	clear: both;
	width: 90px;
	text-align: right;
	margin: 10px 5px 0 0;
	font-weight: bold;
}
.galerie {
	border: 1px solid #835C33;
	margin: 10px; float: left;
	padding: 0;
}
.galerie a {
	display: block;
	background: #fff;
	padding: 0; margin: 0;
}
.galerie img {
	border: 1px solid #835C33;
	margin: 5px;
}
.galerie h3 {
	border-bottom: 1px solid #835C33;
	background: #FFCC00;
	color: #835C33;
	padding: 3px 10px;
	font-size: 10pt;
}
.galerie p {
	margin: 10px 15px;
	text-align: left;
}
.w50 {
	width: 310px;
	padding: 5px;
	float: left;
	text-align: center;
}
.w50 .galerie { height: 150px}

/* COLORBOX */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{background:#000; margin-top:20px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(img/colorbox/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(img/colorbox/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(img/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(img/colorbox/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}
