body, table, input{
	font-family: "Arial";
	font-size: 11px;
}

H1{
font-family: Arial, Helvetica, sans-serif;
font-size:2.4em;
color:#8c8c8c;
font-weight:normal;
padding-bottom:4px;
margin-bottom:4px;
}

H2{
font-family: Arial, Helvetica, sans-serif;
font-size:1.4em;
color:#f7a30a;
font-weight:normal;
padding-bottom:4px;
margin-bottom:4px;
}

#wrapper{
	margin: auto;
	position: relative;
	width: 750px;
}

#header{
		border-bottom: 1px solid #8c8c8c;
		margin-bottom: 5px;
		padding-bottom: 25px;		
}

#header #meny{
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px dashed #8c8c8c;
	display: inline;
	float: right;
	margin-top: 50px;
	padding: 3px;
	width: 500px;
}

#header #meny a{
	border-right: 1px solid #8c8c8c;
	color: #000;
	padding: 0px 40px 0px 40px;
	text-decoration: none;	
}

#header #meny a:hover{
	border-right: 1px solid #8c8c8c;
	color: #f7a30a;
	padding: 0px 40px 0px 40px;
	text-decoration: none;	
}




#searchform{
	margin-bottom: 10px;
}



#content{}



#maincontenttable{
	position: relative;
	left: -106px;
}

.button{
border:1px #8c8c8c solid;
margin: 0 10px 0px 10px;
background-color:#fff;
}

.input{
border:none;
padding: 0 10px 0px 6px;
background-color:#fff;
color:#8c8c8c;
}

.input:hover{
border:none;
padding: 0 10px 0px 6px;
background-color:#fff;
color:#f7a30a;
}

