/* CSS Document */

/* Positionierung + Farben */
h1
{
	display:none;
	position:absolute;
	left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	min-width:367px;
	height: 53px;
	background-image:url(rippedcorpse.gif);
	text-decoration: none;
}

#ueberschrift
{
	position:absolute;
	left:0px;
	top:0px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	z-index: 0;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
}
#menu a
{
	color:#000000;
	text-decoration:none;
}
a
{
	color:#FF0000;
}

a:hover
{
	color:#999999;
}

#menu li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	list-style:none;
	color:#FF0000;
}

/* Hintergrund */
body
{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-repeat:repeat-x;
	background-image:url(bg_red2.jpg);
}
/* Menu */
/*------------------------------------------------------------*/

#menu
{
	background-image:;
	height: 20px;
	width: 400px;
	left: 50px;
	top: 75px;
	position: absolute;
	z-index: 1;
}

#menu_home
{
	position:absolute;
	left:0px;
	top:4px;
}

#menu_billing
{
	position:absolute;
	left:50px;
	top:4px;
}

#menu_anfahrt
{
	position:absolute;
	left:100px;
	top:4px;
}

#menu_gallerie
{
	position:absolute;
	left:155px;
	top:4px;
}

#menu_gbook
{
	position:absolute;
	left:210px;
	top:4px;
}
/*------------------------------------------------------------*/

/* Main */

#main
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	left:49px;
	top:150px;
	max-width:700px;
	color:#CCCCCC;
}

#updates
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	max-width:700px;
	color:#CCCCCC;
	text-align:center;
}

#gbook
{
	overflow:auto;
	height:350px;
	width:600px;
}
