A:link, A:visited { color: #000000; text-decoration: underline; }
A:active, A:hover	{ color: #990000; text-decoration: none; }

A:link.menue, A:visited.menue	{ color: #FFFFFF; text-decoration: none; }
A:active.menue, A:hover.menue	{ color: #AAAAAA; text-decoration: none; }

body {
	background-image:url(images/bg.gif);
	background-repeat: repeat-y; 
	background-color: #1b1b1b; 
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

table				{ border:0px; width:534px;}
th					{ vertical-align: top; font-size: 10pt; font-weight:bold; text-align: left; padding-top: 5px; }
td					{ vertical-align: top; font-size: 10pt;}

h1 { color:#9e2024; font-size:20px; }
h2 { color:#9e2024; font-size:16px; padding:0px; margin:0px; }
hr { color:#9e2024; background-color:#9e2024; height:1px; border:0px; }

#main			{ position: absolute; top: 0px; left: 0px; width:711px; height:619px; z-index:10;}
#top			{ position: absolute; top: 0px; left: 0px; width:711px; z-index:13;}
#menu			{ position: absolute; top: 172px; width:133px; height:500px; left: 0px; z-index:12;}

#mainBG	{ 
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:529px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x; 
	z-index:1;
}


#mainBG	div { 
	position: absolute;
	top: 0px;
	left: 0px;
	width:711;
	height:529px;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y; 
	
	z-index:2;
}

#menu .normal { background-image:url(images/arrow_0.gif); }
#menu .active {	background-image:url(images/arrow_1.gif); }
#menu .category {
	background-repeat: no-repeat; 
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	display:block;
	margin-top:3px;
	margin-bottom:2px;
}
#menu .category:hover { background-color: #9c2023; }

.off { display: none; }
.on { display: block; }

#menu .subcategory {
	background-repeat: no-repeat; 
	padding-left: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	display:block;
	margin-bottom:2px;
}
#menu .subcategory:hover { background-color: #9c2023; }

#menu_bg {
	position: absolute; 
	top: 172px;
	left: 0px;
	width:143px;
	height:438px;
	z-index:11;
	background-image:url(images/left_bg.gif); 
}

#Newsletter {
	position: absolute; 
	top: 300px;
	left: 11px;
}

#Newsletter .Label { 
	color:#cccccc;
	font-size:10px;
}

#Newsletter .input_newsletter {
	width: 111px;
	height: 17px;
	border:0px solid #000000; 
	background-color: transparent; 
	color: #000000; 
	font-family: Verdana; 
	font-size: xx-small; 
	font-style: normal;
	background-image:url(images/newsletter_box.gif);
	
	padding: 2px;
}

#btn_newsletter {
	width:54px;
	height:20px;
	margin-left:58px;
	margin-top:10px;
}

#contentBox { 
	position: absolute;
	top: 172px; 
	left: 135px; 
	
	width:570px;
	z-index:1;
}

#contentBox #content {
	margin: 18px;
	color: #000000;
}

#contentBox #content img { margin-top: 10px; margin-bottom:10px; }

#impressum {
	position:relative;
	top:625px;
	left:10px;
	width:120px;
	
	font-size: 11px;
	
	z-index:50;
	color: #FFFFFF;
}

#impressum  a { color: #FFFFFF; text-decoration:none; }
#impressum  a:hover { color: #FFFFFF;  text-decoration:underline; }

#Kontakt { width:400px; }
#Kontakt div {
	font-size: 10px;
	color:#666666;
}

#Kontakt .KontaktText { width: 150px; }
#Kontakt .KontaktTextFeld {
	border: 1px;
	border-color:#9e2024;
	border-style: solid;
	
	width: 190px;

}



#Gaestebuch { width:400px; }
#Gaestebuch div {
	font-size: 10px;
	color:#666666;
}

#Gaestebuch .GaestebuchText { width: 150px; }
#Gaestebuch .GaestebuchTextFeld {
	border: 1px;
	border-color:#9e2024;
	border-style: solid;
	
	width: 190px;

}


.GaestebuchEintrag {
	margin-top: 10px;
	margin-bottom: 10px;
}

.GaestebuchEintrag .Title {
	font-size: 10px;
	color:#666666;
}
