*
{
    margin: 0;
    padding: 0;
}

body
{	
	background: url(../img/bg.gif) #990607;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a,a:visited{
	color:#ec2024;
	text-decoration:none;
}

a:hover{
	color:#b0080a;
	text-decoration:underline;
}


#wrapper
{
    width: 100%;
    position: relative;
	height:600px;
	background:url(../img/bgDecor.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top; 
	
}

#flashContainer{
	height:129px;
}

#innerwrapper
{
	
    width: 980px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
	background:#FFF;
}




#middle
{
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	padding-top:10px;
}





#left {
	width:5px;
	background:url(../img/shadow_left.png) repeat-y;
	position:absolute;
	top: 0px;
	left:-5px;
	bottom: -5px;
}


#right {
	width:5px;
	background:url(../img/shadow_right.png) repeat-y;
	position:absolute;
	top: 0px;
	right:-5px;
	bottom: -5px;
}

#bottomLeft {
	width:5px;
	height:5px;
	background:url(../img/shadow_bottom_left.png) no-repeat;
	position:absolute;
	bottom: -5px;
	left: 0px;
}

#bottom {
	background:url(../img/shadow_bottom.png) repeat-x;
	height:5px;
	position:absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
}

#bottomRight {
	width:5px;
	height:5px;
	background:url(../img/shadow_bottom_right.png) no-repeat;
	position:absolute;
	bottom: -5px;
	right: 0px;
}

#bottomContent{
	width: 940px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
	color:#FFF;
	margin-top:15px;
}

.header{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
}

li{
margin:10px;
}

h1{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
}



h4{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
	margin-top:-8px;

}

h3{
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
}

h5{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:2px;
	text-indent:5px;
}

.tjenester{
	border-bottom: 1px solid #aaaaaa;
	padding-top:7px;
	padding-bottom:7px;
}

.ordliste{
	border-top: 1px solid #aaaaaa;
}

a.ordlisteLink{
	color:#666;
}

hr{
	color:#aaa;
	margin-top:5px;
	margin-bottom:5px;}
	
.cursorhand{
	cursor:pointer;
}


