/* @override http://rohstoff-investor:8888/css/rohstoff-investor.css */

/* @group Setup */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #cacaca url(../img/wallpaper.jpg) repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 974px;
	background: url(../img/mainBackground.jpg) repeat-y;	
}

/* @end */



/* @group Layout */

#header {
	position: relative;
	height: 363px;
	background: url(../img/headerBackground.jpg) no-repeat;
}

#main {
	position: relative;
}

#breadcrumbs {
	position: absolute;
	top: 292px;
	left: 35px;
	background-color: #00549f;
	height: 28px;
	width: 905px;
}

#content {
	float: left;
	width: 480px;
	margin-left: 20px;
}

#naviMain {
	position: relative;
	left: 33px;
	float: left;
	width: 167px;
	margin-right: 33px;
}

* html #naviMain {
	margin-left: 18px;
}

#sidebar {
	float: right;
	width: 170px;
	margin-right: 48px;
	color: #FFF;
}

* html #sidebar {
	margin-right: 25px;
}

#footer {
	clear: both;
	background-image: url(../img/footerBackground.jpg);
	text-align: center;
	height: 120px;
	color: #999;
}

/* @end */

/* @group header */

#header img#logo {
	position: absolute;
	top: 50px;
	left: 37px;
}

#header img#mood {
	position: absolute;
	top: 143px;
	left: 35px;
}

#header ul#naviExtra {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 1.1em;
}

#header ul li a {
	color: #666;
}
#header ul li a:hover {
	color: #333;
}

/* @end */

/* @group breadcrumbs */

#breadcrumbs {
	line-height: 27px;
	font-size: 1.1em;
}

#breadcrumbs ul {
	list-style-type: none;
	margin-left: 1.5em;
}

#breadcrumbs ul li {
	float: left;
	color: #FFF;
	margin-right: 1em;
	background: url(../img/breadcrumbArrow.gif) no-repeat right;
	padding-right: 1.8em;
}

#breadcrumbs ul li.last {
	background-image: none;
}

#breadcrumbs ul li a {
	color: #FFF;
}

#breadcrumbs ul li a:hover {
	text-decoration: none;
	color: #fff;
}


/* @end */

/* @group naviMain */

#naviMain ul li a {
	font-size: 1.3em;
	color: #00549f;
}

#naviMain ul li a:hover {
	color: #000;
}


#naviMain a.link_service {
	display: block;
	padding-top: 15px;
}

#naviMain a.link_archiv {
	display: block;
	padding-top: 15px;
}

#naviMain a.inactive {
	color:  #666;
}


/* @end */

/* @group content */

#content {
	font-size: 1.2em;
}

#content h1, #content h1 a {
	color:  #00549f;
	font-weight: 80000;
	text-decoration: none;
}

#content h1 a:hover {
	color: #000;
}

#content h3 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

#content ul {
	padding-left: 2em;
}

#content dl {
	margin-bottom: 10px;
}

#content dl dt {
	font-weight: bold;
	margin-top: 10px;
}

#content dl dd {
	
}

/* @end */

/* @group sidebar */

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	border-bottom: 1px solid #6698c5;
	margin-bottom: 1em;
}

#sidebar h2 {
	color: #FFF;
	font-weight: 200;
	font-size: 1.4em;
	padding: 4px 0px 0px 52px;	
	height: 48px;
}

#sidebar .further a {
	padding-left: 17px;
	color: #FFF;
	background: url(../img/sidebar/further.png) no-repeat;
}
#sidebar .further a:hover {
	text-decoration: none;
}

#sidebar p.further {
	text-align: right;
}

/* @group login */

#sidebar .login div {
	padding: 5px;
	background: url(../img/sidebar/loginInputBackground.png) no-repeat;
	margin-bottom: 0.3em;
	height: 28px;
}

#sidebar .login div input {
	border: 0;
	background-color: transparent;
	color: #FFF;
}

#sidebarSubmit {
	width: 77px;
	height: 25px;
	background-image: url(../img/login-button.png);
}

/* @end */

/* @group icons */

#sidebar .login h2 {
	padding-left: 0;
	height: inherit;
	margin-bottom: 10px;
}

#sidebar .performance h2 {
	background: url(../img/icons/48_chart.png) no-repeat;
	padding-top: 14px;
}
#sidebar .faq h2 {
	background: url(../img/icons/48_question.png) no-repeat;
}
#sidebar .readers h2 {
	background: url(../img/icons/48_megaphone.png) no-repeat;
}
#sidebar .rrr h2 {
	background: url(../img/icons/48_pawn.png) no-repeat;
}
#sidebar .contact h2 {
	background: url(../img/icons/48_message.png) no-repeat;
	padding-top: 14px;
	height:  35px;
}

#sidebar a {
	color: #FFF;
}
#sidebar a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group footer */

#footer p {
	border-top: 1px solid #999;
	margin: 17px 280px 0px 35px;
	padding-top: 1.5em;
}

#footer p a {
	color: #999;
}

#footer p a:hover {
	text-decoration: none;
}

/* @end */

/* @group Sonstiges */

#buttonFreeTrial {
	margin-left: 1em;
}

/* @end */

/* @group FAQ */

.faq_entry {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.faq_entry .meta {
	font-size: 2em;
	font-weight: bold;
	color: #00539f;
}
.faq_entry .question p {
	margin-top: 0;
}
.faq_entry .answer .meta {
	font-size: 1.4em;
}
.faq_entry .answer {
	margin-top: 16px;
}
.faq_entry .answer p {
	margin-top: 0;
}

/* @end */

/* @group Lesermeinungen */
#testimonial {
	margin-top: 50px;
}
.testimonial_entry {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.testimonial_entry .meta {
	font-size: 1.2em;
	font-weight: bold;
	color: #00539f;
}
.testimonial_entry .text * {
	margin-top: 0;
	width: 95%;
	margin: 0 auto;
}

/* @end */

/* @group Sitemap */

body#sitemap ul.root {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
body#sitemap ul.root li a {
	font-weight: 800;
	display: block;
	padding: 0.2em 0.6em;
	margin-top: 0.2em;
}
body#sitemap #content ul li a {
	text-decoration: none;	
}

/* @end */
