*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image: url(images/dll_submenu_background.png);
	background-repeat: repeat-y;
}

div.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

div.header
{
	background-color: #FFFFFF;
	width: 100%;
	height: 95px;
}

div.main_menu
{
	width: 100%;
	height: 30px;
	background-image: url(images/dll_mainmenu_normal.png);
}

a.main_menu_item
{
	float: left;
	display: block;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.3em;
}

a.main_menu_item:link
{
	color: #888888;
	background-image: url(images/dll_mainmenu_normal.png);
}

a.main_menu_item:visited
{
	color: #888888;
	background-image: url(images/dll_mainmenu_normal.png);
}

a.main_menu_item:hover
{
	color: #000000;
	background-image: url(images/dll_mainmenu_highlight.png);
}

div.main_menu_spacer
{
	float: left;
	width: 2px;
	height: 30px;
	background-image: url(images/dll_mainmenu_spacer.png);
}

div.whiteline
{
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	line-height: 0px;
	font-size: 0px;	
}

div.login_box
{
	width: 151px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #E0DFDF;
	padding: 10px 10px 10px 10px;
	margin-bottom: 25px;
	font-family: verdana;
	font-size: 11px;
	color: #888888;
}

div.login_box a
{
	color: #888888;
	text-decoration: underline;
}

div.login_box a:hover
{
	color: #377DFF;
	text-decoration: underline;
}

div.login_box input
{
	width: 145px;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	padding: 1px;
}

td.sub_menu
{
	width: 173px;
	padding-top: 25px;
	padding-right: 1px;
	vertical-align: top;
}

div.sub_menu_item
{
	width: 152px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
}

div.sub_menu_item a:link
{
	color: #666666;
	text-decoration: none;
}

div.sub_menu_item a:visited
{
	color: #666666;
	text-decoration: none;
}

div.sub_menu_item a:hover
{
	text-decoration: underline;
}

table.gallery
{
	border: 2pt solid #000000;
	float: left;
	margin: 5px;
}

table.gallery td
{
	height: 120px;
	width: 160px;
	background-color: black;
	line-height: 154px;
	text-align: center;
	vertical-align: middle
}

table.gallery img
{
	border: none;
}


table.gallery:hover   
{ 
	border: 2pt solid #377DFF;
	
}

td.content
{
	background-image: url(images/dll_content_fading.png);
	background-repeat: repeat-x;
	vertical-align: top;
}

td.extra_items
{
	width: 170px;
	background-image: url(images/dll_content_fading.png);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 25px;
}

td.site_filling
{
	width: 100%;
	background-image: url(images/dll_content_fading.png);
	background-repeat: repeat-x;
	vertical-align: top;
}

div.module_admin
{
	padding: 5px;
	margin: 25px 25px 0px 25px;
	font-family: verdana;
	font-size: 11px;
	color: #888888;
	border: 1px solid #CBCBCB;
	background-color: #F3F3F3;
}

div.module_admin a
{
	color: #888888;
	text-decoration: underline;
}

div.module
{
	padding-left: 25px;
	padding-right: 25px;
}

div.module_header
{
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.module_content
{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 20px;
}

div.module_content a
{
	color: #000000;
	text-decoration: underline;
}

div.module_content a:hover
{
	color: #377DFF;
	text-decoration: underline;
}

div.module_footer
{
	color: #CBCBCB;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

div.module_footer a
{
	color: #CBCBCB;
	text-decoration: underline;
}

div.module_footer a:hover
{
	color: #377DFF;
	text-decoration: underline;
}

div.news_header
{
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CBCBCB;
	margin-bottom: 5px;
}

div.news_info
{
	font-size: 9px;
	margin-top: 5px;
	text-align: right;
}

div.footer
{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 980px;
	background-color: #8EBAFD;
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.extrabox
{
	width: 162px;
}

div.extrabox_header
{
	height: 30px;
	background-image: url(images/dll_extraitem_header.png);
	color: #888888;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.3em;
	text-align: center;
}

div.extrabox_header a
{
	color: #888888;
	text-decoration: none;
}

div.extrabox_content
{
	background-image: url(images/dll_extraitem_content.png);
	background-repeat: repeat-y;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	padding: 8px;
}

div.extrabox_content a
{
	color: #000000;
	text-decoration: underline;
}

div.extrabox_content a:hover
{
	color: #377DFF;
	text-decoration: underline;
}

div.extrabox_footer
{
	height: 1px;
	background-image: url(images/dll_extraitem_footer.png);
	margin-bottom: 25px;
	font-size: 0px;
}