/* her legges css klasser som skal være tilgjengelig i rad-editor */

body 
{
	margin:0;
	padding: 0px 0 0 0;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
    color:#666666;
    line-height: 19px;
}


h1
{
font-size: 17px;
color: #b9251f;
font-weight: semi-bold;
margin: 0;
padding: 0 0 7px 0;
}

a:link, a:visited
{
    font-size: 13px;
    color:#000000;
    text-decoration:none;
}
a:hover, a:active
{
    font-size: 13px;
    color:#b9251f;

}


a.nyhethoyrelinker, a.nyhethoyrelinker:hover, a.nyhethoyrelinker:active, a.nyhethoyrelinker:visited
{
font-weight: normal;
}


.ingress
{
font-weight: bold;
margin-bottom: 20px;
}

strong.red
{
    font-size: 15px;
    text-decoration: semi-bold;
    color: #b9251f;
}

div.hr { margin: 5px 0px; border: none; border-top: 1px dashed #000000; }
div.hr hr { display: none; }
