@charset "utf-8";
/*******************************************************************************
Script: BunnyKaj.css
Location: BunnyKaj Web Site\css

Author: BunnyKaj 
Date: December 2008

Language: css
Description: This is the default BunnyKaj style and layout css. 

Usage:    <link href="/css/BunnyKaj.css" rel="stylesheet" type="text/css" />

BunnyKaj Colours:
#deefe7 light blue (BunnyBin)
#deefe7 background blue
#b9bab4 medium grey
#EDEDEC light grey
#1c285c dark blue
#2c4085 medium blue
#C4CCEC light blue
#006434 dark green (Partij voor de Dieren logo was #367852)
#459767 medium green 
#a7c8b7 light green
#675489 medium purple
#BFB5D2 light purple
#D8C72E medium yellow
#e9df88 light yellow

 *******************************************************************************/

/*******************************************************************************

 BunnyKaj - LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

body  {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #459767;
}

#BunnyKajContainer { /* Container for all div's */
	width: 900px;
	margin: auto;
	text-align: center;
	background-position: center;
	border: thin solid #1c285c;
}  

#BunnyKajHeader { /* Container for all Header div's */
	width: 900px;
	margin: auto;
	text-align: center;
	background-position: center;
	background-image: url(/css/images/BunnyKajHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	border: thin solid #2c4085;
	z-index: 1;
	position: relative;
}  

#BunnyKajHeaderLogo {
	position:absolute;
	background-image: url(/css/images/logobunnykak.png);
	background-repeat: no-repeat;
	width:164px;
	height:150px;
	left: 19px;
	top: 6px;
}

#BunnyKajHeaderName {
	position:absolute;
	width:500px;
	left: 197px;
	top: 42px;
}

#BunnyKajHeaderName img {
	display: inline;
	float: left;
	margin: 0;
	padding: 0px;
	border: 0px;
	}

#BunnyKajHeader h1 {  /* Header div for h1 element */
	text-align: right;
	font-size: 32px;
	position: absolute;
	font-weight: bold;
	color: #deefe7;
	line-height: normal;
	width: 600px;
	top: 100px;
	cursor: default;
	right: 10px;
}

#BunnyKajHorizontalMenu { /* Container for menu */
	width: 900px;
	margin: auto;
	text-align: right;
	position: absolute;
	top: 164px;
	left: 10px;
}

#BunnyKajMainContent { /* Container for all MainContent elements */
	text-align: left;
	margin: 0px;
	background-color: #deefe7;
	padding: 20px;
} 

#BunnyKajSidebar { /* Container for all Sidebar elements */
	border: 1px solid #459767;
	background-color: #a7c8b7;
	margin:10px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}

#BunnyKajFooter { /* Container for all Footer div's */
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #397D56;
	border: thin solid #253662;
	padding: 6px;
}  


/*******************************************************************************

 BunnyKaj - DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

h1 {
	font-size: 24px;
	color: #2c4085;
	font-weight: bold;
	}

h2 {
	font-size: 20px;
	font-weight: bolder;
	color: #459767;
	}

h3 {
	font-size: 16px;
	color: #2c4085;
	font-weight: bolder;
	}

h4 {
	font-size: 14px;
	font-style: italic;
    color: #459767 ;
	}

h5 {
	font-size: 12px;
	color: #459767 ;
	}

h6 {
	font-size: 12px;
	font-style: italic;
	color: #459767 ;
	}

p {
	color: #30414b;
	margin-top: 4px;
	}

#BunnyKajSidebar p {
	color: #2c4085;
	margin-top: 4px;
	font-size: 90%;
	text-align: left;
}
 
#BunnyKajFooter p {
	color: #deefe7;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#BunnyKajMainContent ul li {
	list-style-image: url(/css/images/BunnyKajBullet.png);
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }

img {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#BunnyKajSidebar img {
	display: inline;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
form {
	}
		
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 0;
	}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	}
	
td img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: none;
	}

a {
	text-decoration: underline;
	color: #459767 ;
	}

#BunnyKajFooter a {
	color: #deefe7;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #459767 ;
	}

a:visited {
	text-decoration: underline;
	color: #459767;
	}
	
strong {
	font-weight: bolder;
	color: #459767 ;
	}

p.introduction {
	font-size: 14px;
	line-height: 20px;
	color: #397D56;
	font-weight: bold;
	}

p.address {
    text-align:center;
}

p.copyright{
	font-style:italic;
	color: #deefe7;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p.boilerplatetext:before {
	content: "xxx";
    padding-right:8px;
    padding-left:8px;
}


/* Miscellaneous classes for reuse */

.caption {
	font-size: 95%;
	text-align:center;
	margin-top: 0px;
}

.boxed{
	border: 1px solid #459767;
	background-color: #a7c8b7;
	margin:10px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boxed-page {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 50px;
	border: 1px solid #459767;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*******************************************************************************

 MenuBarHorizontal - LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
    margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	z-index: 1000; 
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
  	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9em;
	float: left; 
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
 	left: -1000em; 
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9em;
}
/* Submenus should appear slightly overlapping to the right (100%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 MenuBarHorizontal - DESIGN INFORMATION: describes color scheme, borders, fonts
 
 *******************************************************************************/

/* Menu item containers have a light blue background and medium blue borders on all sides */
ul.MenuBarHorizontal li 
{
	background-color: #deefe7;
	border: 1px solid #2c4085;}

/* Submenu containers have a medium green background and medium blue borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #459767;
	border: 1px solid #2c4085;
}
/* Menu items have a light blue background and medium blue text */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #deefe7;
	color: #2c4085;
	padding: 0.5em 0.3em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a medium green background and medium blue text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #459767;
	color: #2c4085;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a medium green background and medium blue text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #459767;
	color: #2c4085;
}
/*******************************************************************************

 MenuBarHorizontal - SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(/css/images/SpryMenuBarDown.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(/css/images/SpryMenuBarRight.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(/css/images/SpryMenuBarDownHover.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(/css/images/SpryMenuBarRightHover.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 MenuBarHorizontal - BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
