/* Links */
A:link {
color: #000000;
font-family:Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:hover {
color: #000000;
font-family:Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:active {
color: #000000;
font-family:Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:visited {
color: #000000;
font-family:Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.Links {
	font-family:Arial;
	color:#000000;
	size:12px;}

.MausHand {
	cursor: pointer;
	font-family:Arial;
	color:#000000;
	size:10px;
}

/*Body*/
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

/*Tabellen*/
.oben {
	border-width:1px;
	border-bottom-style:solid;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-color:black;
	background-image:url(../images/bg/dot_mittelblau.gif);
	}
.unten{
	border-width:1px;
	border-top-style:solid;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-color:black;
	background-image:url(../images/bg/dot_mittelblau.gif);
	}
.normal {
	border-width:2px;
	border-style:solid;
	border-color:black;
	background-image:url(../images/bg/dot_hellblau.gif);
	}
.tabellehover {
	border-width:1px;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:0px;
	border-color:black;
	background-image:url(../images/bg/dot_mittelblau.gif);
	}
	
/*Layer*/


