body, p, table, iframe { 
    color: #000000; 
    font-family: arial; 
    font-size: 10 px;
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-face-color: #bec7d4; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #000000; 
    scrollbar-track-color: #ffffff 
}b { font-size: 12px; font-weight: bold }b.heading { font-size: 18px }b.undertitle { font-size: 15px }a:link { color: #004080; text-decoration: none }a:visited { color: #173f66; text-decoration: none }a:active { color: gray; text-decoration: none }a:hover { color: #004080; text-decoration: underline }.side { font-family: arial; color: black; font-weight: bold }a.side:link { color: white; text-decoration: none }a.side:visited { color: white; text-decoration: none }a.side:active { color: gray; text-decoration: none }a.side:hover { color: white; text-decoration: underline }



A:link,A:visited,A:active {
	color:#000000;
	font-weight: normal;
	line-height: 14px;
}


a.scroll:hover {text-decoration: none; color: red;};



body {
        font-size:14px;
		margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:#000000;
        background-color:#000000;
        }

/*
If you select the "Use my own CSS" option, you must copy and paste these classes into your CSS. Of course you can edit them as you like to customize the look and feel of your feedroll.
*/

/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 0px; border-color: #CCCCCC; 
	padding: 0; 
	width: 185px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #478cc7; color: white; 
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; 
	text-align: center; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #478cc7; color: black; 
	font-family: "Times New Roman", Times, serif; font-size: 12px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }

.sbs
{
font-size:12px;
color:black;
font-family: sans-serif;
a:white;
 
}

.dts
{
font-size:12px;
color:black;
font-family: sans-serif;
a:white;
 
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 200px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #800000;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: #91302a url(..images/meny/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}
