@charset "utf-8";
/* CSS Document */

html, body {
		margin:0;
		padding:0;
		text-align:left;	
		font-size:11px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background-color:#1b1c1e;
}


hr {
	border:1px dotted;
}



tr{
	display:table;
}
.tablerow {
	display:table-row;
}



#out {
		width:320px;
		height: 405px;
		padding:5px;
		
}

.button {
		width:78px;
		height:76px;
		float:left;
}

#logo {
		width:320px;
		/*width:156px;*/
		height:152px;
		text-align:center;
		/*float:left;*/
}

#smalllogo,.smalllogo {
		width:78px;
		height:76px;
		float:right;
}

#abstand {
	padding:5px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.green {
	color:#c7ec1d;
}

.blue {
	color:#6781a9;
}

.yellow {
	color:#fcf570;
}

.smallbr {
	display:block;
	margin-top:5px;
}

.zitat{
	font-style:italic;
}

.autor {
	font-stretch:expanded;
}

.font12,.font10, .font12 a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	/*display:block;*/
	margin-top:12px;
}

.font10 {
	text-transform:none;
}

.middlefont {
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
}

.bigfont {
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	float:left;
}

.rightalign {
	float:right;
}

.einzug {

	margin-left:30px;
}


.amazonbutton {
	width: 80px;
	height: 12px;
	border: 1px solid #e673ac;
	background-color:#e20472;
	color:#FFFFFF;
	font-size:9px;
	line-height:10px;
	font-weight:bold;
	float:right;
	text-align:center;
	padding:2px;
	margin-left:5px;
}

.chartbutton, .tvbutton, .newsbutton, .boersebutton, .sportbutton {
	width: 135px;
	height: 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.chartbutton {
	border: 1px solid #e673ac;
	background-color:#e20472;
}

.tvbutton { 
	border: 1px solid #6de2e4;
	background-color:#03d6d9;
}

.newsbutton {
	border: 1px solid #98e46b;
	background-color:#4fd003;
}

.boersebutton {
	border: 1px solid #61b8f9;
	background-color:#0685e4;
}

.sportbutton {
	border: 1px solid #ebecbd;
	background-color:#d6d903;
}

.smallgrey {
	font-size:9px;
	color:#999999;
	text-align:center;
	display:block;
	width:320px;
}

.zeile1{
	background-image:url(../pics/zeile1-bg.jpg);
	height: 40px;
	line-height: 40px;
}
.zeile2{
	background-image:url(../pics/zeile2-bg.jpg);
	height: 40px;
	line-height: 40px;
}

.trennlinie {
	padding:0;
	margin:0;
	background-image:url(../pics/trennlinie-halb.jpg);
	background-repeat:no-repeat;
	height:1px;
	line-height:1px;
	display:table-row;
}

.block {
	display:block;
}
.trennlinie td {padding:0;margin:0;}

.negativ,.down {color:#ff0000;}

.positiv,.up {color:#7eff00;}

.neutral_rates {
	color:#8b8b8b;
}

.tuerkis {
	color:#a4c9e4;
}

.paperborder {
	padding:2px;
	border: 1px solid #666666;
}

.clear {
	clear:both;
}

#wetter td {
	vertical-align:top;
}

#boerse_graph {
	margin:15px 0 30px 0;
	width:221px;
	min-height:117px;
	background-image:url(../pics/boerse_graph.jpg);
	background-repeat:repeat-y;
	position:relative;
	border-bottom:1px solid #2b2b2b;
}

.graphBalken {
	display:inline;
	border-top:1px solid #9ada00;
	background-color: #9ada00;
	/*background-image:url(../pics/balken.gif);
	background-position:top;
	background-repeat:no-repeat;*/
	width:5px;
	position:absolute;
	bottom:0px;
}

#graph_min,#graph_max,#graph_middle {
	position:absolute;
	width:50px;
	height:15px;
	color:#999999;
	font-size:9px;
	right:-55px;
	text-align:left;
}

#graph_min {
	bottom:0px;
}

#graph_max {
	top:7px;
}

#graph_middle {
	top:55px;
}

#legende {
	position:absolute;
	bottom:-16px;
	left:0;
	width:222px;
	height:15px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	font-size:9px;
}

.center {
	text-align:center;
}

