/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-image: url(../pics/page/hintergrund.jpg);
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;	
}

#shining {
	background-image: url(../pics/page/shine.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	height: 136px;
	z-index:1;
}

#container h1 {
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 10;
}

#navigation {
	height: 68px;
	background-image: url(../pics/page/menu-bg.png);
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topright: 10px;
	padding-left: 5px;
}

#navigation li {
	display: inline-block;
	border-right: 1px solid #d8cc8a;
	height: 100%;
}

#navigation li a {
	line-height: 1.2;
	display: inline-block;
	margin: 24px 11px 26px 10px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: 100;
	text-shadow: 1px 1px 1px #F4F4EE;
	color: #000;
	text-decoration: none;
}
#nav-split,#page-kontakt {
	border: none !important;
}

#page-kontakt a, #page-anfahrt a, #page-zimmer a {
	margin: 24px 19px 26px 19px !important;
}
#nav-split {
	width: 230px;
}

#navigation li.active, #navigation li:hover {
	background-image: url(../pics/page/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#navigation li.active a {
	background-image: url(../pics/page/menu-underline.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#page {
	z-index: 1;
	text-align: left;
	background-color: #fefdf4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	min-height: 400px;
	box-shadow: 0 0 18px #200b0e;
	-moz-box-shadow: 0 0 18px #200b0e;
	-webkit-box-shadow: 0 0 18px #200b0e;
	position: relative;
}

#content {
	padding: 20px;
	margin-top: 45px;
	margin-right: 330px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.5;
	min-height: 430px;
}

#content p {
	margin-bottom: 10px;
}

#content h2 {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 14px;
}

#fotos {
	position: absolute;
	right: -10px;
	top: 78px;
}
#fotos li {
	position: relative;
}

#foto-1 { left: 30px; z-index: 2;}
#foto-2 { top: -50px; z-index:1;}
#foto-3 { left: 50px; top: -115px; z-index: 3;}

#footer {
	display: inline-block;
	margin-top: 14px;
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	color: #fff;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	
}

label {
	padding: 6px;
}
.field_title { padding-right: 10px; }

input, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #948c5e;
	margin: 2px;
	padding: 2px;
}

#submenu li {
	display: inline;
	padding: 3px 6px 0 0;
}
#submenu a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .menu_current {
	font-weight: bold;
}
#submenu {
	
	margin-bottom: 10px;
}
