a:link {
	color:white;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
        text-decoration:none;
	}

a:visited {
	color:white;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
        text-decoration:none;
	}
	
a:hover {
	color:orange;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
        text-decoration:none;
	}
	
   
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#F5F5F5;
	background-image:url(img/background.png);
	background-repeat:repeat-y;
	}
	
h1 {
	font-size:16pt;
	font-weight:bold;
	color:#008183;
	text-align:center;
	padding-top:2px;
}

p {
	text-indent:-6.5ex;
	margin-left:7ex;
}

#logo {
	position:absolute;
	left:185px;
	top:0px;
}


#menue {
	position:absolute;
	left:1px;
	top:1px;
	font-size:11px;
	color:white;
	font-weight:bold;
}	

#content {
	position:absolute;
	top:0px;
	left:238px;
	width:620px;
}
	
#content a {
	color:#008183;
}

#content a:hover {
	color:orange;
}  

#content img {
	float:right;
	padding:5px;
}

#content br {
	clear:right;
}



#ref {
	position:absolute;
	top:0px;
	left:238px;
	width:540px;
	text-align:center;
}

#ref img {
	padding:20px;
}

#ref a {
	color:#008183;
	
}

#ref a:hover {
	color:orange;
}
.center {
	text-align:center;
}

