@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #663300;
	background-color: #333333;
}

#root {
	width: 475px;
	min-height: 100%;
	background-color: #FF9900;
	background-image: url(../../images/bg_main.jpg);
	background-repeat: no-repeat;
}

* html #root {
	height: 100%;
}

#content {
	padding: 150px 0px 50px 0px;
}

#navigation {
	position: absolute;
	top: 50px;
	left: 468px;
	width: 125px;
	/* height: 100px; */
	font-size: 0.8em;
	line-height: 1.2em;
	background-image: url(../../images/bg_navigation.gif);
	background-repeat: repeat-y;
	z-index: 0;
}

#navigation ul {
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#news, #dates, #newsletter, #gaestebuch, #kontakt, #impressum, #pictures {
	margin: 0px 60px 65px 50px;
}

#goody {
	position: absolute;
	top: 161px;
	left: 539px;
	width: 105px;
	height: 135px;
	z-index: 1;
}

#footer {
	height: 40px;
	width: 425px;
	color: #FFFFCC;
	margin: -60px 0px 0px 0px;	
	padding: 20px 0px 0px 50px;
	background-image: url(../../images/bg_footer.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.6em;	
	font-weight: normal;
	color: #FFFFCC;
	margin: 0px 0px 25px 0px;
}

#content a {
	color: #993300;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#gaestebuch .gb-item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFCC;
}

#gaestebuch .gb-item .gb-item-head {
	font-style: italic;
	margin: 0px;
}

#gaestebuch .gb-item .gb-item-body {
	margin: 0px;
}

#gaestebuch label {
	display: block;
	float: left;
	vertical-align: top;
	width: 75px;
	clear: both;
}

#gaestebuch textarea {
	display: block;
	float: left;
	width: 260px;
	height: 130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 2px;
	margin: 2px 0px 10px 0px;
}

hr {
	clear: both;
	border: 0px;
	margin-bottom: 20px;
	border-top: 3px double #FFFFCC;
	height: 3px;
	width: 100%;
	color: #FFFFFF; 
}

p {
	margin-bottom: 18px;
}

dt {
	float: left;
	width: 80px;
	padding: 0px 0px 0px 10px;
}

dd {
	padding: 0px 0px 5px 90px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px double #FFFFCC;
}	

dd.last {
	border-bottom: none;
}

#pictures dt {
	float: left;
	clear: both;
	width: 165px;
	text-align: center;
}

#pictures dd {
	text-align: center;
	border-bottom: none;
}

label {
	display: block;
	float: left;
	width: 50px;
	clear: both;
	padding: 5px;
}

input {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 200px;
	padding: 2px;
}

input.submit {
	width: 75px;
	color: #FFFFFF;
	padding: 3px;
	margin: 5px 0px 0px 130px;
	background-color: #663300;
	border: 1px dotted #FFFFCC;
}

table th {
	text-align: left;
	font-weight: bold;
	border-bottom: 3px double #ffffcc;
}
