* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background-color: #ACD8F5;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7D807A;
	background-image:url(bg80.png);
}
h1, h2, h3 {
	color: #114881;
}
h1 {
	font-family: 'Lobster', arial, serif;
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
p {
}
blockquote {
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #295477;
}
a:hover {
	text-decoration: none;
	color: #4B95D6;
}
select, input {
	border:1px solid #b7c6ca;
	font-family:'Trebuchet MS', 'Lucida Console', sans-serif;
	font-weight:normal;
	margin: 5px 5px 5px 5px ;
	padding-left:2px;
}
/* Wrapper */

#wrapper {
}
/* Header */

#header {
	width: 1000px;
	height: 233px;
	margin: 0 auto;
	background: url(header.jpg) no-repeat left top;
	border:none;
	margin-top: 33px;
}
#logo {
	width: 300px;
	height: 120px;
	border:none;
	float:right;
	z-index:100;
	position: relative;
	top: -60px;
	right: 20px;
}
#anreiseheadline {
	height:55px;
	background-image:url(ueberschrift_Anreise.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#impressionenheadline {
	height:55px;
	background-image:url(ueberschrift_Impressionen.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#kontaktheadline {
	height:55px;
	background-image:url(ueberschrift_Kontakt.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#newsheadline {
	height:55px;
	background-image:url(ueberschrift_News.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#restaurantheadline {
	height:55px;
	background-image:url(ueberschrift_Restaurant.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#startseiteheadline {
	height:55px;
	background-image:url(ueberschrift_Startseite.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#zollhausheadline {
	height:55px;
	background-image:url(ueberschrift_Zollhaus.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #E3000B url(bg-nav.png) no-repeat right top;
}
#menu ul {
	list-style: none;
	line-height: normal;
	margin:  0px 0px 0px 20px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	height: 32px;
	display: block;
	float: left;
	padding: 9px 15px 2px 15px;
	text-decoration: none;
	text-align: center;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
}
#menu li a:hover, #menu .active a {
	background: #C11212;
	color: #FFFFFF;
	border:#FFF dotted 1px;
	padding: 8px 14px 1px 14px;
	height: 30px;
}
#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}
/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #FFFFFF;
}
/* Content */

#contentbreit {
	float: left;
	width: 600px;
	padding-top: 30px;
	margin-left: 60px;
}
#content {
	float: left;
	width: 444px;
	padding-top: 22px;
	margin-left: 40px;
}
#bilderlinks {
	float: left;
	width: 200px;
	padding-top: 55px;
	margin-right: 10px;
	margin-left: 33px;
	margin-bottom: 10px;
	min-height: 300px;
}
.post {
	background: url(img04.gif) repeat-x left bottom;
	margin: 0px 0px 30px 0px;
}
.title {
	margin: 0px;
	color: #333;
	font-family: 'Lobster', arial, serif;
	font-size: 333%;
	text-align:left;
}
.post .title a {
	padding: 0px 0px 0px 50px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #2D5A81;
}
.post .entry {
	padding: 20px 20px 0px 0px;
}
.post img {
	float: left;
	padding: 15px 0px;
}
.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}
.post .byline {
	padding-left: 40px;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #7D807A;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

#content img {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding : 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin:  0px 0px;
	padding:  0px 0px 30px 10px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #666;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
	margin-right:30px;
}
#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 27px;
}
#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: none;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #E2001A;
	margin-top: 20px;
}
#sidebar h3 {
	font-size: 77%;
	color: #110404;
}
#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}
#sidebar a {
	border: none;
	text-decoration: none;
	color: #7D807A;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Search */

#sidebar ul li input {
	margin: 5px;
}
#sidebar ul li select {
	margin: 5px 5px 5px 0;
}
#search ul li input {
	margin: 5px;
}
#search {
	height: 180px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}
#search form {
	margin: 0;
	padding: 1px 0px 0 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-submit {
	margin-top: 10px;
	padding: 4px 4px;
	border: none;
	background-color:#092869;
	color: #FFFFFF;
}
/* Submenu */

#submenu {
}
/* News */

#news {
}
#news a {
	font-size: 85%;
}
/* Footer */

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	margin-top: 8px;
	padding: 5px 0px 0px 0px;
	color: #FFF;
	border-top-color: #E3000B;
	border-top-style:double;
	border-top-width: 5px;
}
#footer p {
	margin: 0;
	text-align: right;
	font-size: 11px;
	font-weight:700;
}
#footer a {
	text-decoration: underline;
	color: #808080;
}
#footer a:hover {
	text-decoration: none;
}
/* Scroller Box */
#scroller_container {
	width: 200px;
	height: 290px;
	overflow: hidden;
}
/* Scoller Box */

/* CSS Hack Safari */
#dummy {
;
#
}
#scroller_container {
	overflow: auto;
}
