@CHARSET "UTF-8";

body {
	font-family: Georgia, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #e7e7e7;
	margin-top: 0px;
}

a:link,a:visited,a:hover,a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover,a:active {
	text-decoration: underline;
}

li {
	padding-left: 0px;
}

li.li_sub {
	margin-left: 10px;
	font-size: 8pt;
}

h1 {
	/*font-family: serif;*/
    z-index: 0;
	font-size: 18pt;
	margin-top: -25px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#top {
	width: 1020px;
	height: 264px;
	background: url("../images/top.png") top left no-repeat;
}

#menu {
	float: left;
}

#menu_top {
	width: 168px;
	height: 44px;
	background: url("../images/menu_top.png") top left no-repeat;
}

#menu_content {
	width: 168px;
	min-height: 50px;
	background: url("../images/menu_content.png") top left repeat-y;
}

#menu_list {
	margin: 0px;
	padding-left: 25px;
}

#menu_bottom {
	width: 168px;
	height: 22px;
	background: url("../images/menu_bottom.png") top left no-repeat;
}

#breadcrums {
	width: 852px;
	height: 21px;
	margin-left: 168px;
	padding-left: 10px;
	background: url("../images/breadcrums.png") top left no-repeat;
}

#main {
	width: 567px;
	float: left;
}

#main_top {
    font-size: 18pt;
    font-weight: bold;
    padding-top: 5px;
	padding-left: 20px;
	width: 567px;
	height: 37px;
	background: url("../images/main_top.png") top left no-repeat;
}

#main_content {
	width: 547px;
	min-height: 350px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../images/main_content.png") top left repeat-y;
}

#main_bottom {
	width: 567px;
	height: 18px;
	background: url("../images/main_bottom.png") top left no-repeat;
}

#calendar {
	width: 285px;
	margin-left: 735px;
}

#calendar_top {
	width: 285px;
	height: 86px;
	background: url("../images/kalender_top.png") top left no-repeat;
}

#calendar_content {
	width: 285px;
	min-height: 100px;
    padding-left: 10px;
    padding-bottom: 10px;
	background: url("../images/kalender_content.png") top left repeat-y;
}

#calendar_bottom {
	width: 285px;
	height: 26px;
	background: url("../images/kalender_bottom.png") top left no-repeat;
}

#form {
	margin-left: 100px;
}

#textAreaInput {
	height: 150px;
}

#textAreaGaestebuch {
	height: 50px;
}

#infoAltePage {
    margin-top: 10px;
    margin-left: 10px;
    width: 145px;
    border-style: solid;
    border-width: 1px;
}

#stammdaten {
    font-size: 12pt;
}

.textInput {
	width: 300px;
}
.comment {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
}

.comment_pic {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

.comment_title {
	/*font-family: serif; */
    z-index: -1;
	font-size: 14pt;
	font-weight: bold;
    margin-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.calendar {
    margin: 0;
}

.calendarDay{
    width: 20px;
    float: left;
}

.clear {
	clear: both;
}

.thumb {
    height: 100px;
    border: none;
}

.divThumb {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}

.frage, .linkTitel {
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

.antwort, .linkBeschreibung {
    margin-left: 30px;

}
