﻿
html {
color : #42210b;
background-color : #fbf3b3;
font-family : helvetica, arial, sans-serif;
}
body {
display : table;
width : 600px;
margin : 0 auto;
text-align : justify;
}
a {
text-decoration : none;
color : #1875b0;
}
a:hover {
text-decoration : underline;
color : #23aaff;
}
a:visited {
color : #0c3854;
}
#header {
padding : 20px 0;
}
#loopiaombud {
border : 1px dotted #42210b;
padding : 0 20px;
}
#ftginfo {
border-bottom : 2px solid;
margin-bottom : 20px;
}
ul.nav {
position : relative;
bottom : -10px;
display : table;
margin : 0;
padding : 0;
background-color : #42210b;
width : 100%;
}
ul.nav > li {
display : table-cell;
text-align : center;
}
ul.nav > li > a {
text-decoration : none;
font-family : helvetica, arial, sans-serif;
font-weight : bold;
color : #fbf3b3;
}
ul.nav > li > a:hover {
font-weight : bolder;
color : #ff0000;
}
p.banner > a > img {
border : 0;
}
.anchor, .anchor:hover {
text-decoration : none;
color : #42210b;
}
.orangeknapp {width:100%; background-color:#FBB03B; border: solid 1px; padding:2px; text-align:center;  }
.orangeknapp>a{text-decoration:none}
.orangeknapp>a:hover{color:#ff0000;}