body {
	background-image: url(../../images/hintergrund.png);
	background-repeat:repeat-x;
	background-color: #615e58;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Arial', sans-serif;
	color: white;
}
.sommer_link img {
	border: none;
}
.winter_link img {
	border: none;
}
.sommer_link {
margin-left: 800px;
}
div#sommer_winter_links {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	top: 210px;
	height: 24px;
	width: 950px;
}
div#maincontent {
	width: 950px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
div#horizontaleline1 {
	width: 950px;
	height: 800px;
	position: absolute;
	background-image: url(../images/trennliniehorizontal.png);
	background-repeat: no-repeat;
	background-position: 240px 220px;
}

div#horizontaleline2 {
	width: 950px;
	height: 800px;
	position: absolute;
	background-image: url(../images/trennliniehorizontal.png);
	background-repeat: no-repeat;
	background-position: 706px 220px;
}
div#titelmenuhintergrund {
	width: 950px;
	height: 240px;
	background-image: url(../../images/menu_hintergrund.png);	
	background-repeat: no-repeat;
/*	border-top: 1px solid black;*/
	margin: 0px;
	padding: 0px;
}

ul#hauptmenu {
	position: absolute;
	top: 98px;
/*	border: 1px solid black;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
}

ul#hauptmenu li {
	width: 104px;
	margin-right: 1px;
	height: 140px;
	float: left;
	text-align: center;
/*	border-right: 1px solid white;
/*	border: 1px solid white;*/
}
ul#hauptmenu li:hover {
	background-image: url(../images/menuhighlight.png);
	background-repeat:repeat-x;
}
ul#hauptmenu li a {
	float: left;
	width: 104px;
/*	border: 1px solid black;*/
	padding-top: 6px;
	padding-bottom: 4px;
	color: white;
	text-decoration: none;
}
ul#hauptmenu li a:hover {
	background-color:silver;
}
ul#untermenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
}

ul#hauptmenu li:hover ul {display:block;}
ul#hauptmenu li.over ul {display:block;}
ul#hauptmenu li.over {
	background-image: url(../../images/menuhighlight_ie.png);
	background-repeat:repeat-x;
}
ul#untermenu  li {
	list-style-type: none;
	left: 0px;
	border: none;
	height: auto;
}

ul#livecamguestbook {
	position: absolute;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
	margin-left: 840px;
	top: 50px;
}
ul#livecamguestbook  li {
	width: 104px;
	margin-right: 1px;
	text-align: left;
}
ul#livecamguestbook li a:hover {
	background-color:silver;
}
ul#livecamguestbook li a {
	float: left;
	width: 100px;
	padding-left: 4px;
/*	border: 1px solid black;*/
	padding-top: 6px;
	padding-bottom: 4px;
	color: #f9b800;
	text-decoration: none;
}
div#bildlinks {
	float: left;
	height: 226px;
	width: 240px;
	margin-right: 1px;
}

div#bildmitte {
	float: left;
	width: 465px;
	height: 400px;
	background-color: #615e58;
	position: relative;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	text-align: center;
}
div#bildrechts {
	float: left;
	height: 226px;
	width: 240px;
	margin-left: 1px;
}

div#textuntenlinks {
	float: left;
	width: 200px;
	font-size: 0.8em;
	padding-top: 35px;
	padding-left: 20px;	
	padding-right: 20px;	
	position: relative;
}
div#textuntenlinks a {
	color: #f9b800;
	text-decoration: none;
}
div#textuntenmitte {
	float: left;
	width: 390px;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 15px;
	padding-bottom: 45px;
	position: relative;
	font-size: 0.8em;
	text-align: left;
}
div#textuntenrechts {
	float: left;
	width: 210px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-left: 10px;	
	padding-right: 20px;	
	position: relative;
}

div.kontaktformular {
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
}

.kontaktformular  input {
	border: 1px solid black;
	width: 90%;
}
.kontaktformular  textarea {
	border: 1px solid black;
	width: 90%;
	height: 200px;
}



