/* CSS Document */
*{
 padding:0px;
 margin:0px;
 border:0px;
 font-family:Arial, Helvetica, sans-serif;
}
body{
 background-color:#f5f5f5;
 background-image:url(../images/bg.png);
 background-position:center;
 background-repeat:repeat-y;
 color:#000000;
 width:728px;
 margin-left:auto;
 margin-right:auto;
}
h1,h2,h3{
 font-size:small;
 font-weight:bold;
 text-decoration:none;
 color:#0066ff;
 background-color:#ffffff;
 margin-top:10px;
 margin-bottom:5px;
 clear:both;
}
p{
 font-size:small;
 margin-top:10px;
 margin-bottom:10px;
}
#left{
clear:both;
 width:170px;
 float:left;
 padding:5px;
 margin-left:5px;
 background-color:#ffffff;
 color:#000000;
}
#middle{
 width:336px;
 margin-left:16px;
 float:left;
 background-color:#ffffff;
 color:#000000;
}
#right{
 width:170px;
 float:right;
 padding:5px;
 background-color:#ffffff;
 color:#000000;
}
#bottom{
 clear:both;
 text-align:center;
 border-top:#cccccc 1px solid;
 background-color:#ffffff;
 color:#666666;
}
#trivia{
 width:500px;
 padding:10px;
 float:left;
}
#nyhetann{
 float:right;
 margin:5px;
}
#bottom a{
 background-color:#ffffff;
 color:#666666;
}
#bottom p{
 font-size:x-small;
}
#right ul{
 margin-bottom:20px;
}
#annonse{
 float:right;
 margin:5px;
}

.menu{
 list-style: none;
 font-size:medium;
 font-weight:bold;
 color:#000000;
 background-color:#ffffff;
 margin-left:0px;
 margin-bottom:20px;
 margin-top:35px;
}
.menu a{
 font-size:small;
 color:#0066ff;
 background-color:#ffffff;
 text-decoration:underline;
 font-weight:bold;
}
.menu li{
 font-size:small;
 color:#000000;
 background-color:#ffffff;
 text-decoration:none;
 font-weight:bold;
}
.menu a:hover{
 text-decoration:underline;
 color:#000000;
 background-color:#ffffff;
}
.inputstyle{
 border:1px solid #0066ff;
 width:100%;
 font-size:small;
}
.buttonstyle{
 border:1px solid #0066ff;
 width:70px;
 font-size:small;
 background-color:#cccccc;
 color:#000000;
 margin-top:5px;
 margin-bottom:20px;
}
a{
 color:#0066ff;
 background-color:#ffffff;
 text-decoration:none;
}
a:hover{
 text-decoration:underline;
}
.thumb{
 float:right;
 margin-right:10px;
 margin-top:7px;
 margin-bottom:10px;
 margin-left:10px;
}
hr{
 background-color:#000000; 
 color:#666666; 
 height:1px; 
 clear:both;
}
ul{
 font-size:small; 
 list-style-position:outside;
 margin-left:20px;
}
ol{
 font-size:small; 
 list-style-position:outside;
 margin-left:20px;
}
td{
 font-size:x-small;
 padding:10px; 
}
th{
 color:#0066ff;
 text-align:left;
 font-weight:bold;
 font-size:x-small;
 padding:10px; 
}
.comment{
 width:100%;
 color:#000000;
 background-color:#cccccc;
 margin-bottom:5px;
 padding-left:3px;
 padding-top:3px;
 padding-bottom:3px;
 font-size:small;
}
.smuler{
 font-size:x-small; 
}
.ann{
 text-align:center;
}
p.femsiste{
 font-size:x-small;
 margin-top:2px;
 margin-bottom:2px;
}
h3.femsiste{
 font-size:x-small;
 margin-top:10px;
 margin-bottom:2px;
}