.table {
	border: solid 1px #000000;
	width: 760px;
	}
	
.abstand {	
	padding-top: 10;
	
}
.rechter_rand {
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	background-color: #eeeeee

}	
.navigation {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #ffffff;
	
}

.lightgrey {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
}
.darkgrey {
	color: #999999;
	background-color: #999999;
}
.black {
	color: #000000;
	background-color: #000000;
}
.red {
	color: #990000;
	background-color: #990000;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a {text-decoration: none}

a:hover{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline }

a:hover.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}


.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a:hover.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

.dashed { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none;border: 1px;border-color: #000000; border-style: dashed; background-color: #ffffff}
.rand {
	border: 1px;
	color: #000000;
	border-bottom-style: dashed
}


