/*
HEAD
logo:		263 x 240px
headimg:	787 x 240px
bborder:	37px / #75182a

MENU
width:		263px
font:		#ffffff

CONTENT
width:		588px
font:		#656565

ÖFFNUNGSZEITEN
width:		199px
font:		#75182a

FOOT
height:		175px
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.3;
	text-align:center;
	background:#b9b9ba;
	font-family:Verdana;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap {
	width: 1084px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/wrap.jpg);
	background-repeat: repeat-y;
}

	#head {
		width: 1050px;
		height: 240px;
		margin: 0px 17px;
		border-bottom: 37px solid #75182a;
		background: url(../img/head.jpg) no-repeat top right;
	}

		#head h1 {
			width: 263px;
			height: 240px;
			background: url(../img/logo.jpg) no-repeat top left;
			overflow: hidden;
			text-indent: -9999px;
			float: left;
}

			#head h1 a {
				width: 263px;
				height: 240px;
				display: block;
}

		#head img {
			float: right;
}

	ul#menu {
		width: 263px;
		margin-left: 17px;
		float: left;
		display: inline;
}

		ul#menu li {
			margin: 0px 15px;
			border-bottom: 1px solid #ffffff;
			line-height: 2em;
			list-style: none;
}

		ul#menu li:first-child {
			border-top: 1px solid #ffffff;
}

	#content {
		width: 558px; /* -15px left, 15px right */
		float: left;
		display: inline;
}

	#oeffnungsz {
		width: 169px; /* -15px left, 15px right */
		float: left;
		display: inline;
}

	ul#menu, #content, #oeffnungsz {
		margin-top: 30px;
		margin-bottom: 30px;
}

	#content, #oeffnungsz {
		margin-left: 15px;
		margin-right: 15px;
}


	#foot {
		width: 1084px;
		height: 175px;
		background: url(../img/foot.jpg) no-repeat top left;

}

.clear {
	clear: both;
}

/* CONTENT */

	#content {
		color: #656565;
}


	#content p,
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content hr,
	#content ul {
	     margin-bottom:5px;
}

	#content ul li ul {
	     margin-bottom:0px;
}
	
	#content h1,
	#content h2 {
	     font-size:18px;
}

	#content h3,
	#content h4 {
	     font-size:14px;
}

	#content h5,
	#content h6 {
	     font-size:12px;
	     font-weight:bold;
}

	#content h2, #content h4, #content h6 {
	     color:#75182a;
}

	#content ul {
	     margin-left:20px;
}

	#content ul li {
	     list-style:disc;
}


	#oeffnungsz {
		color: #75182a;
}

	#oeffnungsz h3 {
		font-size: 14px;
		
}

	#oeffnungsz h3,
	#oeffnungsz p {
	     margin-bottom:5px;
}

	#oeffnungsz strong {
		display: block;
}


/* LINKS */

ul#menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ul#menu a:hover {
	background: #a1a1a1;
}

#content a {
	color: #333333;
	text-decoration: none;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}

