A.menu:LINK {text-decoration: none;	color:#FFFFFF;}
A.menu:VISITED {text-decoration: none;	color:#FFFFFF;}
A.menu:HOVER {text-decoration: none;color:#FFFF00}

A.black:LINK {text-decoration: none;	color:#000000;}
A.black:VISITED {text-decoration: none;	color:#000000;}
A.black:HOVER {text-decoration: underline;color:#000000}

A.normal:LINK {text-decoration: none;	color:#164DBA;}
A.normal:VISITED {text-decoration: none;	color:#164DBA;}
A.normal:HOVER {text-decoration: underline;color:#164DBA}


/*.MenuFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}*/
body {
	background-image: url(../img/fotossamen.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #5A5959;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8222C;
	background-color: #000000;
	font-weight: bold;
}
.tableFooter {
	background-image: url(../img/tableEdgeDownFill.jpg);
	background-repeat: repeat-x;
}
.tableLeft {
	background-image: url(../img/tableLeft.jpg);
	background-repeat: repeat-y;
	background-color: #DEDFE1;
}
.tableRight {
	background-color: #DEDFE1;
	background-image: url(../img/tableRight.jpg);
	background-repeat: repeat-y;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #072E6B;
	border: 1px solid #072E6B;
	background-color: #FFFFFF;
	cursor:hand;
	height:12;
}



/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #F01A24;
}
.m0l0iover {
	font: Arial;
	font-weight: bold;
	text-decoration: none;
 	color: yellow;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;
	background: #4682B4;*/
}
.m0l0oover {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: E4E10B;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial;
	text-decoration: none;
	padding: 4px;
	color: #F01A24;
}
.m0l1iover {
	font: bold 12px Arial;
	text-decoration : none;
	padding: 4px;
	color: #F01A24;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000000;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000000;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Arial;
	text-decoration : none;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}

div#mp3Player_tab {
	position: absolute;
	margin-top: 110px;
	width: 24px;
	height: 133px;
	background-image: url(../img/mp3tab.gif);
}

div#mp3Player_player {
	position: absolute;
	margin-top: 110px;
	margin-left: 25px;
	width: 436px;
	height: 400px;
}

.cursor_hand {
	cursor: hand;
}

.cursor_cross {
	cursor: move;
}

div#mp3Player_handle {
	width: 100%;
	height: 23px;
	background-image: url(../img/mp3playerHandle.gif);
}

div#mp3Close {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 415px;
	margin-top: 3px;
}