html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
html { /* Aktiviert rechten Scrollbalken in allen Browsern */
	height: 100%;
	margin-bottom: 1px; } 


#container {
	width: 850px;
	margin:0px auto;
}

#header {
	width: 100%;
	height: 135px;
	margin-top: 30px;
	border-top: 4px solid #b00000;
	background-image: url(images/logo-top.jpg);
	background-repeat: no-repeat;
}

#hmenu {
	height:39px;
	border-top:4px solid #b00000;
	background: url(images/bg_off.gif);
	background-repeat: repeat-x;
}
#hmenu ul {
	margin: 0px;
	padding: 0px;
}
#hmenu ul li {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
#hmenu ul #right {
	float: right;
}
#hmenu ul li a { 
	display: block;
	float: left;
	height: 24px;
	padding: 10px 20px 0 20px;
	background: url(images/bg_divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	color: #333333;
}
#hmenu ul li a:hover {
	background: url(images/bg_divider.gif) no-repeat top right;
	background-color: #b00000;
	color:#e0e0e0;
}
#hmenu ul a.current {
	background: url(images/bg_divider.gif) no-repeat top right;
	background-color: #b00000;
	color:#ffffff;
}
#hmenu ul #right a,
#hmenu ul #right a:hover,
#hmenu ul #right a.current {
	background-position: top left;
}
#middlecontainer {
	width: 100%;
}

#content {
	float: right;
	width: 610px;
}
#content h1 {
	border-bottom: 4px solid #dddddd;
	font-size: 16px;
}
#content h2 {
	border-bottom: 4px solid #dddddd;
	font-size: 14px;
}
#content h6 {
	margin-top: 40px;
	border-top: 2px solid #dddddd;
	text-align: right;
	font-size: 9px;
	color: #c8c8c8;
}
#content h6 a, #content h6 a:visited, #content h6 a:hover, #content h6 a:focus {
	border: 0px;
	text-decoration: underline;
	font-size: 9px;
	color: #c8c8c8;
}

#sidebar {
	margin: 0px;
	float: left;
	width: 200px;
}

#sidefill {
	height: 450px;
	background: url(images/rauchstopp.jpg);
}

#vmenu {
	background: #dddddd;
}
#vmenu ul {
	margin: 0px;
	padding: 0px;
}
#vmenu ul li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
#vmenu ul li a {
	display: block;
	/*height: 20px;*/  /* ! IE6 */
	vertical-align: center;
	padding: 4px 0px 4px 15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
}
#vmenu ul li a:hover {
	background: #ffd000;
	color: #666666;
}
#vmenu ul a.current {
	background: #ffd000;
	color: #333333;
}

#content a {
	border-bottom: 4px solid #ffd000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#weiss {
	color: #ffffff;
}

#dpwebmedia {
	padding: 5px 12px 5px 12px;
	background-color: #b00000;
	font-weight: bold;
	text-align: justify;
	color: #ffffff;
}
#dpwebmedia a, #dpwebmedia a:visited, #dpwebmedia a:hover, #dpwebmedia a:focus {
	border: 0px;
	text-decoration: underline;
	color: #ffffff;
}
