body {
	margin:25px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #212121;
	color: #3c3a3a;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	color: #951729;
	}


a {
	color: #3c3a3a;
	text-decoration: none;
	}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a60f25;
	text-decoration: none;
	}

	
a.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}	



#navcontainer { 
	width: 412px;
	}


#navcontainer ul {
	margin: 0px 0px 5px 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	}


#navcontainer a {
	display: block;
	padding-left: 100px;
	width: 312px;
	}


#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#navcontainer a:link, #navlist a:active{
	color: #FFFFFF;
	text-decoration: none;
	}

.home a {
	background-image: url(images/navi-home.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.home a:hover {
	background-image: url(images/navi-home1.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.restaurant a {
	background-image: url(images/navi-restaurant.gif);
	background-repeat: no-repeat;
	height: 24px;
	}


.restaurant a:hover {
	background-image: url(images/navi-restaurant1.gif);
	background-repeat: no-repeat;
	height: 24px;
	}


.karte a {
	background-image: url(images/navi-karte.gif);
	background-repeat:no-repeat;
	height: 25px;
	}


.karte a:hover {
	background-image: url(images/navi-karte1.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.events a {
	background-image: url(images/navi-events.gif);
	background-repeat:no-repeat;
	height: 25px;
	}


.events a:hover {
	background-image: url(images/navi-events1.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.anfrage a {
	background-image: url(images/navi-anfrage.gif);
	background-repeat:no-repeat;
	height: 25px;
	}


.anfrage a:hover {
	background-image: url(images/navi-anfrage1.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.anfahrt a {
	background-image: url(images/navi-anfahrt.gif);
	background-repeat:no-repeat;
	height: 25px;
	}


.anfahrt a:hover {
	background-image: url(images/navi-anfahrt1.gif);
	background-repeat: no-repeat;
	height: 25px;
	}


.impressum a {
	background-image: url(images/navi-impressum.gif);
	background-repeat:no-repeat;
	height: 31px;
	}


.impressum a:hover {
	background-image: url(images/navi-impressum1.gif);
	background-repeat: no-repeat;
	height: 31px;
	}
	
.errorflag {
	color:#a41729;
	font-weight:bold;
	}	
	
