* {
	margin: 0;
	padding: 0;
}

/**************************************** Main ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70.5%;
	background-image: url(../images/body_hg.jpg);
	background-repeat: repeat-x;
	/*background: #faf8f2;*/
}

a {
	color: #626e81;
}

#container {
	width: 826px;
	margin: auto;
	font-size: 1.2em;
}

#container li {
	margin-left: 20px;
}

#header .topnav {
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 160px;
	text-align: right;
	color: #ffffff;
}

#header {
	background-image: url(../images/header2.jpg);
	height: 200px;
}


#contentwrapper {
	background-image: url(../images/contentwrapper2.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#content {
	margin-right: 20px;
	margin-left: 200px;
	padding: 15px 0;
}

/**************************************** text, images, lists ****************************/
#content ul {
	list-style: url(../images/img12d.gif);
	padding-left: 15px;
}

img.float_left {
	float: right;
	margin-left: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 7px;
	padding-right: 10px;
}


h1 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
	display: none;
}

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 38px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 8px;
}

h3 {
	background-image: url(../images/titel_hg.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(../images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

h5 {
	font-size: 1em;
	color: #50575d;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 38px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 8px;
}

.news {
	font-size: 1.2em;
	font-weight: bold;
	color: #ab1c1a;
}


dl {
	margin-top: 20px;
	margin-bottom: 40px;
}

dl a {
	color: #626e81;
	font-weight: bold;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(../images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
	padding-left: 3px;
}

/**************************************** Top-Menu ****************************/

#header .topnav  ul{
	color: #ffffff;
}

.topnav li {
	display: inline;
}

.topnav a {
	text-decoration: none;
	color: #ffffff;
}

.topnav a:hover {
	color: #000000;
}


/**************************************** Menu ****************************/
#main_nav {
	background-image: url(../images/main_nav2.jpg);
	height: 28px;
	padding-left: 9px;
}

#navcontainer ul {
	color: #ffffff;
	width: 100%;
	height: 27px;
	padding-top: 6px;
}

#navcontainer ul li {
	display: inline;
	background: url(../images/menu_right_border.jpg) right top no-repeat;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a {
	padding: 4px 15px;
	color: #50575d;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navcontainer ul li a:hover,
#navcontainer li.active a {
	color: #ffffff;
	background-color: #ac1c1b;
}


/**************************************** footer ****************************/

#footer {
	background-image: url(../images/footer.jpg);
	height: 35px;
	clear: both;
}

.copyright {
	margin: 0;
	font-size: 0.8em;
	text-align: center;
	padding-top: 12px;
}


