html, body
{
  font-family: verdana, sans-serif;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  color: #283971;
  background-color: #fff;
}
* html html, body
{
  height: 100%;
}

div.container
{
  position: absolute;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  min-height: 100%;
  background-image: url('images/background.gif');
  background-repeat: repeat-y;
}
* html div.container
{
  height: 100%;
}

div.topbar
{
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #f2f2f2;
}

div.header
{
  float: left;
  width: 1000px;
  height: 100px;
  background-image: url('images/header.gif');
  background-repeat: no-repeat;
}

div.nav
{
  float: left;
  width: 1000px;
  height: 24px;
}

div.left
{
  float: left;
  width: 181px;
}

div.right
{
  float: right;
  width: 220px;
}

div.main
{
  margin: 0px 250px 0px 211px;
}

div.filler
{
  float: left;
  width: 181px;
  height: 280px;
  background-image: url('images/filler.gif');
  background-repeat: no-repeat;
}

div.contactInfo
{
  margin: 12px 15px 15px 15px;
  color: #000;
}

div.news, div.references
{
  margin: 7px 0px 10px 0px;
  border-left: 10px solid #283971;
  padding-left: 10px;
}

div.item
{
  background-color: #f2f2f2;
  padding: 1px 10px 1px 10px;
  margin-bottom: 15px;
}

div.footer
{
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 220px;
  text-align: center;
  letter-spacing: 0.6em;
}

.footer a
{
  text-decoration: none;
  color: #aaa;
}

/* MENU */

a.nav_home, a.nav_producten, a.nav_wiezijnwij, a.nav_support, a.nav_partnerskoppelingen, a.nav_referenties, a.nav_onderwijs, a.nav_tuinbouw
{
  float: left;
  display: block;
  height: 24px;
  background-repeat: no-repeat;
}

a.nav_home
{
  background-image: url('images/home.gif');
  width: 73px;
}
a.nav_home:hover
{
  background-image: url('images/home_over.gif');
}

a.nav_producten
{
  background-image: url('images/producten.gif');
  width: 101px;;
}
a.nav_producten:hover
{
  background-image: url('images/producten_over.gif');
}

a.nav_wiezijnwij
{
  background-image: url('images/wiezijnwij.gif');
  width: 113px;;
}
a.nav_wiezijnwij:hover
{
  background-image: url('images/wiezijnwij_over.gif');
}

a.nav_support
{
  background-image: url('images/support.gif');
  width: 85px;
}
a.nav_support:hover
{
  background-image: url('images/support_over.gif');
}

a.nav_partnerskoppelingen
{
  background-image: url('images/partnerskoppelingen.gif');
  width: 198px;
}
a.nav_partnerskoppelingen:hover
{
  background-image: url('images/partnerskoppelingen_over.gif');
}

a.nav_referenties
{
  background-image: url('images/referenties.gif');
  width: 109px;
}
a.nav_referenties:hover
{
  background-image: url('images/referenties_over.gif');
}

a.nav_onderwijs
{
  background-image: url('images/onderwijs2.gif');
  width: 104px;
}
a.nav_onderwijs:hover
{
  background-image: url('images/onderwijs2_over.gif');
}

a.nav_tuinbouw
{
  background-image: url('images/tuinbouw.gif');
  width: 217px;
}
a.nav_tuinbouw:hover
{
  background-image: url('images/tuinbouw_over.gif');
}

a.menu_item
{
  float: left;
  display: inline;
  width: 161px;
  height: 20px;
  padding: 5px 10px 0px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: url('images/item.gif');
  background-repeat: no-repeat;
}
a.menu_item:hover
{
  background-image: url('images/item_selected.gif');
}

a
{
  color: #562785;
  text-decoration: undeline;
  font-weight: bold;
}
a:hover
{
  background-color: #f2f2f2;
}

a.media
{
  text-decoration: none;
}
a.media:hover
{
  background-color: #fff;
}

td.media
{
  text-align: center;
}

img.thumb
{
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity:0.5;
}

img
{
  border: 0px;
}

p.crumbs
{
  margin: 135px 0px 0px 0px;
  #margin: 10px 0px 0px 0px;
}

p.pageTitle
{
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
  margin: 15px 0px 10px 0px;
}

p.message
{
  background-color: #f2f2f2;
  padding: 5px;
  color: #000;
  font-weight: bold;
}

p.date
{
  color: #000;
  font-size: 0.9em;
  margin-bottom: 0px;
}

p.title
{
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

p.subtitle
{
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin: 5px 0px 0px 0px;
}

p.lead
{
}

input
{
  background-color: #f2f2f2;
  border: none;
  padding: 3px;
  font-size: 1.0em;
  color: #000;
}

input.bigField, input.contact
{
  width: 300px;
}
input.smallField
{
  width: 150px;
}
input.mediumField
{
  width: 194px;
}
input.tinyField
{
  width: 20px;
}

input.button
{
  color: #fff;
  background-color: #283971;
  font-weight: bold;
  width: 475px;
  cursor: pointer;
}
input.buttonSmall
{
  color: #fff;
  background-color: #283971;
  font-weight: bold;
  cursor: pointer;
}
input.buttonMedium
{
  color: #fff;
  background-color: #283971;
  font-weight: bold;
  width: 308px;
  cursor: pointer;
  margin-top: 5px;
}

input.checkbox
{
  background-color: #fff;
}

select
{
  background-color: #f2f2f2;
  border: none;
  padding: 3px;
  font-size: 1.0em;
  color: #000;
}

select.big
{
  width: 306px;
}
select.small
{
  width: 200px;
}

textarea
{
  border: 1px solid #f2f2f2;
}

textarea.medium
{
  width: 194px;
  padding: 3px;
  height: 100px;
}

textarea.contact
{
  width: 467px;
  padding: 3px;
  height: 100px;
  background-color: #f2f2f2;
}

table
{
  font-size: 1.0em;
}

ul.downloads
{
  padding-left: 20px;
  margin-left: 0px;
}

table.styled
{
  width: 100%;
}

td.top
{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid white;
}

table.styled td
{
  padding: 3px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

table.styled td.bottom
{
  border-bottom: 1px solid black;
}


/* ADMIN */

div.buttons
{
  float: right;
  margin: 0px -10px 10px 10px;
}

div.htmlarea
{
  border: 1px solid #f2f2f2;
}

div.adminDialog
{
	position: absolute;
	top: 7px;
	left: 500px;
  width: 200px;
  border: 1px solid black;
}

a.dialogHeader
{
  display: block;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  text-decoration: none;
}

a.admin
{
  text-decoration: none;
  color: #283971;
  font-size: 1.2em;
}
a.admin:hover
{
  text-decoration: underline;
}

a.adminSmall
{
  text-decoration: none;
  color: #283971;
  font-size: 0.9em;
}
a.admin:hover
{
  text-decoration: underline;
}

ul.admin
{
  margin: 5px 0px 0px 0px;
}
li.admin
{
  margin-left: -25px;
  #margin-left: 15px;
}

select.adminDialog
{
  width: 200px;
}

td.title_trash
{
  font-weight: bold;
  color: #000;
  background-color: #f2f2f2;
}

div.admin_pages, div.admin_news, div.admin_users, div.admin_media, div.admin_trash
{
  width: 300px;
  padding: 15px 10px 10px 60px;
  background-color: #f2f2f2;
  margin-bottom: 3px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  height: 21px;
}

div.admin_empty
{
  width: 350px;
  padding: 10px;
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
}

div.admin_pages
{
  background-image: url('../../images/admin_pages.png');
}
div.admin_news
{
  background-image: url('../../images/admin_news.png');
}
div.admin_users
{
  background-image: url('../../images/admin_users.png');
  padding: 5px 10px 5px 60px;
  height: 51px;
}
div.admin_media
{
  background-image: url('../../images/admin_mm.png');
}
div.admin_trash
{
  background-image: url('../../images/admin_trash.png');
}

form.admin
{
  margin: 0px;
}

span.small
{
	font-size: 0.8em;
	color: #000;
}

#totaalAanschaf, #totaalJaarlijks
{
	font-weight: bold;
}

