BODY
{
	
	background-image: url("tlo2.jpg");	
	background-repeat: no-repeat;
	background-position: center 10px;
}

ul
{
	display: block;
	list-style: none;
	padding: 2px 2px 1px 2px;
	background-color: #28e;
	margin: 0;
	border: 3px double #27e;
	text-align:center;
	padding: 0;
	
}
ul a:link, ul a:visited
{
	display: block;
	width: 260px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #28e;
	color: #def;
	border-left: 10px solid #193f74;
}


#studiumm
{
	width:300px;
	padding: 2px 2px 1px 2px;
	background-color: #193f74;
	border: 3px double #9ce;
	font-weight: bold;
	text-align:center;
	color:white;
	margin: 0 auto;
}

ul a:hover {
	width: 260px;
	background-color: #9ce;
	color: #fff;
	border-left: 20px solid #193f74;
}



#logo
{
	position: relative; top: 30px;
}

#studiumm
{
	position: relative; top: 100px;
}

