/*----  ALBERTLUND KOMMUNE   WEBDESIGN EFTERÅR 2008 */
/*----  Stylesheet:  boxes.css----------------------*/
/*----  Description: style of right boxes-----------*/
/*----  Creator: Netmester A/S----------------------*/
/*----  Version: 1 ---------------------------------*/


#right .header,#left .header
{
	font-weight:bold;
	color:Black;
}
#right,#left
{
	
	color:Black;
	background-color:#AFB19C;
}
#left
{
    font-weight:bold;
}
#right .content
{
    border-top:solid 2px White;
    padding:10px;
    width:160px;
    overflow:hidden;
}
#right .first
{
    border-top:none;
    line-height:14px;
}
#left .content
{
    padding:10px;
}
#right .focusbox,#right .text,#right a.email
{
    background-color:#AFB19C;
}
#right a.email
{
    float:left;
    padding:5px 0px;
    text-transform:none;
}
#right .dropdown
{
    text-transform:none;
}
#right a,#left a
{
	color:Black;
	text-decoration:none;
}
#left a:hover, #right a:hover
{
    color:#214da2;
}
#left .shortcut
{
   width:160px;
   display:block;
   margin-top:7px;
}
a.r_link
{
    text-decoration:none;
}
a.r_link:hover
{
    text-decoration:underline;
}