
body {
	background-color: #333;
}



/* WRAPPER 
-------------------------------------------------------------------------------------- */

#page {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}



/* KOPFBEREICH 
---------------------------------------------------------------------------------------*/

#top {
	background: url(../img/top-bg.png) no-repeat top left;
	height: 86px;
}

#top a {
	border: none;
}

img.logo {
	margin-top: 20px;
	margin-left: 10px;
}

/* Breadcrumbs */

ol#breadcrumbs {
	font-size: 0.857em;
	margin: 0;
	margin-left: 200px;
	list-style-type:none;
	font-family: verdana, sans-serif;
	padding-top: 2px;
	z-index: 2;
	position: relative;
}


ol#breadcrumbs li {
	float: left;
	margin: 0;
	margin-right: 5px;
}

ol#breadcrumbs li a { 
	text-decoration: underline;
	background: url(../img/breadcrumbs-li-bg.png) no-repeat right center;
	padding-right: 10px;
	border: none;
}

ol#breadcrumbs li span.a {  
	background-image: none;
}




/* NAVIGATION
---------------------------------------------------------------------------------------*/

#navigation {
	background: no-repeat top left;
	width: 200px;
	float: left;
	border-right: 1px solid #999;
}

#navigation ul {
	padding: 0;   
	list-style-type: none;
	font-size: 1.167em;
	color: #525252;
	margin: 34px 0 20px 0;
}

body.homepage #navigation ul li a {
	color: #fff;
}

#navigation ul li {
	background: url(../img/nav-li-bg.png) no-repeat 20px 0.6em;
	padding: 5px 0;
	padding-left: 38px;
	margin: 0;	
}

#navigation ul li a {
	text-decoration: none;
	color: #525252;
	border: none;
}

#navigation ul li.nav-active-element .nav-text, #navigation ul li.nav-active-path a {
	font-weight: bold;
	color: #000;
}

#navigation li.nav-active-path {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

body.font-lightness-bright #navigation li.nav-active-path {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navigation li.nav-active-path ul {
	margin: 5px 0 0 0;
}

#navigation li.nav-active-path ul li {
	background: url(../img/nav-li-li-bg.png) no-repeat left 0.6em;
	padding-left: 15px;
	font-size: 0.714em;
	border: none;
}

#navigation li.nav-active-path ul li.nav-active-path {
	border: none;
}

#navigation li.nav-active-path ul li a {
	color: #525252;
	font-weight: normal;
}

#navigation #extranav {
	padding: 5px 18px 0 18px;
	margin-top: 0;
	border-top: 1px solid #999;
}

body.font-lightness-bright #navigation #extranav {
	border-color: #fff;
}

#navigation #extranav .nav-text {
	font-size: 1.167em; 
	color: #525252;
	border: none;
}

#navigation #extranav span.nav-text {
	font-weight: bold;
	color: #000;
}

body.homepage #navigation #extranav .nav-text {
	color: #fff;
}




/* INHALTSBEREICH 
-------------------------------------------------------------------------------------- */

#deko {
	position: relative;
	height: 234px;	
}

#deko img#layout-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#content {
	float: left;
	margin-left: 0;
	background: no-repeat top left;
	padding: 30px 35px;
	width: 629px;
}

body.has-features #content {
	width: 428px;
}


/* Content mit dunklem Hintergrund */

#content.font-lightness-bright {
	color: white;
}

#content.font-lightness-bright a {
	color: #fff;
}

#content.font-lightness-bright a:hover, #content.font-lightness-bright a:focus {
	border-bottom-color: #EA9E00;
}

body.font-lightness-bright h1, body.font-lightness-bright h2, body.font-lightness-bright h3 {
	color: white;
}

#content.font-lightness-bright tbody tr th {
	color: #EA9E00;
}

#content.font-lightness-bright tbody tr th {
	background-image: url(../img/nav-li-bg-white.png);
}

#content.font-lightness-bright thead tr th {
	color: #fff;
}

#content.font-lightness-bright table th, #content.font-lightness-bright table td {
	border-bottom-width: 2px;
}




/* SPEZIALINHALTE
-------------------------------------------------------------------------------------- */

#stock-chart {
	float: left;
	margin-right: 25px;
	width: 300px;
}                      

#stock-quotes .diff-plus {
	color: #088E01;
}

#stock-quotes .diff-minus {
	color: #ff0000;
}

#stock-chart form {
	padding-left: 40px;
}

#stock-chart form fieldset select {
	border: 1px solid #717276;
	margin-right: 10px;
}

#stock-chart form fieldset button {
	border: 1px solid #717276;
	color: #00129B;
	background-color: #f4f4f4;
}

#stock-chart form fieldset button:hover, #stock-chart form fieldset button:focus {
	border: 1px solid #00129B;
	color: #fff;
	background-color: #00129B;
	cursor: pointer;
}





/* FEATURES
-------------------------------------------------------------------------------------- */

#features {
	float: right;
	width: 160px;
	border-left: 1px solid #999;
	background: no-repeat top left;
	padding: 38px 20px 20px 20px;
}

#features h3 {
	color: #4F5156;
	font-size: 1.2em;
}

#features p {
	font-size: 0.9em;
	margin: 1em 0;
	line-height: 1.5em;
}

#features ul {
	margin-left: 0;
}

#features li {
	font-size: 0.771em;
	margin: 0.5em 0;
	line-height: 1.25em;
}

body.font-lightness-bright.homepage #features {
	color: #fff;
}

body.font-lightness-bright.homepage #features h3 {
	color: #fff;
}

body.font-lightness-bright.homepage #features a {
	color: #fff;
}

body.font-lightness-bright.homepage #features a:hover, body.font-lightness-bright.homepage #features a:focus {
	border-bottom-color: #EA9E00;
}



/* FOOTER */

#footer {
	clear: both;
	height: 5px;
	background: url(../img/footer-bg.png) repeat-y top left;
	border-top: 1px solid #fff;
}