
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

table.contenttable {
    padding: 0;
    margin: 0;
}
table.contenttable th {
    padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
    background-color: #dbdbe9; 
}

table.contenttable td {
    padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
}

table.contenttable_max {
	width: 100%;
    padding: 0;
    margin: 0;
}
table.contenttable_max th {
    padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

table.contenttable_max td {
    padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
    vertical-align: top;
}


tr.ungerade {
    background-color: #d6e1ee; 
}
 
tr.gerade {
    background-color: #f2f7fd;
}

tr.ueberschrift {
		background-color: #d6e1ee; 
}

img.rand_grau {
    border: 1px solid #CCCCCC;
}
img.middle {
    vertical-align:middle;
}

p.box{
	float: left;
	margin: 0;
	padding: 10px 10px 5px 10px;
	width: 265px;
	height: 171px;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
}

