html, body {
	margin:		0;
	padding:	0;
	height:		100%; /* Das will der IE. */
	font-family:sans-serif;
	background: url(/files/design/bg.png);
}
html>body {
	height:		auto;
	min-height:	400px;
	min-width:	800px;
	font-family:sans-serif;
	background: url(/files/design/bg.png);
}
body.mceContentBody {
background-image: none;
background: #FFFFFF;
}

#gesamt {
	width:800px;
	height:900px;
	position:	absolute;
	top:		0px;
	left:		50%;
	margin-top:	0px; 
	margin-left:	-440px; 
	z-index:0;
	vertical-align:top;
}
#header {
	display:block;
position:	absolute;
	top:	160px; 
	left:0px;
	width:880px;
	height:400px;
	z-index:2;
}

#inhalt {
        color: #002c1b;
	display:block;
	position:absolute;
	top:400px;
	left:180px;
	background: url(/files/design/frame.jpg) #FFFFFF;
        color: #0D0800;
	width:680px;
	height:375px;
	padding:10px;
	font-family:sans-serif;
	font-size:11px;
	z-index:3;
}
#cdecke
{
position:absolute;
display:block;
background: url(/files/design/cd_ecke.png);
width: 180px;
height: 190px;
top:-19px;
left:541px;
cursor: pointer;
z-index: 4  !Important;
}
#cdecke:hover
{
display:block;
background: url(/files/design/cd_ecke_a.png);
z-index: 4 ;
}
hr
{
	height: 1px; 
color: #fecb66;
 background-color: #fecb66; 
border: none;
margin: 2px;
	display:block;

}
h1 {
        color: #002c1b;
	font-family:sans-serif;
	font-size:16px;
margin: 5px;
padding: 5px;
margin-left: 0px;
padding-left: 0px;
	display:block;
}
h2 {
        color: #002c1b;
	font-family:sans-serif;
	font-size:14px;
}
#inhalt_innen {
	display:block;
	position: absolute;
	overflow:auto;
	width:558px;
	height:266px;
	text-align:left;
	left:75px;
	top:75px;
	z-index: 100;
}

#inhalt_innen a:link, #inhalt_innen a:visited, #inhalt_innen a:active {
	color:#9f732a;
	text-decoration:none;
}  
#inhalt_innen a:hover {
	color:#9f732a;
	text-decoration:underline;
}  
#logo
{
margin-top:0px;
float: left;
z-index:3;
position:absolute;

}
#inhalt a img
{
	border: solid 1px #9f732a; 
}
#menue {
	display:block;
	position:absolute;
	width:170px;
	height:143px;
	top:550px;
	
	z-index:4;
        text-decoration: none;
}
#menue span
{
	color: #fecb66;
	font-family:sans-serif;
	font-weight:200;
	font-size: 16px;
	letter-spacing:1px;
        text-decoration: none;
        display:block;
	cursor:pointer;
	height:40px;

}

#menue ul {
	list-style-type: none;
	padding-left:-40px;
	padding-top:20px;
        text-decoration: none;
}
#menue a
{
        text-decoration: none;
width: 170px;
}

#aHome
{
background: url(/files/design/home.png);
width: 170px;
}
#aWir
{
background: url(/files/design/wir.png);
width: 170px;
}
#aTermine
{
background: url(/files/design/termine.png);
width: 170px;
}
#aGallerie
{
background: url(/files/design/gallerie.png);
width: 170px;
}
#aImpressum
{
background: url(/files/design/impressum.png);
width: 170px;
}
#aGB
{
background: url(/files/design/gaestebuch.png);
width: 170px;
}

#aHome:hover
{
background: url(/files/design/home_a.png);
width: 170px;
}

#aWir:hover
{
background: url(/files/design/wir_a.png);
width: 170px;
}
#aTermine:hover
{
background: url(/files/design/termine_a.png);
width: 170px;
}
#aGallerie:hover
{
background: url(/files/design/gallerie_a.png);
width: 170px;
}
#aImpressum:hover
{
background: url(/files/design/impressum_a.png);
width: 170px;
}
#aGB:hover
{
background: url(/files/design/gaestebuch_a.png);
width: 170px;
}
a {
  outline: none;
}
p
{
margin: 5px;
}
#frankedata
{
        color: #9f732a;
	display:block;
	position:absolute;
	top:795px;
	left:730px;
	width:180px;
        height: 20px;
	padding:10px;
	font-family:sans-serif;
	font-size:11px;
	z-index:3;
}
#frankedata a
{
        color: #9f732a;
        text-decoration: none;
}
#frankedata a:hover
{
        color: #9f732a;
        text-decoration: underline;
}
.noview
{
display:none; 
}