body{
	background-image:url(grafik/linje_rodbla.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000000;
}

p{
	padding:8px;
}

img{
	border:0px;
}

#container{
	/*background-color:#990000;*/
	width:750px;
	margin-left:12px;
}

#top{
	position:relative;
	padding:0px;
	margin:0px;
	height:80px;
	z-index:2;
	/*background-color:#555555;*/
}

#main{
	position:relative;
	margin:3px 0px 0px 0px;
	padding:0px;
	background:url(grafik/frame_back2.gif);
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	float:left;
	padding:0px;
	margin:0px;
}

/*Style for iframe*/
#iframe{
	position:relative;
	width:630px;
	height:500px;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:20px;
	border:0px solid #FFFFFF;
	z-index:1;
}

/*Style for menu*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 63px;
left: 60px;
z-index:3;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 90px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #FFFFFF;
border: 1px solid #000000;
margin-left: 0px;
}
#menu dd {
display: none;
border: 0px solid #000000;
}
#menu li {
text-align: left;
background: #FFFFFF;
width:8em;
padding-left:0em;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus{
color:#d70101;
}

/*Meny hovereffekt pa icke lankar*/
.onLoad{
color:#000000; background:#FFFFFF
}
.onMouseOver{
color:#d70101
}
.onMouseOut{
color: #000000; background:#FFFFFF
}

#menuom li{
	width:10em;
}
#menulankar li{
	width:14em;
}