/* last edit: 2010-07-20 */
body { background-color: #FFFFFF; padding: 0px; margin: 0px; } body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000000;
}
h1.title, h2.title {
	font-size: 10pt;
}
#container_view {
  	 width: 100%;
	 position: relative; 
}
#container_view a {
  	 color: #000;
  	 text-decoration: none;
	border-bottom: 1px dotted black;
}
#container_view a .box {
  	 display: none;
}
#container_view a:hover .box {
  	 width: 200px;
  	 display: block;
  	 border: 1px dashed #000;
  	 margin-left: 5px;
	 position: absolute; z-index: 1; 
	 background-color: #C5C5C5;
}
.Stil3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
	background-color: transparent;
	color : #000000;
	border-style: solid;
	border-color:#FFAB0E;}

	blockquote {
	border-left : 1px solid #000;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	background: transparent;
	padding: 5px;
	}
	
	#infobar { font: message-box; text-align: left; position: absolute;}
	#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	float: left;
	clear: both;
	width: 409px;
	color: InfoText;
	background: InfoBackground url('http://www.dexgo.com/Bilder/warnung.gif') no-repeat fixed .3em .3em;
	padding: .3em .3em .3em 2em;
	border-bottom: .16em outset;
	border-right: .16em outset;
	text-decoration: none;
	cursor: default;
	}

	#infobar a:hover {
	color: HighlightText;
	background-color: Highlight;
	}
	
/* main optimize classes */
/*
table.d_table {
	border:0px; padding:0px; width:100%; border-collapse:collapse;
}

table.d_table td {
	padding:0px;
}

table.d_table td.left {
	width: 45px;
}
table.d_table td.middle {
	width: 114px;
}
table.d_table td.right {
	width: 32px;
}

table.d_table td.rndcrn {
	background-color:#949494;
	width:15px;
	vertical-align:top;
}
*/

.SB a img,
.SB a:visited img {
text-decoration:none;
width:15px;
height:15px;
border-bottom:0px;
filter:alpha(opacity=30); /* IE */
-moz-opacity: 0.30; /* Gecko */
opacity: 0.30; /* Opera */
}
.SB a:hover img {
text-decoration:none;
width:15px;
height:15px;
border-bottom:0px;
filter:alpha(opacity=90); /* IE */
-moz-opacity: 0.90; /* Gecko */
opacity: 0.90; /* Opera */
}

/* News */
img.news_icon {
	height: 15px;
	width: 15px;
	border: 0px;
	margin-bottom: -2px;
}
.news_days {
	font-size: 8pt;
}

/* table dark */
table.table_dark td {
	background-color:#949494;
}