/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  tags  */
body
{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	background: #FAEFD3 url(../images/design/bodybg.jpg) top center no-repeat;
	text-align: center;
	font-size: 13px;
	color: #320302;
}

a
{
	font-weight: normal;
	color: #993E14;
	text-decoration: none;
}
a:hover
{
	color: #AF4717;
	text-decoration: none;
}

/* ids  */
div#page
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #FBF1DB url(../images/design/pagebg.gif) top left repeat-y;
	text-align: left;
}

img#topimage
{
	position: relative;
	display: block;
	width: 1000px;
	height: 197px;
}

div#header
{
	position: relative;
	display: block;
	height: 24px;
	background: url(../images/design/headerbg.gif) top left no-repeat;
	padding: 0 0 0 170px;
}

img#oeffnungszeiten
{
	float: right;
}

ul#topmenu
{
	position: relative;
	display: block;
	list-style-type: none;
}
ul#topmenu li
{
	position: relative;
	display: block;
	float: left;
}

div#leftcol
{
	position: relative;
	display: block;
	float: left;
	width: 170px;
}

ul#mainmenu
{
	position: relative;
	display: block;
	margin: 5px 0 0 0;
	list-style-type: none;
}
ul#mainmenu li
{
	position: relative;
	display: block;
}

div#middlecol
{
	position: relative;
	display: block;
	float: left;
	width: 640px;
	padding: 0 10px 0 10px;
}
/*
div#middlecol-narrow
{
	position: relative;
	display: block;
	float: left;
	width: 470px;
	padding: 0 10px 0 10px;
}
*/

div#rightcol
{
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 170px;
	padding: 0 0 18px 0;
}
/*
div#rightcol-wide
{
	position: relative;
	display: block;
	float: left;
	width: 340px;
	padding: 0 0 18px 0;
}
*/

div#rightcontent
{
	padding: 0 6px 10px 7px;
}

img#offertitle
{
	position: relative;
	display: block;
	width: 170px;
	height: 23px;
	float: left;
}

img#randomoffer
{
	position: relative;
	display: block;
	width: 170px;
	height: 170px;
	float: left;
}

div#footer
{
	position: relative;
	display: block;
	clear: both;
	background: #FBF1DB url(../images/design/footerbg.gif) top left repeat-y;
	text-align: center;
	padding: 6px 170px 6px 170px;
	font-size: 11px;
}
div#footer a
{
	color: #320302;
}
div#footer a:hover
{
	text-decoration: underline;
}
