* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	font-size: 1em;
	background: url(../img/system/bg_head.png) repeat-x;
	color: #6A3500;
}
ul {
	list-style: none;
}
a {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
#wrapper {
	width: 790px;
	margin: 0px auto;
	font-size: 0.7em;
	background: url(../img/system/bg_wrapper.gif) repeat-x;
}
h1 {
	clear: both;
	background: url(../img/system/bg_title.jpg) no-repeat;
	height: 119px;
	position: relative;
	overflow: hidden
}
h1 span {
	position: absolute;
	left: 1000px;
}
h2 {
	font-size: 1.2em;
	padding-bottom:4px;
	border-bottom: #834d27 1px solid;
	margin-bottom: 15px;
}
a img {
	border: none;
}
#topNavigation {
	background: url(../img/system/bg_topNavigation.gif) repeat-x;
	float:left;
	width: 100%;
}
#topNavigation li {
	float:left;
	margin-left: 15px;
}
#topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 15px 8px 9px 8px;
}
#leftColumn {
	width: 488px;
	padding: 40px 40px 40px 40px;
	float:left;
	line-height:1.5em;
}
#leftColumn a {
	color:#934900;
	font-weight:bold;
	text-decoration:underline;
}
#leftColumn a:hover {
	color:#cc0000;
}
#leftColumn ul
{
	list-style:disc;
	margin-left:20px;
}
#rightColumn {
	float:left;
	width: 222px;
	padding-bottom: 20px;
	background: #F1D7BD url(../img/system/bg_sidebarNaviBottom.gif) no-repeat bottom;
}
#rightColumn ul.navigation {
	padding: 1px 0px 0px 0px;
	background: #F1D7BD;
}
#rightColumn ul.navigation a {
	background: url(../img/system/bg_sideNavigation.gif);
	color: #6A3500;
	text-decoration: none;
	display: block;
	padding: 9px 20px 9px 20px;
	height: 100%;
}
#rightColumn ul.navigation li.current a, #rightColumn ul.navigation li a:hover {
	background: url(../img/system/bg_sideNavigationCurrent.gif);
	margin-top: -1px;
	border-top: 1px solid #CEA174;
}
#rightColumn ul.navigation li ul {
	margin-top: 1px;
}
#rightColumn ul.navigation li ul li a {
	background: #F1D7BD url(../img/system/bg_sideSubNavigation.png) no-repeat 30px center !important;
	margin-top: -2px !important;
	padding: 5px 0px 5px 50px;
	border: none !important;
}
#rightColumn ul.navigation li ul li a:hover, #rightColumn ul.navigation li ul li.current a {
	text-decoration: underline;
}
#rightColumn ul.navigation li ul {
	background: none;
}


/*
#rightColumn #impressum {
	line-height: 1.5em;
	padding: 220px 10px 20px 20px;
	background: #F1D7BD url(../img/system/bg_sidebarBottomImg.jpg) no-repeat;
}
*/

#rightColumn #impressum {
	line-height: 1.5em;
	padding: 40px 10px 20px 20px;
	background-color: #F1D7BD;
	background: #F1D7BD url(../img/system/bg_sidebarNaviBottom.gif) no-repeat;	
}


.clear {
	clear: both;
}