/*

------------------------------------------------------
Copyright Daun, www.qunet.se
some rights reserved. 2006
------------------------------------------------------

*/

body {
margin: 0;
font-size:10px;
font-family: verdana, arial, helvetica, sans-serif;
background: url('images/bg.gif') repeat-y top center;

}

#wrap {
	margin: 0 auto;
	width: 760px;
      height: auto;
	background-repeat: repeat-y;
}

#top {
	width: 760px;
	height: 167px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat
}

#top a {
color:#FFFFFF;
		
}

#top a:hover {

	
}

#menu {
      background-image: url('images/menu.gif');
	height: 40px;
	padding-left: 0px;
	text-transform: uppercase
}

#menu li, ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu a {
	min-height: 0px;
	border-top: #F7F7F7 4px solid;
	border-right: #f1eded 1px solid;
	display: block;
	min-width: 40px;
	padding: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	border-top: #AAAAAA 4px solid;
	min-height: 0px;
	text-align:center;
	padding: 12px;

}

.box {
	height:161px;
	padding:10px;
	margin-bottom:15px;
	color:#555555;
	background-color:#F7F7F7;
	border:1px solid #E7E7E7;
      text-align:left;
      position: relative; left: 19px; top: 10px; width:705px;
}

.texttop {
	float:right;
      color:#FFFFFF;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	padding-right:50px;
	padding-top:110px;

}

#footer{
clear:both;
margin:0 auto;
padding:0px 0 0px 0;
border-top:1px solid #f0f0f0;
width:760px;
text-align:center;
font-size:10px;
}

#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
