html * { 
			margin: 0; 
			padding:0; 
		}
body {
	font-size: 12px;
	font-family: arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
h1 { color: #325a10; font-size: 16px; font-family: arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; font-style: italic; }
h2 {
	color: #640032;
	font-size: 14px;
	font-weight: bold;
}
/* --------------- Header ---------------*/
#cheader {
	width:100%;
	height: 255px;
	background: url(../images/bg_page.jpg) repeat-x left bottom;
	text-align: center;
}
#header {
	width: 1000px;
	height: 255px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat left bottom;
	text-align: left;
	overflow: hidden;
}
#header #logo{ float: left; width: 187px; height: 251px; margin-right: 0; margin-bottom: 0; margin-left: 21px; }
#header #hm{ text-align: right; float: right; width: 540px; margin: 0 0 0 140px; height: 108px; }
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 93px;
	padding: 15px 0px 0px 0px;
	background: url(../images/bg_hm.gif) left top no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(../images/bg_hm_active.gif) left top no-repeat;
}

/* --------------- Page ---------------*/
#page {
	width:100%;
	text-align: center;
}
#ccontent {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#cleftmenue { line-height: 24px; clear: left; float: left; width: 187px; background: url(../images/bg_submenue.jpg) repeat-x left top; margin-left: 22px; }
.padbcont_rightcol {
	width:150px;
	clip: rect(auto auto auto auto);
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}
.padbox_rightcol {width:auto; height:auto;}
/* ---------------Leftmenue ---------------*/
#leftmenue {
	clear: left;
	float: left;
	width: 175px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	background-image: none;
	background-repeat: no-repeat;
	margin-left: 10px;
}
/* --------------- Content ---------------*/
#content { color: #122f57; float: left; width: 560px; margin: 30px 0 20px 35px; }
#content h1{ margin: 0 0 1em; font-family: Arial, Verdana, Tahoma, "Trebuchet MS", sans-serif; font-size: 16px; font-weight: bold; color: #640032; font-style: italic; }
#content h2{
	margin: 0 0 1em;
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #325a10;
}
a:link { color: #00c ; text-decoration: none; }
a:visited { color: #005560 }
a:hover { color: #460d02 }
#content p{
	margin: 0px 0px 2em 0px;
}
/* --------------- Footer ---------------*/
#cfooter { width:100%; background-color: #122f57; background-image: url(../images/footertile.jpg); background-repeat: repeat-x; text-align: center; height: 72px; }
#footer { background-image: url(../images/footertile.jpg); background-repeat: no-repeat; width: 1000px; margin: 0 auto; text-align: left; height: 72px; overflow: hidden; }
#hpv24 { float: right; width: 70px; height: 70px; margin-top: 16px; padding-right: 20px; }
#hpv24 a{
	color: #fff;
}
a.footer_links {color:#fff}

