
* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	color: #89211B;
}


.none {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.floatEnd {
	clear: both;
	height: 0px;
	line-height: 0px;
}


a {
	color: #EF9A48;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small,
#content small {
	font-size: 10px;
}

html,
body {
	background-color: #DEAF8D;
}


#main {
/**
	background-color: red;
/**/
	background-image: url(../img/background.png);
/**/
	width: 900px;
	height: 500px;
	position: absolute;
	margin-left: -450px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
}

#header {
/**
	background-color: blue;
/**/
	width: 100%;
	height: 150px;
}

h1 {
/**
	background-color: blue;
/**/
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}

h1 a {
/**
	background-color: blue;
/**/
	height: 80px;
	width: 340px;
	display: block;
}

#body {
/**
	background-color: green;
/**/
	width: 100%;
	height: 330px;
}

#menu {
/**
	background-color: red;
/**/
	float: left;
	width: 168px;
	height: 100%;
	margin-left: 10px;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
}

#menu li {
	margin-top: 15px;
}

#menu li a {
/**
	background-color: red;
/**/
	width: 155px;
	height: 28px;
	display: block;
}

#menu .index a {
	background-image: url(../img/menu/hutbude.png);
}
#menu .indexSel a {
	background-image: url(../img/menu/hutbude.active.png);
}
#menu .index a:hover {
	background-image: url(../img/menu/hutbude.hover.png);
}
#menu .indexSel a:hover {
	background-image: url(../img/menu/hutbude.active.hover.png);
}

#menu .about a {
	background-image: url(../img/menu/ueberuns.png);
}
#menu .aboutSel a {
	background-image: url(../img/menu/ueberuns.active.png);
}
#menu .about a:hover {
	background-image: url(../img/menu/ueberuns.hover.png);
}
#menu .aboutSel a:hover {
	background-image: url(../img/menu/ueberuns.active.hover.png);
}

#menu .christmas a {
	background-image: url(../img/menu/weihnachten.png);
}
#menu .christmasSel a {
	background-image: url(../img/menu/weihnachten.active.png);
}
#menu .christmas a:hover {
	background-image: url(../img/menu/weihnachten.hover.png);
}
#menu .christmasSel a:hover {
	background-image: url(../img/menu/weihnachten.active.hover.png);
}

#menu .gallery a {
	background-image: url(../img/menu/galerie.png);
}
#menu .gallerySel a {
	background-image: url(../img/menu/galerie.active.png);
}
#menu .gallery a:hover {
	background-image: url(../img/menu/galerie.hover.png);
}
#menu .gallerySel a:hover {
	background-image: url(../img/menu/galerie.active.hover.png);
}

#menu .jobs a {
	background-image: url(../img/menu/jobs.png);
}
#menu .jobsSel a {
	background-image: url(../img/menu/jobs.active.png);
}
#menu .jobs a:hover {
	background-image: url(../img/menu/jobs.hover.png);
}
#menu .jobsSel a:hover {
	background-image: url(../img/menu/jobs.active.hover.png);
}

#menu .contact a {
	background-image: url(../img/menu/kontakt.png);
}
#menu .contactSel a {
	background-image: url(../img/menu/kontakt.active.png);
}
#menu .contact a:hover {
	background-image: url(../img/menu/kontakt.hover.png);
}
#menu .contactSel a:hover {
	background-image: url(../img/menu/kontakt.active.hover.png);
}









#news {
/**
	background-color: yellow;
/**/
	float: right;
	width: 120px;
	height: 100%;
	margin-right: 10px;
	padding-left: 10px;
}

#news,
#news * {
	color: #FDEEC4;
	font-size: 11px;
}

#news h3 {
	margin-top: 12px;
	margin-bottom: 5px;
	border-bottom: solid #FDEEC4 1px;
	font-size: 14px;
}

#news p {
	font-size: 11px;
	margin-bottom: 5px;
}

#news li {
	margin-left: 15px;
}


#footer {
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
}

#footer img {
	border-width: 0px;
}

#footer a {
	color: #89211B;
}

#content {
	height: 290px;
	margin-top: 2px;
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

#content,
#content * {
	font-size: 12px;
}

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

#content img.left {
	margin-right: 10px;
}

#content img.right {
	margin-left: 10px;
}

#content img {
	border-width: 0px;
}

#content h3 {
	margin-bottom: 5px;
}


.contact td {
	vertical-align: top;
}


input,
textarea {
	border: solid #89211B 1px;
	background-color: #FDEEC4;
	padding: 1px;
}

input:focus,
textarea:focus {
	background-color: #FFFFFF;
}

.contact input {
	width: 250px;
}

.contact input.zip {
	width: 50px;
}

.contact input.city {
	width: 183px;
}

.contact input.captcha {
	width: 107px;
}

.contact textarea {
	width: 250px;
	height: 100px;
}

.contact .button {
	width: 123px;
}


.messages,
.errors {
	margin-bottom: 10px;
}
