/* Start of CMSMS style sheet 'Default' */
html, body {
	background: #94b9e0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 130%;
	font-family: "lucida grande", "lucida sans", arial, sans-serif;
	letter-spacing: -0.03em;
	color: #333;
}

a {
	color: #2a6740;
	text-decoration: none;
}

a:hover {
	color: #13af4b;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.emotion {
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1;
}

#container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#container .widthFix {
	background: url(/gfx/bg_container.png) repeat-y;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#main {
	width: 100%;
}

#main .widthFix {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

#sidebar {
	width: 295px;
	height: 100%;
	padding: 0px 40px 0px 0px;
	position: fixed;
	z-index: 100;
}

#content {
	width: 585px;
	padding: 20px 20px 50px 20px;
	position: relative;
	z-index: 100;
	float: right;
}

#sidebar .logo {
	background: url(/gfx/auenthal-oberstdorf.jpg) no-repeat 42px 0px;
	width: 295px;
	height: 110px;
	margin: 10px 0px 10px 0px;
	text-indent: -5000px;
}

#sidebar .logo a {
	display: block;
	width: 295px;
	height: 110px;
}

#sidebar .mainNav {
	background: url(/gfx/bg_content.png) repeat;
	width: 295px;
	padding: 10px 0px 8px 0px;
}

#sidebar .mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar .mainNav ul li {
	display: inline;
}

#sidebar .mainNav ul li a {
	width: 287px;
	display: block;
	font-size: 17px;
	line-height: 100%;
	color: #333;
	padding: 4px 0px 4px 20px;
	margin: 0px 0px 1px 0px;
}

#sidebar .mainNav ul li a:hover,
#sidebar .mainNav ul li.current a,
#sidebar .mainNav ul li.menuparent a {
	background: url(/gfx/arrow.png) no-repeat;
	text-decoration: none;
}

#sidebar .mainNav ul ul {
	padding: 0px 0px 5px 0px;
}

#sidebar .mainNav ul li.menuparent ul li a {
	background: none;
	width: 277px;
	display: block;
	font-size: 13px;
	line-height: 100%;
	color: #333;
	padding: 3px 0px 3px 30px;
	margin: 0px;
}

#sidebar .mainNav ul li.menuparent ul li a:hover,
#sidebar .mainNav ul li.menuparent ul li.current a {
	background: none;
	text-decoration: none;
	color: #009937;
}

#sidebar .shadow {
	background: url(/gfx/shadow.png) no-repeat;
	width: 295px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#sidebar .contactBox {
	background: url(/gfx/bg_content.png) repeat;
	width: 280px;
	padding: 12px 0px 12px 15px;
}

#sidebar .contactBox a {
	color: #333;
}

#sidebar .contactBox .address,
#sidebar .contactBox .contact {
	background: url(/gfx/mail.png) no-repeat left center;
	width: 230px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
}

#sidebar .contactBox .contact {
	background: url(/gfx/phone.png) no-repeat left center;
	margin: 0px;
}

#footer {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;
}

#footer .widthFix {
	background: url(/gfx/bg_footer.png) repeat-y;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	font-size: 13px;
}

#footer .widthFix a {
	color: #333;
}

#footer .copyright {
	position: absolute;
	top: 0px;
	left: 375px;
}

#footer .author {
	position: absolute;
	top: 0px;
	right: 40px;
}

/* STYLES FÜR DEN INHALT */

#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #1c3719;
	margin: 0px 0px 10px 0px;
}

#content h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#content p {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#content .devider {
	font-size: 13px;
	font-weight: normal;
	color: #1c3719;
	border-bottom: 1px dotted #333;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}

#content table {
	width: 585px;
	margin: 0px 0px 15px 0px;
}

/* BOXEN AUF DER STARTSEITE */

#content .twoBox {
	width: 585px;
	margin: 0px 0px 10px 0px;
	position: relative;
}

#content .twoBox .map {
	background: url(/gfx/info.png) no-repeat top right;
	font-size: 13px;
	padding: 0px 23px 5px 0px;
	color: #333;
}

#content .plan {
	width: 100px;
	display: block;
	position: relative;
}

#content .twoBox a.map .hiddenBox,
#content a.plan .hiddenBox {
	background: #fff;
	width: 480px;
	height: 320px;
	padding: 10px;
	border: 1px solid #999;
	position: absolute;
	top: -338px;
	left: -300px;
	display: none;
	z-index: 1000;
}

#content a.plan .hiddenBox {
	top: -375px;
	left: -40px;
}

#content .twoBox a.map .hiddenBox.trettach {
	top: -338px;
	left: 13px;
}

#content .twoBox a.map:hover .hiddenBox,
#content a.plan:hover .hiddenBox {
	display: block;
}

#content .twoBox .map .hiddenBox img,
#content a.plan .hiddenBox img {
	width: 480px;
	height: 320px;
}

#content .twoBox .map .hiddenBox .boxArrow,
#content a.plan .hiddenBox .boxArrow {
	background: url(/gfx/boxArrow.png) no-repeat;
	width: 100px;
	height: 40px;
	position: absolute;
	bottom: -39px;
	right: 45px;
}

#content a.plan .hiddenBox .boxArrow {
	bottom: -39px;
	left: 30px;
}

#content .twoBox .left,
#content .twoBox .right {
	background: #fff;
	width: 265px;
	padding: 10px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#content .twoBox .right {
	margin: 0px;
}

#content .twoBox a.pic {
	display: block;
	width: 265px;
	padding: 10px 0px 0px 0px;
}

#content .twoBox img {
	width: 265px;
}


/* SLIDER */

#slider { 
	width: 585px;
	height: 340px;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px 0px; 
}

#slider img { 
	width: 585px;
	height: 340px;
}

.graphic, 
#prevBtn,
#nextBtn,
#slider1prev,
#slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#slider ul,
#slider li,
#slider2 ul,
#slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider2 {
	margin-top: 1em;
}

#slider li,
#slider2 li { 
	width: 585px;
	height: 340px;
	overflow: hidden; 
}

#prevBtn, 
#nextBtn,
#slider1next,
#slider1prev { 
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 25px;
	top: 180px;
	z-index: 1000;
}

#nextBtn,
#slider1next { 
	left: 580px;
}
											
#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {  
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url(gfx/btn_prev.png) no-repeat 0 0;	
}

#nextBtn a,
#slider1next a { 
	background: url(gfx/btn_next.png) no-repeat 0 0;	
}

/* KONTAKTFORMULAR */

#content .contactform label {
	width: 100px;
	padding: 3px 0px 3px 0px;
	display: block;
	float: left;
}

#content .contactform div{
	margin: 0px 0px 10px 0px;
}

#content .contactform select {
	border: 1px solid #ccc;
	margin: 3px 0px 0px 0px;
	width: 220px;
}

#content .contactform input {
	border: 1px solid #ccc;
	padding: 3px 0px 3px 3px;
	width: 217px;
}

#content .contactform .date select#fbrp__38_1_day,
#content .contactform .date select#fbrp__39_1_day {
	width: 40px;
	margin: 0px 10px 0px 0px;
}

#content .contactform .date select#fbrp__38_1_month,
#content .contactform .date select#fbrp__39_1_month {
	width: 95px;
	margin: 0px 10px 0px 0px;
}

#content .contactform .date select#fbrp__38_1_year,
#content .contactform .date select#fbrp__39_1_year {
	width: 55px;
}

#content .contactform .persons,
#content .contactform .childs {
	float: left;
}

#content .contactform .persons input,
#content .contactform .childs input {
	width: 18px;
}

#content .contactform .persons label {
	width: 100px;
}

#content .contactform .childs label {
	padding: 3px 0px 3px 30px;
	width: 170px;
}

#content .contactform .childs {
	padding: 0px 0px 0px 5px;
}

#content .contactform textarea {
	width: 360px;
	height: 100px;
	padding: 3px;
	font-family: helvetica, arial, sans-serif;
	border: 1px solid #bbb09b;
}

#content .contactform .submit input {
	width: 100px;
	background: #fff;
	margin: 15px 0px 0px 0px;
	border: 1px solid #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#content .error_message ul {
	list-style-type: none;
	color: #990000;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #990000;
}

#content .contactform .devider {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
/* End of 'Default' */

