html {
	margin: 0px;
	padding: 0px;
}

BODY {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #666666;
	text-decoration: none;
}

A:HOVER {
	color: #333333;
	text-decoration: underline;
}

img{
	border:0px;
}

div#huvudfonster {
	position:relative; 
	left: auto;
	right: auto;
	margin: auto;
	top:50px;

	width: 770px;
	visibility:visible;
	background-color:#FFFFFF;
	text-align:left;
	}

	
div#top {
	position: relative;
	float:left;
	height: 140px;
	width: 770px;
	background-image: url(/bilder/sorvik_logo.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #FF5200;
	}
	
div#sidfot {
	position:relative;
	float:left;
	width:770px;
	height:50px;
	left:0px;
	border-top:2px solid #FF5200;
}
				
	
div#MenuPos {
	position:relative;
	float:left;
	left:8px;
	height:400px;
	width:135px;
	padding-top:30px
	}
	
	
div#container {
	width:580px;
	float:right;
	position: relative;
	padding-left: 20px;
	padding-top:20px;
}

.rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.brodtext {
	font-size: 12px;
}


div#omega {
	height:10px;
	width: 98%;
	visibility:visible;
	position:absolute;
	z-index: 1;
	right: auto;
	left:auto;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	font-size:9px;
	color:#333333;
	}	
	
a.omega:link, a.omega:visited, a.omega:hover, a.omega:active{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

