
body {
	/*background: url(../img/body-bg.gif) repeat-x left top;*/
}

div#top {
	width: 801px;
	height: 149px;
	background: url(../img/top-bg.gif) no-repeat right bottom;
}

div#top a#logo, div#top span#logo  {
	position: absolute;
	top: 5px;
	left: 16px;
}

div#navigation {
	height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCC33;
}

div#navigation div.navigation {
	float: left;
	width: 100%;
	background-color: #FFCC66;
}

div#extras {
	min-height: 71px;
	clear: left;
	float: left; 
	width: 100%;
	position: relative;
	background: url(../img/extras-bg.gif) repeat-y 800px top;
	margin-bottom: -1px;
}

div#content {
	clear: left;
	float: left;
	width: 800px;
	min-height: 130px;
	border-top: 1px solid #CCCC33;
	border-right: 1px solid #CCCC33;
}

div#content h3 a {
	color: black;
}

div#tools {
	width: 66%;
	float: left;
	background-color: #CCCC33;
	padding-right: 34%;
}

div#tools ul {
	float: right;
	font-weight: bold;
	margin: 0;
	list-style-type: none;
}

div#tools ul li {
	line-height: 1.5em;
	height: 1.5em;
	margin: 0;
	float: left;
	margin-left: 15px;
}    

div#tools a {
	color: black;
}

div#content div#leftcol {
	width: 475px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #CCCC33;
	padding-bottom: 12px;
	margin-right: -1px;
	margin-bottom: 12px;
}

div#content div#rightcol {
	float: right;
	width: 240px;
	border-left: 1px solid #CCCC33;
	padding: 19px 12px;
	margin-bottom: 12px;
}

div#content div#rightcol img.layoutimage {
	border: 4px solid #CCCC99;
}

div#footer {
	clear: left;
	position: relative;
	height: 1.5em;
	background: #FFCC66;
}

div#footer div#partners {
	position: absolute;
	left: 801px;
	bottom: 19px;
	padding: 0 0 15px 15px;
	width: 325px;
}

div#footer div#partners a {
	margin-top: 5px;
	margin-right: 10px;
	display: block;
	width: 151px;
	float: right;
}

div#footer div#partners div.clearing {
	clear: right;
}

/* Navigationen */

div.navigation ul {
	float: left;
	margin: 0;
	margin-left: 27px;
	list-style-type: none;
}

div.navigation a, div.navigation span.a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div.navigation li {
	margin: 0;
}

div.navigation li {
	position: relative;
	line-height: 19px;
	float: left;
	margin-right: 15px;
}

div.navigation span.a {
	color: #FF0000;
}

div.navigation li.active-path a, div.navigation a:hover, div.navigation a.hover {
	color: #FF0000;
}

div.navigation li.active-path li a {
	color: black;
}

div.navigation ul ul {
	background-color: #CCCC33;
	margin-left: 0;
	padding: 5px 0 0 0;
}

div.navigation ul ul ul {
	position: relative !important;
	top: 0 !important;
	float: none !important;
	left: 0 !important;
	padding-top: 2px;
}

div.navigation ul ul ul li {
	background-color: transparent !important;
}

div.navigation ul ul ul li a {
	margin-left: 5px !important;
	margin-right: -5px !important;
	color: black !important;
	font-weight: normal;
}

div.navigation ul ul ul li.hover a {
	color: white !important;
}

div.navigation ul ul ul li.active-path span.a {
	font-weight: bold;
	margin-left: 5px !important;
	margin-right: -5px !important;
}

div.navigation ul ul li {
	float: none;
	margin: 0;
}

div.navigation ul ul li a, div.navigation ul ul li span.a {
	display: block;
	width: 12em;
	padding: 0 5px;
}

div.navigation ul ul li:hover, div.navigation ul ul li.hover {
	background-color: #FF6600;
}

div.navigation ul ul li a:hover, div.navigation ul ul li a.hover, div.navigation ul ul li span.a {
	color: white;
}

/* Extranavigation */

div#extras div.navigation {
	min-height: 36px;
	float: left;
	width: 100%;
	background: #cccc66;
	margin-bottom: 1.9em;
}

div#extras div.navigation ul {
	margin-left: 355px;
	width: 382px;
	padding: 0 68px 0 10px;
}

div#extras div.navigation ul li {
	float: left;
	line-height: 200%;
	z-index: 10 !important;
}

div#extras div.navigation span.a {
	color: white;
}


/* Der Hovereffekt */

div.navigation li ul {
	display: none;
}

div.navigation li:hover, div.navigation li.hover {
	z-index: 1000;
}

div.navigation li:hover ul, div.navigation li.hover ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	display: block;
}


/* Layoutbilder */
div#extras img.layoutimage {
	position: absolute;  
	z-index: 10;
	top: 0;
	left: 0;
	width: 340px;
	height: 70px;
}


/* Breadcrumbs */
ol#breadcrumbs {
	clear: left;
	font-size: 90%;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 365px;
	list-style-type: none;
	background-color: white;
	border-bottom: 1px solid #CCCC33;
	height: 2.05em;
}

ol#breadcrumbs li {
	margin: 0;
	position: relative;
	padding-left: 9px;
	background: url(../img/breadcrumbs-li.gif) no-repeat left center;
	margin-right: 6px;
	line-height: 2.05em;
	float: left;
}

ol#breadcrumbs li a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

ol#breadcrumbs li.first {
	padding-left: 0;
	background-image: none;
}

/* ToTop */
div#totop {
	position: absolute;
	left: 500px;
	width: 300px;
	text-align: right;
}

div#totop a {
	margin-right: 34px;
	line-height: 19px;
}

.feature {
	margin-bottom: 20px;
}
