html {
	margin: 0px;
	min-height: 100%;
	font-family: Arial;
  	font-size: 72.5%;
	color: black;
}

.ie6 html {
  	height: 100%;
}


body {
	margin: 0;
	padding: 0;
}

.body {
	background-color: #d3d3d3;
}

a {
	font-weight: bold;
	text-decoration: none;
}

img {
  	border: 0;
}

.clear {
  	clear: both;
  	padding: 0px;
  	margin: 0px;
  	line-height: 0px;
  	height: 0px;
  	font-size: 0px;
}

h1 {
  	color: #620074;
  	font-size: 200%;
  	font-weight: normal;
}

h1.login {
  	color: #009ee0;
  	margin: 0px; 
  	padding: 0px;
}

h2 {
  	color: #620074;
  	font-size: 170%;
  	font-weight: bold;
  	padding: 0px;
  	margin: 0px;
}

div#page {
	width: 984px;
	padding-left: 12px;
	margin: 0 auto;
	min-height: 600px;
	background: #d3d3d3 url(/bedrijfssparenstork/images/bg.png) repeat-y top left;
}

div#top {
  	background: #ffffff url(/bedrijfssparenstork/images/logo.gif) no-repeat top left;
  	width: 955px;
  	height: 69px;
  	position: relative;
}

div#logo {
  	width: 400px;
  	height: 69px;
  	position: relative;
  	cursor: pointer;
}

div#header {
  	width: 955px;
  	height: 147px;
  	background: #ffffff url(/bedrijfssparenstork/images/header.jpg) no-repeat top left;   
}

/* TOOLBAR */
div#toolbar {
  	height: 30px;
  	width: 955px;
}

ul#toolbar-menu {
  	padding: 0px;
  	margin: 0px;
  	list-style: none;
  	float: right;    
}

ul#toolbar-menu li {
  float: left;
  color: #989898;
  font-size: 125%;
  line-height: 1.6em;   
}
ul#toolbar-menu li a {
  color: #989898;  
  font-size: 100%;
  font-weight: normal;
}
ul#toolbar-menu li input {
  height: 14px;
  border: 1px solid #989898;
  width: 125px;
  margin-bottom: -2px;
}
ul#toolbar-menu li img {
  padding: 0px 15px 0px 0px;
  margin-top: -3px; 
}

/* BREADCRUMBS */
ul#breadcrumbs-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 125px;
  padding-left: 200px;  
}
ul#breadcrumbs-menu li{
  float: left;
  text-transform: lowercase;
}
ul#breadcrumbs-menu li a {
  font-weight: normal;
  font-size: 120%;
  color: #989898;
}

/* MENU SPECIFIC STUFF */

#menu {
  list-style: none;
  margin: 0;
  padding: 0;  
  width: 188px;
  width: 190px;
  float: left;
}
#menu li {
  width: 188px;
}
#menu li.has-menu a {
  font-weight: bold;
}
#menu li a {
  font-weight: normal;
  display: block;

}
#menu {
  margin-top: 1px;  
}
#menu li {
  background-color: #620074;
  border-bottom: 1px solid #ffffff;
}
#menu li a{
  color: #ffffff;
  font-weight: normal;
  width: 176px;
  padding-left: 12px;  
  line-height: 2em;
  font-size: 11px;  
}

/* CONTENT */
div#content {
  width: 545px;
  padding-left: 10px;
  padding-top: 1px;
  float: left;
  color: #464646;
  line-height: 1.5em;  
  min-height: 600px;
}
.edit {
  height: 600px;
}

