* {
	padding: 0px;
	margin: 0px;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #C1B8A6;
	background-image: url(./img/hintergrund.jpg);
	font-size: 11pt;
	text-align: center;
	font-family: Arial;
}
img {
	border-width: 0px;
}
div#universe {
	width: 960px;
	margin: 5px auto;
	text-align: left;
}

div#menu {
	margin-top: 180px;
	float: left;
}
div#menu ul#mainmenu {
	width: 200px;
}
div#menu ul#mainmenu li {
	width: 150px;
	margin-bottom: 5px;
	margin-top: 0px;
/*	margin-left: 15px; */
	padding: 0px;
	list-style: none;
}
div#menu ul#mainmenu li.submenu {
	margin-left: 15px;
}
div#menu ul#mainmenu img {
	width: 145px;
}
div#menu ul#mainmenu li.submenu img {
	width: 130px;
}

div#barometer {
	float: right;
	font-size: 9pt;
	text-align: center;
	margin-right: 2px;
}
div#barometer img {
	height: 271px;
	width: 88px;
}

div#main {
	width: 760px;
	float: left;
}

div#header {
	width: 760px;
	height: 245px;
	background-image: url(./img/oberteil_klein.gif);
	background-repeat: no-repeat;
}
div#header div.padding {
	margin: 0px 120px;
	padding-top: 120px;
	text-align: center;
}

div#content {
	width: 760px;
	background-image: url(./img/mittelteil_klein.gif);
	background-repeat: repeat-y;
}

/* Links */
a:link, a:visited {
	color: #66452A;
	text-decoration: underline;
}
a:hover, a:active {
	color: #900000;
	text-decoration: none;
}


div#content div.padding {
	margin: 0px 120px;
	padding-bottom: 55px;
	overflow: auto;
}

div#content h1 {
	margin-bottom: 1em;
	font-size: 16pt;
	color: #38200c;
}
div#content h3 {
	margin-bottom: 1em;
}

div#content p {
	margin-bottom: 1em;
}

div#content .small {
	font-size: 0.8em;
}

div#content .center {
	text-align: center;
}

div#content ul {
	margin-left: 2em;
}

div#bottom {
	position: relative;
	top: -35px;
	width: 760px;
	height: 300px;
/*	background-image: url(./img/unterteil_klein.gif);
	background-repeat: no-repeat; */
}

div#content div.links {
	float: left;
	text-align: center;
}
div#content div.rechts {
	float: right;
	text-align: center;
}

form {
	margin-top: 1em;
}
form p {
	margin-bottom: 0.5em;
}
form#newsletter p {
	clear: both;
}
form#reservation label {
	width: 10em;
	display: block;
	float: left;
	vertical-align: top;
	font-weight: bold;
}
form#reservation label.inline {
	display: inline;
	font-weight: normal;
	float: none;
}
form#gb_form {
	margin-top: 2em;
}
form#gb_form label {
	width: 10em;
	display: block;
	float: left;
	vertical-align: top;
	font-weight: bold;
}
form input, form select {
	font-size: 10pt;
	background-color: #e5d6c0;
	background-image: url(./img/input.jpg);
}
form p.text input {
	width: 17em;
	padding-left: 2px;
}
form input.button {
	background: none;
	background-image: url(./img/buttons/absenden.gif);
	border-width: 0px;
	width: 191px;
	height: 22px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
form input.reset {
	background: none;
	background-image: url(./img/buttons/zuruecksetzen.gif);
	border-width: 0px;
	width: 221px;
	height: 22px;
	cursor: pointer;
	margin-top: 0em;
	padding: 0px;
}
form input.imagebutton {
	background: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}
form input.radio {
	background: none;
	height: 1em;
	width: 2em !important;
	margin-left: 1.5em;
	float: left;
}
form textarea {
	width: 25em;
	font-size: 10pt;
	font-family: Arial;
	background-color: #e5d6c0;
	background-image: url(./img/input.jpg);
}

form .dmy, form .hmin {
	font-weight: bold;
}
form .dmy select {
	width: 4em;
}
form .dmy input {
	width: 3em;
	padding-left: 2px;
}
form .hmin input {
	width: 2em;
	padding-left: 2px;
}

form .error {
	border:	1px solid #EE4400;
	background-color: #FFCCAA;
}

div#success {
	background-image: url(./img/succbg.png);
	margin: 1em auto;
	width: 90%;
	position: static;
	text-align: center;
}
* html div#success {
	background-image: none !important;
	background-color: #009900;
	filter:alpha(opacity=20);
}
div#success div {
	position: relative;
	border: 1px solid #009900;
	padding: 0.3em;	
}

div#error {
	background-image: url(./img/errorbg.png);
	margin: 1em auto;
	width: 90%;
	position: static;
}
* html div#error {
	background-image: none !important;
	background-color: #FF0000;
	filter:alpha(opacity=20);
}
div#error div {
	position: relative;
	border: 1px solid #EE4400;
	padding: 0.3em;	
}
div#error strong {
	display: inline-block;
	margin-bottom: 0.5em;
}

/* Gästebuch */

div#guestbook {
	text-align: center;
}
div#guestbook table.entry {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}
div#guestbook table.entry td {
	border: 0px solid #000000;
	text-align: left;
}
div#guestbook table.entry td.date {
	font-weight: bold;
	
	text-align: right;
}
div#guestbook table.entry td.text {
	padding-top: 1em;
}
div#guestbook table.entry td.number {
	font-weight: bold;
	font-size: 11pt;
}
div#guestbook .hr {
	text-align: center;
}

div.pageselect {
	padding: 1em 0em;
	width: 90%;
	margin: 0em auto;
}
div.pageselect div.left {
	float: left;
	width: 15%;
	text-align: left;
}
div.pageselect div.middle {
	float: left;
	width: 70%;
	text-align: center;
}
div.pageselect div.right {
	float: left;
	width: 15%;
	text-align: right;
}
div.pageselect div.end {
	clear: both;
}

div#galery_image div.pageselect {
	padding-top: 0em;
}

/* table#galery_cat {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#galery_cat td {
	vertical-align: middle;
	height: 50px;
	padding: 3px;
}
table#galery_cat a {
	display: block;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
table#galery_cat td.thumb {
	text-align: center;
}
table#galery_cat img {
	height: 50px;
} */

div#galery_cat {
	overflow: auto;
}
div#galery_cat div.cat {
	float: left;
	width: 170px;
	text-align: center;
	margin-bottom: 1em;
}
div#galery_cat div.cat a {
	text-decoration: none;
	font-weight: bold;
}

div#galery_thumb {
	overflow: auto;
	width: 100%;
}
div#galery_thumb img.thumb {
	border-width: 0px;
	height: 90px;
	float:left;
	margin: 3px;
}

div#galery_image {
	text-align: center;
	margin-bottom: 4em;
}

div#impressum {
	position: absolute;
	left: 6em;
	bottom: 5em;
}
div#impressum a {
	font-size: 10pt;
}