body{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-image: url("http://www.ringheim.biz/bilder/bakgrunn.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 8pt;
}
/*Page layout*/
#mainframe{
	width : 800px;
	padding : 0px;
	margin-left: auto;
	margin-right: auto;
}
#topmenu{
	background-color : #C4AD7A;
	border-style : solid;
	border-width : 1px;
	margin-bottom : 5px;
	margin-top : 5px;
	margin-right : 5px;
}
#insideframe{
	margin-left: 160px;
	background-color : #C4AD7A;
	border-width : 1px;
	border-style : solid;
	margin-right : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
}
#menubox{
	width : 150px;
	float:left;
	padding : 0px;
	margin : 0px;
}
#footer{
	clear:both;
	margin-top:20px;
	background-color : #C4AD7A;
	border-style : solid;
	border-width : 1px;
}
.smallmenu{
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	margin-bottom:5px;
	background-color:#C4AD7A;
}
/*slutt på page layout*/
/*tekst formatering */
#menubox p{
	margin : 0px;
	padding : 0px;
}
#topmenu h1{
	text-align : center;
	font-size : 300%;
}
.center{
	text-align : center;
}
.left{
	text-align : left;
}
.right{
	text-align : right;
}
/*slutt på tekst formatering */
/*Linker*/
a:link, a:visited{
	color : #333300;
	text-decoration : none;
}
a:link.active, a:visited.active, a:hover {
	text-decoration:underline;
	color:#303030;
}
/*slutt Linker*/
/*footer ting*/
.rightFooter{
	position : relative;
	left : 360px;
}
.centerFooter{
	position : relative;
	left : 170px;
}
.leftFooter{
	position : relative;
	left : 5px;
}
/*slutt på footer ting*/
/*tabell ting */
table{
	margin-bottom : 5px;
	border-style : solid;
	border-width : 1px;
	border-color:#000000;
	background-color : #A47D4A;
}
td{
	background-color : #f2f2f2;
}
td.even{
	background-color : #E5FFF2;
}
td.odd{
	background-color : #FFFFE5;
}
tr .odd{
	background-color : #FFFFE5;
}
/*slutt på tabell ting*/
/* Meny for navigering i sida */
.meny{
	margin : 0px;
	padding : 0px;
	color : #FFFFFF;
}
.meny li {
	background-image: url("http://www.ringheim.biz/bilder/menuBack.gif");
	background-repeat:no-repeat;
	background-position: 0% 50%;
	list-style: none;
	margin: 0px;
	padding : 0px;
	border-top: 1px solid gray;
	text-align : left;
}
.meny li a {
	display : block;
	text-decoration: none;
	padding : 2px 0px 2px 15px;
}
.meny li a:hover{
	background-image: url("http://www.ringheim.biz/bilder/menuBackHover.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* slutt på meny for navigering i sida */