/*

------------------------------------------------------
Copyright Daun, www.qunet.se
some rights reserved. 2006
------------------------------------------------------

*/

body {
margin: 0;
font-size:10px;
font-family: verdana, arial, helvetica, sans-serif;
background: #272727 url('images/bg.gif') repeat-Y top center;

}

#wrap {
	margin: 0 auto;
	width: 760px;
    height: auto;
	background-repeat: repeat-y;
}

#top {
	width: 760px;
	height: 148px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat

}

#top a {
    color:#FFFFFF;
    text-decoration:none;

}

#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;

}

.block{
    font-size:12px;
    background:#f0f0f0;
    padding:15px;
    border-top:1px dotted #d0d0d0;
    border-bottom:1px dotted #d0d0d0;
}


.block2{
    font-size:12px;
    background:#fff;
    padding:15px;
    border-top:1px dotted #d0d0d0;
    border-bottom:1px dotted #d0d0d0;
}

.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:12px;
}

#footer a{
   text-decoration:none;
}

#footer a:hover{
   text-decoration:underline;
}