/* Standard Stylesheet
/*Farben:
orange:#ff9751;
rot:#7f2621;
*/


/* Allgemeines */
body {
	background:#f1f1f1;
    color:#000;
    margin:0;
    padding:0;
    height:99%;
    min-width:950px;
    text-align:center;    
    font-family:arial, 'sans serif'; 
    font-size:11px;
}

a, a:link {
	color: #7f2621;
	text-decoration: none;
	cursor:pointer;
}

a:visited {
	color: #7f2621;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
b,.bold, strong{
	font-weight:bold;
	}

img, a img{
	border:0;
	}
/* Absaetze */
.my_content_paragraph{
	width:400px;
	}
.my_content_paragraph ul{
	margin:10px 40px;
	}
#inhalte p, #inhalte td, #inhalte li{
	font-size: 1.1em;
	line-height: 1.45em;
	/*margin: 0.5em 0;
	clear: both;*/
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung f?r Elemente */
.leftalign {
	float: left;
}

.rightalign {
	float: right;
}
.clear{
	clear:both;
	}
.no-img{
	background-image:none !important;
	}
h1,h2,h3,h4{
	font-family:'Georgia', sans-serif;
	color:#7f2621;
	line-height:2em;
	text-align:left;
	}

h1 {
font-size:1.4em;
}
h1#title{
	text-indent:-2000px;
	height:0;
	line-height:0;
	overflow:hidden;
	}
h2 {
font-size:1.2em;
}

h3, h4 {
font-size:1.1em;
}


.kursiv{
font-style:italic;
font-size:11px;
line-height:19px;
}
/***Formulare****/
form{
width:100%;
	}
form br{
	margin:0 0 1em 0;
	}
label{
	width:100px;
	float:left;
	}
input[type="text"]{
	border:1px solid #ff9751;
	}
#reservierung input[type="submit"]{
	margin:0 0 0 100px;
	background:transparent url(images/bg_submit.jpg) repeat-x scroll 0 0;
	border:1px solid #eee;
	}
/* Layout */
#wrapper{
	width:853px;
	position:relative;
	margin:0 auto;
	min-height:452px;
	background:transparent url(images/bg_wrapper.jpg) no-repeat;
	text-align:left;
	margin-top:12%;
	}
#header{
	width:100%;
	height:240px;
	position:absolute;
	top:-126px;
	}
#logo{
	margin:-5px 0 0 76px;
	}

/****Container*****/
#container{
	text-align:left;
	width:100%;
	top:2px;
	
	min-height:450px;
	}
#inhalte{
height:340px;
overflow:auto;
padding:95px 15px 15px;
width:825px;
	}
#leer #inhalte, #impressum #inhalte{
	width:820px;;
	padding:15px;
	height:390px;
		
}
#impressum #inhalte{padding:25px 0px 0 15px;height:400px;}
#inhalte ul{
list-style-image:url(images/cnt_li_img.png);
list-style-position:outside;
}
 #inhalte li{
	margin:.5em 0;
 }
 #subnav{
 	z-index:20;
	list-style-position:inside !important;
	}
#subnav li.liNavElement{
	margin:.5em 1em;
	list-style-position:inside !important;
	}
#subnav a.NavLevelA_2_0,  #subnav a.NavLevelA_2_0_sel{
border:0 !important;
color:#7f2621;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.5em;
padding:0px 0 0 35px !important;
width:250px !important;
}


#leer #subnav, #candle_light #subnav{
	display:none;
	float:left;
	width:205px;
	}

.my_content_paragraph, .my_content_paragraph p{
	margin: 0.5em 0;
	}
/* jQuery lightBox plugin - Gallery style */
#gallery {
background:transparent none repeat scroll 0 0;
height:inherit;
padding:20px 10px;
width:805px;
	}
#start #gallery {
background:none repeat scroll 0 0 transparent;
height:inherit;
padding:0;
position:absolute;
right:-25px;
bottom:-30px;
width:auto;
	}
	#gallery ul { list-style: none;margin:0;margin-top:35px;list-style-image:none;z-index:20; }
	#gallery ul li { float:left;border:1px solid #999; margin:2px; line-height:0;}
	#start #gallery ul li { float:none;border:0; margin:0; line-height:0;}
	#gallery ul img {
		border-color:#FFFFFF;
		border-style:solid;
		border-width:5px 5px 15px;
	}
	#start #gallery ul img {
		border:0;
	}
	#start #gallery img:hover{
		cursor:pointer;
		}
	#start #gallery ul a{
		display:block;
		cursor:pointer;
		}
	#gallery ul a:hover img {
		border: 5px solid #ff9751;
		border-width:5px 5px 15px;
		color: #fff;
	}
	#start #gallery ul a:hover img {
		border: 0;
		
	}
	#gallery ul a:hover { color: #fff; cursor:pointer;}
	p.backlink{display:none;}
	#leer p.backlink{
			padding:0 20px;
			text-align:right;
			display:block;
			clear:both;
			}
/******Footer*****/
#footer{
	position:absolute;
	bottom:-3.5em;
	width:100%;
	text-align:center;
	padding:5px;
	font-size:x-small;
	}
