body {
  background-image: url('/css/2/images/bg.gif');
  background-position: left top;
  background-repeat: repeat;
}


#kleppie {
  background-image: url('/css/2/images/kleppie.gif');
  background-position: left top;
  background-repeat: no-repeat;
}

.tabel .tabeltitel {
	color: #1DDC04;
  background-color: #80EE72;
}

.tabel .tabelcontent {
  background-color: #BBF4B4;
}

.tabel .tabelbottom {
	border-bottom: solid 0px #1DDC04;
}

/*--------------------PAGE HEADER-----------------*/

#pageHeaderASG {
  background-color: #1DDC04;
}

#pageHeaderASGSub {
  background-color: #80EE72;
}

#pageHeaderASGSubSub {
  background-color: #BBF4B4;
}

/*--------------------PAGE STRUCTURE-----------------*/

#pageMiddleTableMenu {
  background-color: #DBF8D8;
}



/*--------------------MENU STRUCTURE-----------------*/

a.subMenu:link, a.subMenu:visited, a.subMenu:active {
	color: #1DDC04;
	background-color:#BBF4B4;
}
a.subMenu:hover {
	background-color:#1DDC04;
	color: #BBF4B4;
}
