/* lokalt stylesheet for xxxxxxxxxx mm.  */
body {
	background-image : url(../grafik/bg.gif);
	background-repeat : repeat-x;
}

/* giver drop-menuen en farve. BEMÆRK!! findes også i det globale stylesheet  */
.verysmallform{
	background-color : #F3AF1F;
}

/* giver baggrundsfarve i overskrifter i menu mm. BEMÆRK!! findes også i det globale stylesheet  */
.ligenu {
	background-color: #81A610;
}

/* så du kan style det scriptet skriver på siden under lige nu */
.ligenutext {

}

/* baggrundsfarve og rammer i menuen  */
.menu {
	border-bottom : 1px solid #6F250B;
	border-left : 1px solid #6F250B;
	background-color : #F3AF1F;
}

/* baggrundsbilledet i menutoppen  */
.menutop{
	color: #F9D58A;
	border: 1px solid #6F250B;
	background-image : url(../grafik/menu.gif);
	padding-left: 3px;
	font : bold;
}

.programmenu{
	font-weight : bold;
}

a.programmenu:link {color : #000000; text-decoration : none;}
a.programmenu:active {color : #000000; text-decoration : none;}
a.programmenu:visited {color : #000000; text-decoration : none;}
a.programmenu:hover {color : #A63710; text-decoration : none;}



/* hvid baggrund + rammer til selve indholdet i actionbaren  */
.action {
	background-color: #F3AF1F;
	border: 1px solid #A63710;
	border-bottom: 1px solid #A63710;
	border-right: 1px solid #A63710;
}

/* Redefinerer alle links (uden class) til at være sorte med en programmets farve i hover  */
a:link  {
	color : #000000;
	text-decoration : underline;
}

a:active  {
	color : #000000;
	text-decoration : underline;
}

a:visited  {
	color : #000000;
	text-decoration : underline;
}

a:hover  {
	color : #A63710;
	text-decoration : underline;
}

/* padding til brug sammen med tekst  */
.padding5 {
	padding : 5px;
}

/* e står for east. Bruges til den højre ramme i menuen  */
.e {
	border-right : 0px solid #81A610;
}

/* kanterne omkring midt-indholdet  */
.bg {
	border-top: 1px solid #6F250B;
	border-bottom: 1px solid #6F250B;
	border-right: 1px solid #6F250B;
	background-color: #6F250B;
	background-image:url(../grafik/bg_jungle.gif);
	background-repeat:no-repeat;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.logo {
	margin: 15px;
}


.bannerPic{
	clear: both;
	border-top: 1px solid #A63710;
	border-bottom: 1px solid #A63710;
}

.bannerBort{
	background-image:url(../grafik/bg_jungle.gif);
	height: 5px;
	width: 227px;
	padding: 0px;
	margin: 0px;
	line-height : 8px;
}

.bannerText{
	padding: 2px; 
	clear: both;
	background-color: #Fbe69b;	
}

.bannerText a {
	color : #663333;
	text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannerText a:active  {
	color : #663333;
	text-decoration : none;		
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.bannerText a:visited  {
	color : #663333;
	text-decoration : none;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.bannerText a:hover  {
	color : #888;
	text-decoration : none;		
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}


.containerBorder{
	border: 1px solid #A63710;
	/*margin-right: 5px;
	margin-left: 5px;*/
	margin-bottom: 9px;
}


.tableHeader{
	padding-left: 3px;
	font-weight : bold;
	color : Black;
	font-size: 11px;
	background-color : #F3AF1F;
	font-variant : small-caps;
	letter-spacing : 1px;
}
