@CHARSET "ISO-8859-1";

body {
	margin : 0px;
	padding : 0px; 
	font-family : arial;
	color : white;
	font-size : 14px;
        background-color: #0000B3;
}

a {
	color : white;
	text-decoration : none;	
}

a:hover{
	text-decoration : underline;
}

.agendaentry{
	font-size : 14px;
}

.background {
	z-index : 1;
	position : absolute;	
	left : 0px;
	top : 0px;
	height : 100%;
	width : 100%;
}

.dj {
	top : 57%;
	left : 50%;
	margin-left : -278px;
	position : absolute;
	z-index : 500;	
}

.menu1, .menu2, .menu3, .menu4, .menu5 {
	z-index : 502;
	width : 80px;
	height : 20px;
	left : 50%;
	top : 50%;
	position : absolute;
	margin-top : -280px;
}

.menu1 a, .menu2 a, .menu3 a, .menu4 a, .menu5 a{
	color : white;
	text-decoration : none;
}

.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover, .menu5 a:hover{
	text-decoration : underline;
}	
.menu1{
	margin-left : -198px;
}
.menu2{
	margin-left : -100px;	
}
.menu3{
	margin-left : 0px;
}
.menu4{
	margin-left : 100px;
}
.menu5{
	margin-left : 202px;	
}

.copyrights a{
	color : #0162B1;
	font-size : 10px;
	text-decoration : none;
	position : absolute;
	z-index : 501;
	bottom : 0px;
	right : 0px;
}

.content {
	border-top : 1px solid;
	border-bottom : 1px solid;
	width : 480px;
	height : 290px;
	top : 50%;
	left : 50%;
	margin-top : -245px;
	margin-left : -198px;
	position : absolute;
	z-index : 502;
	overflow-y : scroll;
	font-size : 14px;
}
.contentlayer {
        background-color: #FFFFFF;
        filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width : 480px;
        height : 290px;
        top : 50%;
        left : 50%;
        margin-top : -245px;
        margin-left : -198px;
        position : absolute;
        z-index : 300;
} 

