body
{
	background-color: #fff;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0;
	font-size: 12px;
}
#pageWrapper
{
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;		/* arial looks better with a smaller size */
	margin: 0;
	width: 975px;
}
	#content7 {
	background-image : url(../bilder/background7.jpg);
	background-repeat : no-repeat;
	width: 975px;
	min-height: 535px;
	height: auto !important;
	height: 535px;
	cursor: pointer; 
	cursor: hand;
	}
	#footer {
	background-color: #fff;
	color: #000;
	width: 975px;
	height:50px;
	position: relative;
	z-index: 20;
	text-align: left;
}
	/*---------------------------*/
#navi {
top: 0px; 
left: 82px; 
width: 150px; 
background-color: #004A9E; 
position: absolute; 
z-index:10; 
color: #fff; 
border: 0px solid #fff; 
text-align: center; 
height: 20px; 
font-size: 14px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #004A9E;
}

#nav li li a:hover {
	text-decoration: underline;
}

li {
	float: left;
	position: relative;
	width: 139px;
	text-align: left;
	cursor: default;
	border: 0px solid #fff;
}

li#first {
	border: solid 0px #fff;
	padding-top: 2px;
}

li#last {
	
}

li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	border: solid 0px #fff;
	background-color: #CCFFCC;
	z-index:20; 
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	margin: 0 5px 0 5px;
	font-size: 12px;
}

li:hover ul, li.over ul {
	display: block;
}
.mainlink {
	border: solid 0px #fff;
}
#footer a {
	color: #000;
}
