.newsedit1
{
	background-color:#edecec;
}
.newsedit0
{
	background-color:#ffffff;
}
.wl0
{
	background-color:#edecec;
}
.wl1
{
	background-color:#ffffff;
}

.pics {  
    height:  170px;  
    width:   952px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    
    width:  952px; 
    height: 170px; 
    top:  0; 
    left: 0 
}
.menu_left{
height:33px;
background-image:url(/files/system/menu_bg_left.gif);
background-repeat:no-repeat;
}
.menu_left_active{
height:33px;
background-image:url(/files/system/menu_bg_left_active.gif);
background-repeat:no-repeat;
}

.menu_right{
background-image:url(/files/system/menu_bg_right.gif);
background-repeat:no-repeat;
}
.menu_right_active{
background-image:url(/files/system/menu_bg_right_active.gif);
background-repeat:no-repeat;
}


/* FAQ 2011 (Created 2011-04-20, Fredrik Ramberg) */

#faq_buttons
{
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
}

#faq_buttons a:link,
#faq_buttons a:visited
{
	float:left;
	clear:none;
	width:142px;
	height:26px;
	padding:14px 5px 5px 5px;
	margin:0px 10px 10px 0px;
	background:#ffffff url(/files/billeder/FAQ2011/bgFAQButtonPassive.gif) repeat-x scroll top left;
	text-align:center;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;	
	-moz-border-radius:10px;
	border-radius:10px;	
}

#faq_buttons a:hover
{
	background-image:none;
	background-color:#dbe2d3;
	text-decoration:none;
}

