html{
	background:#000 url(../images/bg-html.gif) repeat-y 100% 0;
	min-width:755px;
}
body{
	margin:0;
	color:#000;
	font:11px/15px Tahoma, Geneva, Arial sans-serif;
	background:url(../images/bg-body.gif) repeat-y;
}
a{
	color:#ffffff;
	text-decoration:none;
	outline-style:none;
}
a:hover{
	color:#ad9961;
	text-decoration:none;
}
img {border-style:none;}

img a {background:none;
}
#main{
	width:755px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
#header{
	width:755px;
	overflow:hidden;
}
.lang{
	margin:23px -3px 3px;
	position:relative;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.lang li{
	float:left;
	background:url(../images/separator-header.gif) no-repeat 100% 7px;
	line-height:22px;
	padding:0 7px 0 8px;
	margin-right:-2px;
}
.lang li a:hover{
	color:#fff;
	text-decoration:underline;
}
.menu{
	margin:23px 24px 3px;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.menu li{
	float:left;
	background:url(../images/separator-header.gif) no-repeat 100% 7px;
	line-height:22px;
	padding:0 7px 0 8px;
	margin-right:-2px;
}
.menu li a{
	text-decoration:underline;
}
.menu li a:hover{
	color:#fff;
	text-decoration:none;
}
#intro{
	width:755px;
	overflow:hidden;
}
#intro img{
	display:block;
}
#logo-bar{
	width:742px;
	height:43px;
	padding:9px 0 0 7px;
	border:solid #ad9961;
	border-width:0 3px;
	overflow:hidden;
	background:#f9f1e0;
}
#logo-bar h1{
	margin:0;
}
.logo{
	display:block;
	width:280px;
	height:35px;
}
.logo-text{
	position:absolute;
	text-indent:-9999px;
}
#nav-bar{
	width:749px;
	overflow:hidden;
	border:solid #ad9961;
	border-width:0 3px;
	background:#ad9961 url(../images/bg-nav-bar.gif) repeat-x;
}
.nav-wrapper{
	width:755px;
	overflow:hidden;
	position:relative;
}
.nav-center{
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
#nav{
	float:left;
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
}
#nav li{
	float:left;
}
#nav li a{
	margin:0 -22px 0 -1px;
	position:relative;
	padding:0 22px 0 0;
	float:left;
	overflow:hidden;
	height:20px;
	background:url(../images/bg-nav-right.gif) no-repeat 100% 0;
	
}
#nav li.last a{
	margin:0 0 0 -1px;
}
#nav li a:hover{
	position:relative;
	z-index:120;
	padding:0 22px 0 0;
	text-decoration:none;
	background:url(../images/bg-nav-right.gif) no-repeat 100% -20px;
}
#nav li a span{
	padding:4px 11px 0 21px;
	float:left;
	height:16px;
	background:url(../images/bg-nav-left.gif) no-repeat;
	cursor:pointer;
}
#nav li a:hover span{
	padding:4px 11px 0 21px;
	float:left;
	height:16px;
	background:url(../images/bg-nav-left.gif) no-repeat 0 -20px;
}
#nav li.previous a:hover{
	position:relative;
	z-index:120;
	padding:0 22px 0 0;
}
#nav li.after a:hover{
	position:relative;
	z-index:120;
}
#nav li.active a{
	position:relative;
	z-index:100;
	background:url(../images/bg-nav-right.gif) no-repeat 100% -20px;
	color:#ad9961;
	font-weight:bold;
}
#nav li.active span{
	background:url(../images/bg-nav-left.gif) no-repeat 0 -20px;
}
.content-b{
	width:755px;
        background:url(../images/bg-content-b.gif) no-repeat 0 100%;
	padding:0 0 20px;
}
#content{
	width:726px;
        min-height:350px;
	padding:33px 19px 0 10px;
	overflow:hidden;
	background:url(../images/bg-content.gif) repeat-y;
}
#sub-menu{
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	width:135px;
	overflow:hidden;
	float:left;
	display:inline;
}
#sub-menu li{
	width:100%;
	float:left;
}
#sub-menu li a{
	color:#000;
}
#sub-menu li.active a{
	color:#ad9961;
	background:url(../images/bullet.gif) no-repeat 1px 5px;
	padding:0 0 0 16px;
}
#sub-menu li a:hover{
	text-decoration: underline;
	/*
	color:#ad9961;
	background:url(../images/bullet.gif) no-repeat 1px 5px;
	padding:0 0 0 16px;
	//*/
}
#data{
	width:579px;
	overflow:hidden;
	padding:5px 0 0 10px;
	float:right;
	display:inline;
}
.room{
	width:579px;
	overflow:hidden;
	margin:0 0 9px;
}
.text-box{
	width:284px;
	float:left;
}
.box-sidebar{
	width:284px;
	overflow:hidden;
	float:right;
	padding:4px 0 0;
}
.wilkommen{
	width:579px;
	overflow:hidden;
}
.letter{
	width:283px;
	float:left;
	padding:0 0 0 1px;
}
#data h2{
	margin:0 0 17px;
	font-size:14px;
	line-height:15px;
}
#data h2 span{
	color:#ad9961;
}
#data p{
	margin:0 0 20px;
}

#data a {
	color:#ad9961;
	text-decoration:none;
	outline-style:none;
        background:url(../images/bullet-sidebar.gif) no-repeat 2px 3px;
	padding-left:20px;
}
#data a:hover {
	color:#ad9961;
	text-decoration:none;
	outline-style:none;
        background:url(../images/bullet-sidebar.gif) no-repeat 2px 3px;
	padding-left:20px;
}

#data img a {background:none;}

#data img a:hover {background:none;}

.signature{
	margin:-8px 0 2px -4px;
	position:relative;
}
.signature img {
	display:block;
}
.sidebar-image{
	display:block;
	margin:0 0 4px;
}
.sidebar-image imd{
	display:block;
}
.read{
	margin:0 0 63px;
	padding:0;
	list-style:none;
}
.read li a{
	color:#ad9961;
	text-decoration:underline;
	background:url(../images/bullet.gif) no-repeat 1px 5px;
	padding:0 0 0 16px;
}
.read li a:hover{
	text-decoration:none;
}
.box{
	width:284px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
.box li{
	width:282px;
	border:1px solid #ad9961;
	overflow:hidden;
	padding:0 0 2px;
	margin:0 0 14px;
	background:#f9f1e0;
}
.box-image{
	width:114px;
	overflow:hidden;
	margin:6px 0 0 6px;
	float:left;
	display:inline;
}
.box-image img{
	display:block;
}
.text{
	width:145px;
	overflow:hidden;
	margin:3px 5px 0 0;
	float:right;
	display:inline;
}
.text h3{
	margin:0 0 15px;
	font-size:14px;
	line-height:15px;
	letter-spacing:-1px;
        color:#ad9961;
}
.text h3 span{
	color:#ad9961;
}
.text h3 a{
	color:#000;
}
.text h3 a:hover{
	color:#000;
	text-decoration:underline;
}
.text p{
	margin:0 !important;
	line-height:15px;
	word-spacing:-2px;
}
.more{
	background:url(../images/bullet-sidebar.gif) no-repeat 3px 10px;
	padding:5px;
}
.more:hover{
	text-decoration:underline;
}

#footer{
	width:755px;
	overflow:hidden;
	color:#fff;
	padding:10px 0 66px;
}
.contact-wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.contact-position{
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
.contact{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:left;
	left:-50%;
}
.contact li{
	float:left;
}
.contact li a:hover{
	color:#fff;
	text-decoration:underline;
}
.contact li address{
	display:inline;
	font-style:normal;
}
.contact li address .first{
	background:none;
}
.contact li a{
	margin:0 3px 0 3px;
}
.contact dl{
	margin:0;
}
.contact dt{
	display:inline;
}
.contact dd{
	display:inline;
	margin:0 0 0 0px;
}
.contact li a,.contact address span,.contact dt{
	background:url(../images/bullet-footer.gif) no-repeat 0 6px;
	padding:0 0 0 8px;
}

/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR FORMS IN MODULES     */
/***************************************************/

form p {
    width: 350px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 190px;
    height: 1%;
}

form p label.description {
    font-weight: normal;
    float: left;
    margin: 0px 0px 0px 10px;
    padding:  0px 0px 0px 0px;
    width: 280px;
}

form p label.noCaption {
    float: left;
    width: 320px;
    margin-left: 2px;
    margin-top: 2px;
    font-weight: normal;
}

form .contactFormGroup {
    float: left;
    margin-top: -15px !important;
}

form img.captcha {
    padding-right: 200px;
}

form p label, form  p span {
    font-weight: bold;
    float: left;
    margin-left: -190px;
    width: 180px;
}






/***************************************************/
/* CSS DEFINITIONS FOR NEWSLETTER MODULE           */
/***************************************************/

#newsletter {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage,
#newsletter div.okMessage,
#newsletter div.form  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage {
	color: #ff0000;
}

#newsletter_home input[type=radio],
#newsletter_home input[type=checkbox]{
        float: none;
}

/***************************************************/
/* CSS DEFINITIONS FOR GALLERY MODULE              */
/***************************************************/

#gallery {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}


#gallery div.category_tree,
#gallery div.category_comment,
#gallery div.category_images,
#gallery div.show_image,
#gallery div.image_navigation,
#gallery div.category_paging {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#gallery div.category_image,
#gallery div.category_informations {
	float: left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.category_informations h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.image_voting,
#gallery div.image_comment {
	float: left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#gallery div.category {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#gallery div.category_images div.image {
	width: 33%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	float: left;
}

#gallery div.show_image img, #gallery div.category_image img, #gallery div.category_images img{
	margin: 0px 15px 0px 0px;
}

#gallery div.show_image, #gallery div.image_navigation {
	text-align: center;
}
