BODY,TABLE, TD, P, DIV {
	font-family : Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	color : #606060;
	
}
A:LINK {
	color : #696969;
	text-decoration : none;
	font-weight:bold;
}
A:HOVER {
	color : #000000;
	font-weight:bold;
}
A:VISITED {
	color : #696969;
	text-decoration : none;
	font-weight:bold;
}

A:VISITED:HOVER {
	color : #000000;
	font-weight:bold;
}

.text_weiss_bold {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.textblack {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}
.small {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #000000;
}
a.langselect {
	font-family: Arial,Helvetica;
	font-size: 10px;
	color: #2178C5;
}

A.menu_grau {
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;	
	font-weight: normal;
	width:100%;
	color: Black;
	text-decoration: none;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
}
A.menu_grau:hover {
	background-color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	width:100%;
	color: Black;
	text-decoration: none;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;	
}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.picturepadding {
	padding-bottom: 2px;
	padding-left: 2px;
}

.dottedtable{
 border-bottom: 1px;
 border-bottom-style: dotted;
 border-bottom-width: 1px;
 border-bottom-color: #DCDCDC;
}