/***** FONT FAMILY *****/
body,
td,
.liten,
.head,
.toppsidemeny,
.center,
.newshead,
.newsdato,
.button,
.input,
.select,
.select2,
.select3,
.textarea,
a:link,
a:active,
a:visited,
a:hover {
    font-family: tahoma,arial;
}


/***** FONT-SIZE *****/
body,
td,
.liten,
.toppsidemeny,
.button,
.input,
.select,
.select2,
.select3,
.textarea,
a:link,
a:active,
a:visited,
a:hover,
a.set2:link,
a.set2:active,
a.set2:visited,
a.set2:hover {
    font-size: 8pt;
}

.head,
.center,
.newsdato,
a.stor:active,
a.stor:link,
a.stor:visited,
a.stor:hover {
    font-size: 10pt;
}

.newshead {
    font-size: 14pt;
}


/***** FONT COLOR *****/
body,
td,
.liten,
.head,
.newsdato,
.input,
.select,
.select2,
.select3,
.textarea {
    color: #444444;
}

.center,
.button,
a.set2:active,
a.set2:link,
a.set2:visited {
    color: #000000;
}

.newshead,
A:link,
A:visited,
A.active {
    color: #AA5533;
}

.toppsidemeny{
    color: #FFFFFF;
}

A:hover,
a.set2:hover {
    color: #800000;
}


/***** FONT-WEIGHT *****/
.head,
.newshead,
.toppsidemeny {
   font-weight: bold;
}


/***** TEXT-DECORATION ****/
body,
td,
.liten,
.head,
.toppsidemeny,
.center,
.newshead,
.newsdato,
a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

a.set2:hover {
    text-decoration: underline;
}


/***** BACKGROUND COLOR *****/
body,
.input,
.select,
.select2,
.select3,
.textarea {
    background-color: #FFFFFF;
}

.button {
	background-color: #DDDDDD;
}


/***** WIDTH *****/
.select {
    width: 200px;
}
.select2 {
	width: 35px;
}
.select3 {
	width: 55px;
}


/***** BORDERS *****/
.button,
.input,
.select,
.select2,
.select3,
.textarea {
	border-right: #444444 1px solid;
	border-left: #444444 1px solid;
	border-top: #444444 1px solid;
	border-bottom: #444444 1px solid;
}


/***** MISC *****/
body {
   margin-top: 0px;
   margin-bottom: 30px;
   padding:5px;
   background-position: 50% 50%;
   background-attachment: fixed;
}

li {
	list-style-type: circle;
}

.form{
    display: inline;
}
