body, td, table, tr{
font-size: 12px;
font-family: Arial;
font-family: Verdana;
}

tr.head {
	font-size: 15px;
	background-image:url(img/th_bg.jpg);
	height: 22px;
    color: #000000;
	font-family: Verdana;
	font-weight: bold;
}

table.content {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #474D66;
	width: 600px;
	margin-left: 25px;
	font-family: Verdana;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	border-spacing:0px;
}

table.nb_content {
    font-size: 13px;
    color: #FFFFFF;
}

div.small_txt {
    font-size: 10px;
}
div.content_head {
	width: 80%;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background-color: #2D55BA;
}
a:link, a:visited, a:active {
text-decoration: underlined;
font-size: 13px;
color: #FFFFFF;
 }

a:hover {
text-decoration: none;
font-size: 13px;
color: #FFFFFF;
 }

a:link.head, a:visited.head, a:active.head {
text-decoration: underlined;
font-size: 13px;
color: #FFFFFF;
}

a:hover.head {
text-decoration: none;
font-size: 13px;
color: #FFFFFF;
}

TH.tabelle {
	border : #000000;
	border-width : 1px 1px 0px 1px;
	border-style : solid;
	font-size : 13px;
	font-weight : bold;
	height : 22px;
	vertical-align : middle;
}
TD.tabelle {
	border : #000000;
	border-width : 0px 1px 1px 1px;
	border-style : solid;
	font-size : 12px;
	vertical-align : top;
	background-color : #474D66;
	color: #FFFFFF;
}
