body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/*BG ursprünglich #d4cfc9*/
	background-color: #d5c2d6;
	text-align: center;
	/* Abstand oben zwischen Browseranfang und Box: */
	margin-top: 3em;
}

.page {
	/* Rahmenbreite */
	width: 750px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: verdana, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #C43917;
}

#logo_black {
	color: #000000;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpageindex {
	background-image: url("../images/backgroundindex.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}

#innerpagehome {
	background-image: url("../images/backgroundhome.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpageueberuns {
	background-image: url("../images/backgroundueberuns.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpageauftritte {
	background-image: url("../images/backgroundauftritte.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpagegalerie {
	background-image: url("../images/backgroundgalerie.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpagedemocd{
	background-image: url("../images/backgroundcd.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpagekontakt {
	background-image: url("../images/backgroundkontakt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpagebuchungen {
	background-image: url("../images/backgroundbuchungen.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#innerpagelinks {
	background-image: url("../images/backgroundlinks.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	/*opacity: durchsichtigkeit der box*/
	opacity: .8; 
	float: right; 
	width: 25em; /* WICHTIG: Breite des inneren Rahmens mit dem Text */
	height: 23em; /* WICHTIG: Höhe des inneren Rahmens mit dem Text */
	padding: 0.8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	/*overflow: scroll balken innerhalb der box: ja, nein oder auto*/
	overflow: auto;
}
#content2 {
	background-color: #ffffff; 
	filter: Alpha(opacity=10); 
	/*opacity: durchsichtigkeit der box*/
	opacity: .5; 
	float: right; 
	width: 25em; /* WICHTIG: Breite des inneren Rahmens mit dem Text */
	height: 23em; /* WICHTIG: Höhe des inneren Rahmens mit dem Text */
	padding: 0.8em;
	font-family: Verdana, Arial;
	font-size: .8em;
	/*overflow: scroll balken innerhalb der box: ja, nein oder auto*/
	overflow: auto;
}

#contentgal {
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	/*opacity: durchsichtigkeit der box*/
	opacity: .8; 
	float: right; 
	width: 25em; /* WICHTIG: Breite des inneren Rahmens mit dem Text */
	height: 23em; /* WICHTIG: Höhe des inneren Rahmens mit dem Text */
	padding: 0.8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	/*overflow: scroll balken innerhalb der box: ja, nein oder auto*/
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

#content h1 {
	font-size: 1.3em;
	font-family: verdana;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #2f7704;
}
#content h2 {
	font-size: 1.0em;
	font-family: verdana;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #2f7704;
}

#content a:link {
/*#2f7704*/
	color: #104792;
	
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
