/* INHALT */

/* Grundeinstellungen */
/* Content-Boxen */
/* Text-Formatierungen */
/* Navigation */
/* Boxen */


/* -------------
 Grundeinstellungen
------------- */

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-image: url(../img/bg_verlauf.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #fff2e1;
}

hr {
	border-bottom: 1px dotted #a3181b;
	border-top: none;
	margin: 10px 0;
}

/* -------
 Content-Boxen
-------- */

#header {
	width: 960px;
	height: 287px;
	margin: 10px auto 0 auto;
	border: none;
}

#contentbox {
	margin: 0px auto;
	width: 960px;
	background-color: #fff;
	border: none;
}

#navigationbox {
	background-color: #ccc;
	height: 45px;
	//overflow: hidden;
}

#contentboxinside {
	margin: 30px;
	clear: both;
	border: none;
	height: auto;
}

#columnleft {
	float: left;
	height: auto;
	width: 515px;
	padding: 0;
	border: none;

}

#columnright {
	float: right;
	height: auto;
	width: 330px;
	padding: 0;
	border: none;
	clear: right;
}


#footer {
	font-size: 10px;
	line-heigh: 16px;
	text-align: center;
	clear: left;
	float: left;
	margin: 0 0 15px 0 !important;
	padding: 0;
	width: 960px;
	color: #856546
}

/* -------
 Text-Formatierungen
------- */

p {
	margin: 20px 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #A11A20;
}

/* Links im Text */
a:link, a:active, a:visited {
	text-decoration: none;
	color: #cd1b1e;
}

a:focus, a:hover {
	text-decoration: underline;
	color: #a3181b;
}

.imgleft {
	float: left;
/*	border: 1px solid #a3181b; */
	margin: 0 15px 15px 0;
	padding: 0;
}

.imgright {
	float: right;
/*	border: 1px solid #a3181b; */
	margin: 0 15px 15px 0;
	padding: 0;
}

.imgheadline {
	margin: 10px 0;
}

.txtklein {
	font-size: 10px;
	line-heigh: 16px;
}

/* -------
 Navigation
------- */
#navigation, #navigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	/*position:relative !important;*/
}

#navigation a{
	display:block;
	padding:0px 0px;
	color:#FFF;
	text-decoration:none;
	width: 192px;
}

#navigation a:hover{
	color:#FFF;
}

#navigation li{
	float:left;
	position:relative !important;
}

#navigation ul {
	position:absolute;
	display:none;
}

#navigation li ul a{
	height:auto;
	float:left;
}

#navigation ul ul{
	top:auto;
}

#navigation li ul ul {
	margin:0px 0 0 10px;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
	display:none;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
	display:block;
}

.akt{
	display: none;
	border: 0;
}

.sub_angebote_inactive{
	background-color: #ff9f42;
}

.sub_angebote_active{
	background-color: #e97c12;

}

.sub_speisenundgetraenke_inactive{
	background-color: #cf1b1e;
}

.sub_speisenundgetraenke_active{
	background-color: #a4191c;
}

.sub_kontakt_inactive{
	background-color: #a98e63;
}

.sub_kontakt_active{
	background-color: #836445;
}

.subNavigation{
	padding-left: 1em;
	line-height: 2em;
	width: 179px;
}

 /* -----------
 Boxen
------------ */

.highlight {
	background-color: #f5e8e8;
	border: 1px #a11a20 solid;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}