@charset "UTF-8";
body {
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	background-color:#535353;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
}
ul {
	margin:0px;
	list-style-type:circle;
	
}

.text {
	color: #333333;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}

.text a:link, .text a:visited, .text a:active {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	border-bottom: dotted #333333 1px; 
}

.text a:hover { 
	color: #FFFFFF;
	background-color:#999999; 
	text-decoration: none; 
	text-transform: none;
	border-bottom: solid #999999 1px;   
}

.footer {
	color: #cccccc;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #cccccc;
	text-decoration: none;
	text-transform: none;
	border-bottom: dotted #cccccc 1px; 
}

.footer a:hover { 
	color: #535353;
	background-color:#cccccc; 
	text-decoration: none; 
	text-transform: none;
	border-bottom: solid #cccccc 1px;   
}

/* BUTTON */

.button {
	text-align: right;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

.button a {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border: solid #666 1px;
	text-align: right;
}

.button a:link { 
	color: #333; 
}

.button a:visited { 
	color: #333; 
}

.button a:hover { 
	color: #FFF;
 	background-color:#CCC;	
}

/* BUTTON */


.header {
	margin: 30px;
	border: solid #666666 2px;
} 

.audioplayer {
	border: solid #666666 1px;
	display:block;
	width:300px;
}

#tabel {
	margin-left:30px;
	margin-bottom:30px;
	width: 740px;
	text-align:justify;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 404px;
	width: 819px;
	margin-left: -700px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 50%;
	top: 0px;
}
#body {
	background-color: #FFFFFF;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	visibility: visible;
	z-index: 20;
	left: 50%;
	top: 100px;
}
#footer {
	position: absolute;
	visibility: visible;
	z-index: 20;
	height: 100px;
	width: 800px;
	left: 0px;
	bottom: -100px;
	text-align: center;
}

