table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	color: #223450;
	font-size:120%;
}

table td {
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	
}



/*
--------------------------------------------------------------------------------
GRID
--------------------------------------------------------------------------------
*/



.grid table {
	border-collapse: collapse;
	color: #223450;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
}

.grid table a:hover {
	text-decoration: none;
	color: #00AEEF;
}


.grid table a {
	text-decoration: none;
	color: #666;
}

.grid table tr th  {
	font-style:normal;
	font-weight: bold;
	font-size: 12px;
}

.grid table tr th a {
	color: #00AEEF;
	}

.grid table tr th a:hover {
	color: #666;
}



.grid table td{
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	line-height: 1.8em;
	vertical-align: top;
	font-weight: normal;
}

.grid table th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	line-height: 1.8em;
	vertical-align: top;
	font-weight: normal;
	text-align:left;
}
.grid table tr.odd td {
	background: #f4f8f9;
}
.odd {
	background: #f4f8f9;
}

.gray{
	background: #eceded;
}


.center {
	text-align: center;
}

.grid table tr td .rechts {
	text-align:right;
}

.grid .tdtitle{
	font-weight: bold;
	color: #999;
}

.grid .tdtitle a{
	color: #999;
	text-decoration:none;
}

.grid .tdtitle a:hover{
	color: #e9b026;
	text-decoration:none;
	
}

.tdtxt{
	font-size: 10px;
}

.tdstock{
	color: #DDA417;
}



/* ******************* DLOAD ************************ */

.grid table tr .dloadlink{
	color: #666;
}

.grid table tr .dloadlink a{
	color: #666;
}

.grid table tr .dloadlink a:hover{
	color: #DEA417;
}


.long{
width:250px;
}

.short{
width:80px;
}
