html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #660000;
	background-color: #fff;
	background-image: url(../medien/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
Bestellung {
	background-image: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: transparent;

}
h1 {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #C00;
	margin: 0px 0px 12px 0px;
}
h2 {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
	color: #660000;
	background-color: transparent;
}
img {
	border: 0px;
}
a:link,
a:visited {
	color: #999;
}
a:hover {
	color: #000;
}

/*-----------------------main--------------------------- */
#container {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 41px;
	background-position: 0px 0px;
}

#top {
	width: 983px;
	padding: 0px 0px 0px 0px;
	height: 269px;
	position: fixed;
	background-color: #000;
	color: #fff;
	border-bottom: solid 2px #FFF;
}

#logo {
	width: 229px;
	height: 269px;
	float: left;
}

#header {
	float: left;
	width: 754px;
	height: 269px;
	background-image: url(../dynpg/upload/imgfile2.jpg);
	background-repeat: no-repeat;
}

#main {

}

#navi {
	width: 180px;
	padding: 20px 0px 0px 50px;
	margin-top: 269px;
	position: fixed;
	font-weight: bold;
}

#content {
	width: 583px;
	height: 100%;
	margin-top: 269px;
	padding: 20px 100px 20px 300px;
	float: left;
	min-height: 425px;
	background-image: url(../medien/bg_main.gif);
	background-repeat: no-repeat;
}

#content_vorverkauf {
	width: 583px;
	height: 100%;
	margin-top: 269px;
	padding: 20px 100px 20px 228px;
	float: left;
	min-height: 425px;
	background-image: url(../medien/bg_main.gif);
	background-repeat: no-repeat;
}

#clear {
	clear: both;	
}

#footer {
	width: 350px;
	clear: both;
	padding: 10px 0px 0px 205px;
	text-align: center;
}




/*----------------------- ie6-hacks ------------------------------*/
* html #container {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 38px;
	background-position: 0px 0px;
}

* html #top {
	width: 983px;
	height: 269px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	border-bottom: solid 2px #FFF;
}
* html #logo {
	width: 229px;
	height: 269px;
	float: left;
}
* html #header {
	float: left;
	width: 751px;
	height: 269px;
	background-image: url(../dynpg/upload/imgfile2.jpg);
	background-repeat: no-repeat;
}
* html #main {
	width: 983px;
	background-image: url(../medien/bg_main.gif);
	background-repeat: no-repeat;
}
* html #navi {
	width: 180px;
	height: 300px;
	margin-top: 0px;
	float: left;
	font-weight: bold;
}

* html #content {
	width: 500px;
	float: left;
	padding: 20px 0px 0px 100px;
	background-image: none;
	margin-top: 0px;
}
/*----------------------- ie7-hacks ------------------------------*/


*+ html #navi {
	width: 180px;
	height: 300px;
	Top: 20px;
	left: 0px;
	font-weight: bold;
	position: fixed;
}



/*-----------------------special--------------------------- */
#navi a:link,
#navi a:visited {
	color: #fff;
	text-decoration: none;
}
#navi a:hover {
	color: #990000;
	text-decoration: none;
}
#change_banner p,
#footer p {
	margin: 0px;
}
#footer a:link,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #b00035;
}


