/* Krokodille */

body {
	color: #000000;
	background-attachment: fixed;
	background-color: #288020;
	background-image: url(../../img/backgrounds/krokodillezoo_body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	}

#outer_div {
	background-image: url(../img/backgrounds/krokodillezoo_menu_bg.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #000000;
	border: 0;
	}
#outer_div_image {
	background-color: #000000;
	border: 0;
	}
#outer_div_image a {
	color: #ffffff;
	}
#outer_div_image a:hover {
	color: #c0c0c0;
	}
#content {
	background-color: #ffffff;
	}
#content_image {
	background-position: right 80px;
	background-color: #ffffff;
	}

#header {
	border-bottom: 0;
	}

/*--- farver ----- (for farver i menu se menu nedenfor) -------------*/

h1 {       
	background-color: transparent;
	color: #288020;       
	} 
h2, h3, .underoverskrift, .opdateret, .linkkategori, .smalltextcolor {       
	background-color: transparent;
	color: #707070;       
	} 
#logofelt_2007 {
	color:#303030;
	}
.faqquestion {   
	color: #288020;       
	background-color: transparent;
	}   
.datoer {   
	color: #288020;       
	background-color: transparent;
	}


a {
 	color: #000000;        
	}       
a:hover {
 	color: #288020;
	}

/* zebra style anvendes på artikler, nyhedsbrev, filer og links */

.zebrarow_light, .zebrarow_light a {
	font-size: 11px; 
	background-color: #f0f0f0;
	}
.zebrarow_dark, .zebrarow_dark a {
	font-size: 11px; 
	background-color: #e0e0e0;
	}

.vote_hr {
	height: 5px;
	color: #906030; 
	}

/*--- MENUEN -----------------------*/       

#menu {  /* resten af css i globalscreen.css og header.css */
	width: 150px;       
	padding: 42px 0 25px 0;       
	}

/* alle knapper*/
.layoutbutton, .layoutbutton a, .layoutbutton a:hover, .activebutton, .activebutton a, .activebutton a:hover, .subbutton, .subbutton a, .subbutton a:hover, .subbutton_active, .subbutton_active a, .subbutton_active a:hover {
	width: 150px;
	height: 22px;
	line-height: 22px;       
	margin: 2px 0 0 0;
	text-align: left;
	border: 0;
	}

/* alle a'er */
.layoutbutton a, .activebutton a, .subbutton a, .subbutton_active a {
	display: block;
	text-decoration: none;
	}

/* alle a:hover */
.layoutbutton a:hover, .activebutton a:hover, .subbutton a:hover, .subbutton_active a:hover {
	color: #000000;
	}

.layoutbutton {
	font-weight: normal;
	}
.layoutbutton a {
	font-size: 11px;
	color: #000000;
	/* menubg_phantom.gif nødvendig for at a:hover virker i 100% bredde*/
	/* background: url(../../img/backgrounds/menubg_phantom.gif) no-repeat;*/
	background-image: url(../img/backgrounds/teaternu_knapbg.png);
	background-repeat: no-repeat;
	}
.layoutbutton a:hover {
	background-color: #FAFF70;
	background-repeat: no-repeat;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_btn_hover.png);
	}

.activebutton {
	font-weight: normal;
	}
.activebutton a {
	font-size: 11px;
	color: #000000;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_btn2.png)
	}

.activebutton a:hover {
	background-color: #FAFF70;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_btn_hover.png);
	color: #000000;
	}

/* alle subbuttons */
.subbutton, .subbutton a, .subbutton a:hover, .subbutton_active, .subbutton_active a, .subbutton_active a:hover {
	font-size: 10px;
	}

.subbutton {
	font-weight: normal;
	line-height: 20px;
	}       
.subbutton a {       
	background-image: url(../../img/backgrounds/krokodille_zoo_subbtn.png);
	background-repeat: no-repeat;
	}       
.subbutton a:hover {
	background-color: #FAFF70;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_subbtn_hover.png);
	background-repeat: no-repeat;
	}       

.subbutton_active {
	font-weight: normal;       
	}       
.subbutton_active a {
	background-color: #000000;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_subbtn.png);
	background-repeat: no-repeat;
	color: #000000;       
	}       
.subbutton_active a:hover {
	background-color: #FAFF70;
	background-image: url(../../img/backgrounds/krokodille_zoo_active_subbtn_hover.png);
	background-repeat: no-repeat;
	}       

/*--- smallcalendar ----- farver nedenfor ----------------*/

.calendartable {  /* tabellen med kalenderen */
	width: 160px;
	font-size: 10px;
	}
.calendartable td {
	text-align: center;
	height: 16px;
	line-height: 16px
	}
.cal_header {    /* øverste række */
	font-weight: bold;
	}
.cal_daylabel {   /* række med: m t o t f l s */
	font-weight: bold;
	}
.DateField {
	width: 20px;
	}
.DateFieldToday a {
	text-decoration: none;
	display: block;
	}
.DateFieldLink a {
	text-decoration: none;
	display: block;
	}

/* --- kalender --- farver ----------------- */

.calendartable {  /* tabellen med kalenderen */
	background-color: #d09040;
	color: #ffffff;
	}
.cal_header {    /* øverste række */
	background-color: #b07020; 
	color: #ffffff; 
	}
.cal_daylabel {   /* række med: m t o t f l s */
	color: #ffffff; 
	}
.DateField {
	color: #e0a050;
	background-color: #b07020;
	}
.DateFieldToday {
	color: #ffffff;
	background-color:#e0a050;
	}
.DateFieldToday a {
	color: #ffffff;
	background-color:#e0a050;
	}
.DateFieldLink a {
	color: #ffffff;
	background-color:#c08030;
	}


/* --- footer ------- is hidden for print --- */
#footer {
	border-top: 0px solid #c0c0c0;
	background-color: #000000;
	background-image: url(../../img/backgrounds/krokodille_footer.png);
	background-repeat: no-repeat;
	color: #ffffff;
	}
#footer a {
	color: #ffffff;
	text-decoration: none; 
	}
#footer a:hover {
	color: #d0a050;
	text-decoration: none; 
	}
