body {
	background-color : #134932;
	margin : 0px;
	padding : 0px;
	background-image : url('/img/bg.png');
	background-repeat : no-repeat;

	font-family : arial, verdana;
	font-size : 12px;
}

td {
	font-size : 12px;
}

#header {
	background-image : url('/img/header.png');
	width : 725px;
	height : 90px;
}

#content {
	background-color : #B5CEBD;
	width : 683px;
	vertical-align : top;
	background-image : url('/img/bg_box.png');
	background-repeat : no-repeat;
	background-position: bottom center;
	padding: 0px 0px 10px 0px;
}

/* Branchen-Liste */
.boom_list {
	background-color : #DCDDDF;
	margin : 5px;
	padding : 5px;
}

.boom_list .odd {
	background-color : #B4B4B4;
	border-top : 1px solid #FFFFFF;
	padding : 2px;
}

.boom_list .even {
	border-top : 1px solid #FFFFFF;
	padding : 2px;
}

/* Kategorietexte */
.main_category_header {
	background-color : #A71A1F;

	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;

	background-image : url('/img/box_header.png');
	background-repeat : no-repeat;
	background-position: bottom right;

	height : 22px;

	text-transform : uppercase;
	font-family : "Times New Roman";
	font-size : 14px;
	color : #FFFFFF;
	font-weight : normal;
	text-indent : 5px;
	line-height:22px;
}

.main_category {
	background-color : #DCDDDF;
	border: 3px solid #B4B4B4;
	padding : 3px;
	line-height : 16px;
	margin-bottom:10px;
}

.main_category h1 {
	text-transform : uppercase;
	font-size : 14px;
	font-weight : bold;
	color : #134932;
	margin : 5px 0px;
}

.main_category .image {
	border : 1px solid #134932;
	margin : 5px;
}

.main_category ul {
	margin : 0px;
	padding : 0px 0px 0px 20px;
	list-style-image : url('/img/arrow.png');
	line-height : 18px;
}

/* Intro Tabelle */
table.intro {
	width : 665px;
}

table.intro td {
	padding : 0px 10px;
}

table.intro tr {
	vertical-align : top;
}

table.intro .header, {
	text-transform : uppercase;
	font-size : 16px;
	font-weight : bold;
	color : #134932;

	padding : 15px 0px 5px 0px;

	text-align : left;
}

table.intro .text {
	line-height : 16px;
	text-align : justify;
}

.text ul  {
	margin : 0px;
	padding : 0px 0px 0px 20px;
	list-style-image : url('/img/arrow.png');
}

.text li {
	margin: 0px 0px 4px 0px;
}

.text a {
	color : #A71A1F;
	text-decoration : underline;
	font-weight:bold;
}

.text a:hover {
	text-decoration : none;
}

.main_category a {
	color : #A71A1F;
	text-decoration : underline;
}

.main_category a:hover {
	text-decoration : none;
}

/* Navigation */
a.tutorial {
	background: url( '/img/nav/tutorial2.png' ) top left no-repeat;
	width : 103px;
	height : 25px;
	display : block;
}

a.tutorial:hover {
	background: url( '/img/nav/tutorial2.png' ) bottom left no-repeat;
}

a.boom_markets {
	background: url( '/img/nav/boom_markets2.png' ) top left no-repeat;
	width : 132px;
	height : 25px;
	display : block;
}

a.boom_markets:hover {
	background: url( '/img/nav/boom_markets2.png' ) bottom left no-repeat;
}

a.aktien_scans {
	background: url( '/img/nav/aktien_scans2.png' ) top left no-repeat;
	width : 122px;
	height : 25px;
	display : block;
}

a.aktien_scans:hover {
	background: url( '/img/nav/aktien_scans2.png' ) bottom left no-repeat;
}

a.breakout_matrix {
	background: url( '/img/nav/breakout_matrix2.png' ) top left no-repeat;
	width : 155px;
	height : 25px;
	display : block;
}

a.breakout_matrix:hover {
	background: url( '/img/nav/breakout_matrix2.png' ) bottom left no-repeat;
}

a.forum {
	background: url( '/img/nav/forum2.png' ) top left no-repeat;
	width : 67px;
	height : 25px;
	display : block;
}

a.forum:hover {
	background: url( '/img/nav/forum2.png' ) bottom left no-repeat;
}

a.premium {
	background: url( '/img/nav/premium2.png' ) top left no-repeat;
	width : 104px;
	height : 25px;
	display : block;
}

a.premium:hover {
	background: url( '/img/nav/premium2.png' ) bottom left no-repeat;
}

.red {
	background-color:red;
}

.green {
	background-color:green;
}

#info_line {
	width:673px;
	background-color:#B5CEBD;
	padding: 10px 5px 5px 5px;
	margin:0px 5px 5px 34px;
	text-align:justify;
	color:#134932;
	font-size:10px;
	border-top: 1px dashed #134932;
}

#info_line a {
	color:#134932;
}

#info_line a:hover {
	text-decoration:none;
}

#info_line td {
	font-size:10px;
	padding: 0px 0px 0px 10px;
}

#info_line td a {
	text-decoration:none;
}

#info_line td a:hover {
	text-decoration:underline;
}

.datum-box {
 position:relative;
 width:50px;
 height:50px;
}

.datum-box .element {
 position:absolute;
 border: 1px solid #134932;
 width:100%;
 height:23px;
 text-align:center;
 font-family: arial;
 font-size: 18px;
 font-weight: bold;
}

.datum-box .top {
 top:0;
 left:0;
 background-color: #ffffff;
 color: #134932;
}

.datum-box .bottom {
 bottom:0;
 left:0;
 background-color: #134932;
 color: #ffffff;
}

a.charttool {
	background-image: url( /img/charttool_link.png );
	background-repeat : no-repeat;
	padding: 1px 0px 0px 16px;
	background-position: 0px 1px;
}

.sidebox {
	width:154px;
	background-color:#B5CBB8;
	margin:0px;
	padding:2px;
	font-size:11px;
	color : #000000;
	text-align : left;
}

.sidebox .header {
	font-size : 16px;
	margin-top:5px;
}

.sidebox a {
	color: #134932;
}

#nav-row {
	margin-bottom: 5px;
}

#nav-row a {
	height : 19px;
	display : block;
	font-size: 0px;
	text-decoration:none;
	float:left;
	margin-left:6px;
}

#nav-row a.handelssignale {
	background: url( '/img/nav/neu/handelssignale.png' ) top left no-repeat;
	width : 134px;
}

#nav-row a.handelssignale:hover {
	background: url( '/img/nav/neu/handelssignale.png' ) bottom left no-repeat;
}

#nav-row a.chartsignal-tool {
	background: url( '/img/nav/neu/chartsignal_tool.png' ) top left no-repeat;
	width : 148px;
}

#nav-row a.chartsignal-tool:hover {
	background: url( '/img/nav/neu/chartsignal_tool.png' ) bottom left no-repeat;
}

#nav-row a.boom-markets {
	background: url( '/img/nav/neu/boom_markets.png' ) top left no-repeat;
	width : 119px;
}

#nav-row a.boom-markets:hover {
	background: url( '/img/nav/neu/boom_markets.png' ) bottom left no-repeat;
}

#nav-row a.boersenspiel {
	background: url( '/img/nav/neu/boersenspiel.png' ) top left no-repeat;
	width : 102px;
}

#nav-row a.boersenspiel:hover {
	background: url( '/img/nav/neu/boersenspiel.png' ) bottom left no-repeat;
}

#nav-row a.forum {
	background: url( '/img/nav/neu/forum.png' ) top left no-repeat;
	width : 56px;
}

#nav-row a.forum:hover {
	background: url( '/img/nav/neu/forum.png' ) bottom left no-repeat;
}

#nav-row a.premium {
	background: url( '/img/nav/neu/premium.png' ) top left no-repeat;
	width : 74px;
}

#nav-row a.premium:hover {
	background: url( '/img/nav/neu/premium.png' ) bottom left no-repeat;
}

#nav-row a.charttechnik {
  background: url( '/img/nav/neu/charttechnik.png' ) top left no-repeat;
  width : 118px;
}

#nav-row a.charttechnik:hover {
  background: url( '/img/nav/neu/charttechnik.png' ) bottom left no-repeat;
}

#nav-row a.bestellen {
  background: url( '/img/nav/neu/bestellen.png' ) top left no-repeat;
  width : 84px;
}

#nav-row a.bestellen:hover {
  background: url( '/img/nav/neu/bestellen.png' ) bottom left no-repeat;
}