/*******************************
 *******************************
 *
 * HEADER AREA
 *
 *******************************
 *******************************/
.headerArea {
	background-color	: #CCE821;
}

/*******************************
 * HEADER IMAGE
 ******************************/
.headerArea .headerImage {
	background-color	: #CCE821;
}

/*******************************
 * HEADER CONTENT
 ******************************/
.headerArea .headerContent {
	background-color	: #CCE821;
	font-family			: arial;
	font-size			: 18pt;
	font-weight			: bold;
	padding-top			: 26px;
	padding-left		: 15px;
}

/*******************************
 * SEARCH AREA
 ******************************/
.searchArea .headerLogo {
	background-color	: #CCE821;
	padding				: 0px;
	padding-top			: 0px;
	padding-bottom		: 5px;
	width				: 210px;
	float				: none;
}

.searchArea .headerLogo img {
	margin-left			: 0px;
}

.searchArea .shortcuts.tvnett {
	height				: 18px;
	overflow			: visible;
}

.searchArea .shortcuts.tvnett table {
	margin				: 0px;
}

.searchArea .search {
	margin-top			: 0px;
}

/********************************
 * BREADCRUMB AREA
 ********************************/

.breadcrumbArea {
	background-color	: #DCE896;
}

/*******************************
 *******************************
 *
 * BODY AREA
 *
 *******************************
 *******************************/
 
 .bodyArea IMG {
	border:0;
 }

/*******************************
 * MENU AREA
 ******************************/
.bodyArea .menuArea {
	background-color	: #DCE896;
}

.bodyArea .menuContent .authArea {
	background-color	: #DCE896;
}

.bodyArea .menuContent .teaser {
	background-color	: #DCE896;
	font-size			: 18px;
	padding				: 15px 0px;
	color				: black;
}

.bodyArea .menuContent li {
	background-color	: #DCE896;
}

.bodyArea .menuContent li a {
	background-color	: #DCE896;
}

.nav.primary ul li a:hover {
	background-color	: #DCE896;
}

.nav.primary ul li ul li a:hover {
	background-color	: #ccc !important;
}

/*******************************
 * MENU COLORS
 ******************************/

.bodyArea .menuContent .menuRoot {
	background-color			: #CCE821;
}

.bodyArea .menuContent .menuLevel1 {
	background-color			: #DCE896;

 }

.bodyArea .menuContent .menuLevel2 {
	background-color			: #E8F0B9;

 }

.bodyArea .menuContent .menuLevel3 {
	background-color			: #F3F8DC;

 }

.bodyArea .menuContent .menuLevel4 {
	background-color			: #FAFCED;

 }

