/* CSS Document */

Body { font-size:12px; 
	color:#454546; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

#left_menu_bg { 
	width: 206px;
	height:auto; background-image:url(../images/images_top_bg/sub_menu.jpg); 
	background-repeat:no-repeat; vertical-align:top;
	padding-left: 55px;
	/*font-weight: bold;*/
	text-align:left;
	font-size: 11px;
	color:#000000;
	padding-top: 32px;
}

#top_content{
height: 48px;
background-image:url(../images/images_top_bg/top_content.jpg);
padding-top:70px;
text-align:left;
vertical-align:top;
font-weight:bold;
font-size:18px;
padding-left:18px;

}
	
#content_bg { 
	background-image:url(../images/top/content_bg.jpg); 
	background-repeat:no-repeat; vertical-align:top;

}



#content_bg_left_column {
	width: 367px;
	background-image:url(http://lislassen.dk/ny_hjemmeside/images/top/left_content.jpg);
	background-repeat:no-repeat; vertical-align:top;
}


#content_bg_right_column {
	width: 367px; 
	background-image:url(../images/top/right_content.jpg); 
	background-repeat:no-repeat; vertical-align:top;
}

#content_bg_top{ 
	background-image:url(../images/top/content_bg.jpg); 
	background-repeat:no-repeat; vertical-align:top; 
	padding-top:136px; padding-left:10px;
}

#content{
height: 495px;
background-image:url(../images/images_top_bg/content.jpg);
background-repeat:no-repeat; vertical-align:top; 
padding-left:18px;
padding-top: 32px;
}

.left_menu {
width: 220px;
	vertical-align:top; 
	padding-left: 50px; 
	padding-top:136px;  
	font-weight:bold;
}

.content {
font-size:12px;
	vertical-align:top; 
	padding-left: 10px; 
	padding-top:50px;
}

a:link   { font-family: verdana; font-size: 11px; font-weight: bold; color: #17416c; }
a:visited{ font-family: verdana; font-size: 11px; font-weight: bold; color: #17416c;}
a:active { font-family: verdana; font-size: 11px; font-weight: bold; olor: #17416c;}
a:hover  { font-family: verdana; font-size: 11px; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #17416c }
/*
A:active
{
    COLOR: #blue;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	line-height: 18 px;
}



A:hover {
    COLOR: #red;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	line-height: 18 px;
}



A:link
{
    COLOR: #454546;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
    FONT-SIZE: 12px;
}*/