body
{
background:#000;
color:000;
font-family:arial, verdana;
font-size:12px;
line-height:20px;
}

h1
{
font-size:16px;
color:#800000;
font-family:georgia, arial, verdana;
}



#container
{
width:940px;
border:0px solid #FFF;
display:table;
}

#container_left
{
background:#292929;
width:687px;
float:left;
padding:5px;
}

#top
{
margin-bottom:5px;
}

#content_left
{
width:495px;
background:#FFF;
float:left;
padding:10px;
}

#content_right
{
width:160px;
border:0px solid #FFF;
float:left;
margin-left:5px;
}

#content_right a
{
color:#FFF;
text-decoration:none;
}

#content_right a:hover
{
color:#fd1a1a;
}

#nyheter
{
width:220px;
margin-left:10px;
float:left;
text-align:left;
}

#nyheter td
{
border:0px;
line-height:20px;
padding:5px;
text-align:left;
background-image:url(../_images/mellan.jpg);
background-repeat: no-repeat;
background-position:bottom;
}

#nyheter table, #nyheter a
{
border:0px;
color:#FFF;
text-decoration:none;
}

#content_left a
{
color:#800000;
text-decoration:none;
font-family: georgia, verdana, arial;
font-size:16px;
}

#content_left a:hover
{

text-decoration:underline;

}








.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
height:30px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 685px; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(../_images/menubg1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #707070; /*text color*/
padding: 4px 11px;
text-decoration: none;
border-right: 1px solid #bcbcbc; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #707070;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #707070 !important; /*text color of selected and active item*/
padding-top: 4px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../_images/menubg2.gif) center center repeat-x;
}


