@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bevelmenu{
font: bold 13px arial;
padding: 5px 0;
margin: 0;
width: 100%;
background-image:url('1.jpg');
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px;
text-decoration: none;
color: black;
background-color: #FFFFFF;
background-image:url('2.jpg');
border: 1px solid #e1e1e1;
}

.bevelmenu li a:hover{
color: black;
background-image:url('3.jpg');
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.bunn {
	font-weight: bold;
	color: #666;
}
.bunn_nederst {
	color: #999;
}
.hovedtext {
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
a:link {
	color: #528CA9;
}
a:visited {
	color: #528CA9;
}
a:hover {
	color: #528CA9;
}
a:active {
	color: #528CA9;
}
.kontakt {
	font-size: 16px;
	font-style: normal;

}

.midttekst {
	font-size: 16px;
    text-align: center;
}
.bunn_links {
	font-size: 12px;
	color: #00C;
}
.overskrift {	color: #000;
	font-size: 24px;
	font-family: "Arial Rounded MT Bold", Arial;
