/* CSS Document */

html, body {
	background-image: url(images/bg_verlauf.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FBF4E7;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #630;
}

a:link		{ color: #027abb; border: none; text-decoration: none; }
a:visited 	{ color: #027abb; border: none; text-decoration: none; }
a:active  	{ color: #027abb; border: none; text-decoration: none; }
a:hover   	{ color: #027abb; border: none; text-decoration: underline; }

a.ref 		{ color: #027abb; border: none; text-decoration: none; }

a.mailgrau 			{ color: #666; border: none; text-decoration: none; }
a.mailgrau:link		{ color: #666; border: none; text-decoration: none; }
a.mailgrau:visited 	{ color: #666; border: none; text-decoration: none; }
a.mailgrau:active  	{ color: #666; border: none; text-decoration: none; }
a.mailgrau:hover   	{ color: #027abb; border: none; text-decoration: underline; }


a.footer, a.footer:link, a.footer:visited, a.footer:active, a.footer:focus {
	color: #CCC;
	text-decoration: none
}
a.footer:hover {
	color: #CCC;
	text-decoration: underline;
}

/* Navigation */

div#navi {
	margin: 0 0 0 30px;
	padding: 0 0 50px 0;
	width: 145px;
	
}

div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi ul li {

	padding: 5px 0;
	border-bottom: 1px solid #c3e2b8;

}

div#navi ul li a {
	display: block;
	width: 125px;
	height: 16px;
	margin: 0 10px;
	text-indent: -9000px;
}

a#home {
	background: url(images/navi/home.png) no-repeat;
}

a#karte {
	background: url(images/navi/karte.png) no-repeat;
}

a#wochenkarte {
	background: url(images/navi/wochenkarte.png) no-repeat;
}

a#mittagsmenu {
	background: url(images/navi/mittagsmenu.png) no-repeat;
}

a#burger {
	background: url(images/navi/burgerhappyhour.png) no-repeat;
}

a#pizza {
	background: url(images/navi/pizzazeit.png) no-repeat;
}

a#happyhour {
	background: url(images/navi/happyhour.png) no-repeat;
}

a#brunch {
	background: url(images/navi/brunch.png) no-repeat;
}

a#events {
	background: url(images/navi/events.png) no-repeat;
}

a#info {
	background: url(images/navi/information.png) no-repeat;
}

a#jobs {
	background: url(images/navi/jobs.png) no-repeat;
}

a#rundgang {
	background: url(images/navi/rundgang.png) no-repeat;
}


p {
	margin: 4px 0 8px 0;
}

p.pano {
	padding: 6px 0 6px 6px;
	margin: 16px auto;
	background: url(images/bg_verlauf.gif) repeat-x;
}

hr {
	height: 1px;
	width: 500px;
	background-color: #EEE;
	border: 0;
	margin: 0;
	padding: 0;
}

img.mit {
	border: #999 solid 1px;
	padding: 4px;
	margin-bottom: 4px;
}

img {
	border: 0;
	padding: 0px;
	-moz-outline-style: none;
}

img.imagelistimg {
	padding: 2px;
	border: 1px solid #c3e2b8;
	margin-bottom: 2px;

}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 8px 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3	{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	-moz-outline-style: none;
}

h4 {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.tag {
	color:#027abb;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.navigation {
	text-align: left;
	margin: auto;
	padding: 0 0 12px 0;
}

.inhalt {
	text-align: left;
	margin: auto;
	padding: 10px 40px 30px 0;
}

.mehrwert {
	text-align: left;
	margin: auto;
	padding-bottom:10px;
}

.fuss {
	text-align: right;
	font-size: 10px;
	margin: 10px 30px 0 0;
	color: #CCC;
}

.spalte {
	margin: 0 0 8px 100px;
}

.links {
	width: 195px;
	float: left;
}

.loescher {
	clear: both;
}
