﻿html,body,table,tr,td,div,a,img{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial;
	font-size:11px;
	border:0;
}
html,body{
	background-color: #EBECEC;
	height:100.1%;
	text-align:center;
}
/*body *{
	overflow:hidden;
}*/
#main{
	background-color: #FFFFFF;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	border:10px solid white;
	border-spacing: 0 0;
}
html>body #main{
	width:970px;
}
#front{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border:10px solid white;
	border-spacing: 0 0;
}
html>body #front{
	width:760px;
}
#map{
    position:relative;
	background-image: url(../img/frontpage.jpg);
	background-attachment: inherit;
	background-position:0 0;
	background-repeat:no-repeat;
	height:620px;
}
#map a:hover div{
	background-image: url(../img/fronthover.jpg);
	background-attachment: inherit;
	background-repeat:no-repeat;
	border:1px solid white;
}
#map a:normal div{
	background-image: url(../img/frontpage.jpg);
	border:1px solid white;
}
#map a #a1{
	position:absolute;
	background-position: -100px -300px;
	top:300px;
	left:100px;
	width:280px;
	height:120px;
	border:0px solid black;
}
#map a #a2{
	position:absolute;
	background-position: -450px -260px;
	top:260px;
	left:450px;
	width:280px;
	height:120px;
	border:0px solid black;
}
#map a #a3{
	position:absolute;
	background-position: -100px -440px;
	top:440px;
	left:100px;
	width:280px;
	height:160px;
	border:0px solid black;
}
#map a #a4{
	position:absolute;
	background-position: -400px -390px;
	top:390px;
	left:400px;
	width:340px;
	height:140px;
	border:0px solid black;
}
a{color: #489C47}
a:link {color: #489C47}     /* unvisited link */
a:visited {color: #489C47}  /* visited link */
a:hover {color: #489C47}   /* mouse over link */
a:active {color: #489C47}   /* selected link */

#top{
	background-image:url(../img/risberg_top.jpg);
	background-repeat:no-repeat;
	height:130px;
}
#mascot{
	float:left;
	width:130px;
	height:130px;
}
#naviarea{
	float:right;
	height:90px;
	border-bottom:0px solid white;
	text-align:right;
}
html>body #naviarea{
   height:80px;
	border-bottom:10px solid white;
}
#menuarea{
	clear:right;
	float:right;
	background-image:url(../img/menuback.jpg);
	background-repeat:repeat-x;
	width:840px;
	height:40px;
}
#submenuarea{
	background-image:url(../img/submenuback.jpg);
 	background-repeat:repeat-x;
	height:45px;
	border-bottom:10px solid white;
}
html>body #submenuarea{
    height:35px;
}
#contentarea{
	text-align:left;
}
#contentbanner{
	/*background-image:url(../img/field.jpg);*/
	background: transparent;
	width:760px;
	height:215px;
}
#gradient{
	background-image:url(../img/graygradient.jpg);
	width:760px;
	height:70px;
	border-top:10px solid white;
	border-bottom:10px solid white;
}
html>body #gradient{
	height:50px;
}
#onecol{
    width:760px;
}
#tricol{
    width:760px;
}
#tricol #SAContent1,
#tricol #SAContent2,
#tricol #SAContent3{
    width:247px;
    float:left;
}
#tricol #SAContent1,
#tricol #SAContent2{
    margin-right:6px;
}
#tricol .Header{
    display:block;
    height:24px;
    line-height:24px;
    padding-left:10px;
    background-image:url(../img/columnbar.jpg);
    color:white;
    font-weight:bold;
}
#gradient #SAContent4 p{
	padding:0;
	margin:0;
	position:relative;
	color:white;
	top:15px;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	margin-left:15px;
}
#footer *
{
    margin-top:25px;
    background-color: #FFFFFF;
	color:#999999;
}

.otherarea{
	width:350px;
	height:150px;
}