/*
	* cascading style sheet for IvMI
	* copyright 2fifty4 Webprojects (Lode, Jaap), 2006
	* 
	*Colors:
	*  borders: blue #00F;
	*	 background: blue #CFF;
*/

/* OVERALL */
body {
  font-family: trebuchet ms, sans-serif, arial;
}
* {
margin: 0px;
padding: 0px; 
}
table {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}

.site-blauw {
  background: url(images/background.png);
}
#body {
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  width: 960px; 
  margin-top: 10px;
}
#blocks {
 float: left;
 width: 180px;
}
#blockssublines {
  float: left;
  height: 450px;
  margin-left: 5px;
}
#blockssubmenu {
  float: left;
  text-align: left;
  margin-bottom: 50px;
}
#blockssubmenu .title {
  display: none;
}
#blockssubmenu .item .text li {
  list-style-type: none;
  margin-left: -12px;
  height: 16px;
}
#blockssubmenu .item a {
text-decoration: none;
font-size: 10px;
}
#blocksquotes {
text-decoration: none;
font-size: 10px;
}
.repair {
  clear: both;
}
#title{
  color: white;
  font-size: 16px;
}
a {
  color: black;
}
a:link, a:visited {
  text-decoration: underline;
}
/* TOP */
#top {
 width: 960px;
}
/* LEFT */
.menu {
  color: black;
  font-weight: bold;
}

.menu-item {
  height: 20px;
  margin-left: 69px;
  text-align: left;
}
a.menuitem {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.menu-item-login {
  height: 18px;
  color: white;
}
.menu-item-user {
  height: 18px;
  text-align: left;
  
}
a.menuitem-user {
  text-decoration: none;
  font-weight: bold;
  margin-top: 5px;
}
/* RIGHT */
#left {
	float: left;
  width: 400px;
  height: 550px;
  font-size: small;
}
#right h3 {
  display: none;
}
#right .item {
	padding-left: 20px;
  width: 105px;
}
#right .item .title {
	padding-bottom: 5px;
  /*padding: 0.1em 0 0.1em 0.1em;
  margin-left: 10px;*/
  color: white;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
#right .item .title a {
  color: white;
  text-decoration: none;
}
#right .item .news-title {
  /*padding: 0.1em 0 0.1em 0.1em;
  margin-left: 20px;*/
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 10px;
  text-decoration: none;
}
#right .item .news-title a {
  color: #fff;
  text-decoration: none;
}
#right .item .news-text {
  /*padding: 0.4em 0 0.4em 0.4em;
  margin-left: 40px;*/
  font-size: 80%;
  color: white;
}
#right .item .news-text a {
  color: white;
  text-decoration: none;
}
#right .item .title:first-letter {
  text-transform: capitalize;
}
#right .item .text {
  /*padding: 0.4em 0 0.4em 0.1em;
  margin-left: 20px;*/
  font-size: 80%;
  color: white;
}
#right .item .text a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
/*
#right form * {
  margin: 1px 0;
}
#right form span img {
  margin: 0;
}
#right form .info img {
  vertical-align: bottom;
}
*/
/* MAIN */
.main { 
  float: left;
  width: 560px;
  height: 550px;
  background-color: white;
  text-align: left;
}
.main #title {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 15px 0px;
}
.main #title:first-letter {
  text-transform: capitalize;
}
.main #title a {
	text-decoration: none;
}
.main #title a:first-letter {
	text-transform: capitalize;
}
.main .main-text{
	font-size: 12px;
	margin-right: 15px;
	float: left;
	height: 550px;
	overflow: auto;
	margin-left: 15px;
	line-height: 130%;
}

.main .main-text td {
	font-size: 10px;
	border-bottom: none;
}
#text {
	/*background: #fff url(images/ivmi_blauw_klein_trans.jpg) no-repeat;
	background-position: 190px 10px;*/
}
.breadcrum {
  font-size: x-small;
  margin-bottom: 15px;
}

a.pagetitle {
  text-decoration: none;
  font-weight: bold;
  font-size: large;
  color: black;
  margin-top: 5px;
}

/* FOOTER */

.copyright {
  font-size: xx-small;
  margin-left: 5px;
  text-align: center;
  color: blue;
}
.copyright a {
  font-size: xx-small;
  color: blue;
}

/* EXTRA FOR LAYOUT PURPOSE*/
.div-button-two {
	cursor: default; 
	margin-left: 15px;  
	color: #fff;
}
.div-button-top { 
	cursor: default;
	margin-left: 15px; 
	margin-top: 10px; 
	color: #fff;
}
.div-button-one {
	cursor: default;
	margin-left: 15px; 
	margin-top: 15px; 
	color: #fff;
}
.div-button-click {
	cursor: pointer;
}

.optiontitle {
  color: black; 
  font-size: 13px; 
  font-weight: bold;
}
.optionnormal {
  margin-left: 10px;
}