/* ************************************************************
**	Commong Styles
**************************************************************/

body { background-image: url('images/bg.png'); padding: 0px; margin: 0px;  height: 100%; background-color: #000000; font-family: Verdana; color: #4B4B4B; }
* {	font-size: 11px; }
#content { padding: 10px 0px 0px 0px; }
#google { display: none; }

/* ************************************************************
**	Menu Styles
**************************************************************/

.menuItem {	text-align: center; cursor: pointer; }
.menuItemActive { text-align: center; background-image: url('images/menu_item_hover.png'); cursor: pointer; }

.menuItem a { text-decoration: none; font-weight: bold; font-size: 11px; color: #ffffff; }
.menuItemActive a { text-decoration: none; font-weight: bold; font-size: 11px; color: #465908; }

.menuItemBorder { visibility: hidden; width: 1px; font-size: 1px; } 
.menuItemBorderActive { background-image: url('images/menu_item_hover_border.png'); width: 1px; font-size: 1px; } 

.menuLang { width: 107px; } 
.menuLang a { color: #465908; font-weight: bold; font-size: 11px; text-decoration: none;} 

/* ************************************************************
**	External Page Styles
**************************************************************/
.kopgroen {
font-family: verdana;
font-size: 11px;
color: #4B4B4B;
}

.externTableLeft { border: 1px solid #7A981A; height: 309px; background-color: #ffffff; width: 553px; font-family: verdana; font-size: 11px; color: #4B4B4B; } 
.externTableLeft th { background-color: #B9C272; height: 30px; padding: 0px 9px 0px 9px; font-size: 11px; } 
.externTableLeft td { background-color: #ffffff; padding: 9px; } 

.externTableRight { border: 1px solid #7A981A;  background-color: #ffffff; float: left; width: 306px; font-family: verdana; font-size: 11px; color: #4B4B4B; } 
.externTableRight th { background-color: #7A981A; height: 30px; color: #ffffff; padding: 0px 9px 0px 9px; font-size: 11px;} 
.externTableRight td { } 

/* ************************************************************
**	Home 
**************************************************************/
.actualArticles a { text-decoration: none; color: #000000;} 

/* ************************************************************
**	Footer 
**************************************************************/
.footer { width: 100%; height: 100%; background-color: #7A981A; font-size: 10px; } 
.footer td { text-align: center; color: #ffffff; font-size: 10px; } 
.footer a, th { color: #ffffff; font-weight: bold; font-size: 10px; } 

