/* GENERAL STYLES */
body { 
	font-size: 12px; 
	color: #000000; 
	font-family: arial, verdana, tahoma, geneva;
	background-color: #1c1c3a;
	margin-top: 30px;
	}

p, td, div  {
	font-size: 12px; 
	color: #000000; 
	font-family: arial, verdana, tahoma, geneva;
	}

A:link     {color: #0000F0; text-decoration: underline}
A:visited  {color: d10000; text-decoration: underline}
A:hover    {color: #FF0000; text-decoration: none}
A:active   {color: #999999; text-decoration: underline}

A.menu_link:link     {font-size: 15px; color: #FFFFFF; text-decoration: none; font-weight: bold}
A.menu_link:visited  {font-size: 15px; color: #FFFFFF; text-decoration: none; font-weight: bold}
A.menu_link:hover    {font-size: 15px; color: #999999; text-decoration: none; font-weight: bold}
A.menu_link:active   {font-size: 15px; color: #000000; text-decoration: none; font-weight: bold}

#main_table {
	background-color: #FFFFFF;
	width: 824px;
	}

#top_text{
	background-image: url(/gfx/top_text_med_kort.gif); background-position: right center; background-repeat: no-repeat;
	width: 100%;
	}

#menu {
	background-image: url(/gfx/menu.gif);
	width: 100%;
	height: 28px;
	}

.menu ul {list-style: none; margin:0px; }
.menu li
{
	margin: 0;
	border-bottom: 1px solid #ddd;
	width: 190px;
}

.menu_cell_first {
	width: 100;
	padding-left: 20px;
	padding-right: 20px;
	}

.menu_cell {
	text-align:right;
	padding-left: 20px;
	padding-right: 20px;
	}

.table_sides {
	background-color: #FFFFFF;
	width: 12px;
	background-image: url(/gfx/table_sides.gif); background-repeat: repeat-x; background-position: bottom;
	}

#right_menu {
	width: 120px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	}

#navigation ul{float: right; list-style: none; margin: 0px; padding: 0px;display: block;}
#navigation ul li{display: block; float: left; padding: 0;}

/* EDITOR PROPERTIES */

