/* CSS Document */

body {
background: #FFFFFF;
color: #000000;
}

.menyelement {
font: Times;
font-size: 17px;
text-decoration:none;
}

.litenskrift {
	font-size: x-small;
}

.inaktivtekst {
color: #999999;
}

.overskrift_stor {
font-size: xx-large;
font-weight: bold;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.overskrift_medium {
font-size: x-large;
font-weight: bold;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.ramme_tynn {
border: solid;
border-color:#000000;
border-width:thin;
}

.bakgrunn_sentrert {
background-position:center;
background-repeat:no-repeat;
}

.bakgrunn_topp {
background-position:top;
background-repeat:no-repeat;
}

