/*
Struktur
*/

body
{
	background-color:#8c9e00;
}

#div_top
{
	height:121px;
}
#div_bottom_img
{
	left:42px;
	position:relative;
}
#div_rightmargin_background
{
	margin: 0;
    padding: 0;
    background-image: url('../Images/right.gif');
    background-position: right;
    background-repeat: repeat-y;
    width: 767px;
    background-color: #FFFFFF;
    
}

#div_menu_background
{
    margin: 0px;
    padding: 0px;
    /*background-image: url('../Images/left.gif');*/
    background-position:left;
    background-repeat:repeat-y;
    width: 767px;           
}

#div_rightmargin
{
	min-height:500px;
	float:left;
	width:105px;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:none;
}

#div_content
{	
	min-height:500px;
	width:407px;	
	height:100%;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	float:left;
}

#div_menu
{
	min-height:500px;
	
	float:left;
	width:230px;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

#div_site
{	
	margin-top:15px;
	width:767px;	
	height:100%;
	
	margin-left:auto;
	margin-right:auto;		
}

#div_page_container
{
	margin-top:-3px;
	
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*
Meny
*/
/*

.RadPanelBar_Default
{		
	font-family : verdana;
	font-size : 12px;
	font-weight : normal;
	color : #8c9e00;
	text-decoration : none;
	letter-spacing : 1px;
}

.RadPanelBar_Default .rpLink:hover
{
	color: #8c9e00;
}
.RadPanelBar_Default .rpRootGroup .rpTemplate
{	
	color: #8c9e00;
}*/

