/*
	* cascading style sheet for IvMI
	* copyright 2fifty4 Webprojects (Lode, Jaap), 2006
	* 
	*Colors:
	*  borders: blue #00F;
	*	 background: green #BF7;
*/

/* OVERALL */
body {
  background-color: #333;
}
#body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 10px;
  width: 1000px; 
  text-align: left;
}
table {
  border: 0px solid black;
}
.repair {
  clear: both;
  display:block;
}

/* TOP */
/*.div_logo {
  float: left;
  text-align: center;
  height: 572px;
  width: 190px;
   /*border-top: 1px solid #00F;
  border-left: 1px solid #00F;
  border-bottom: 1px solid #00F;
  margin-top: 10px;
}*/
.logo{
  margin-top: 7px;
}
.div_titel {
  float: left;
  text-align: center;
  height: 90px;
  width: 900px;
  background-color: #b8b8b8;
  /*border: 1px solid #00F;*/
}
.div_logo {
  float: left;
  text-align: center;
  width: 900px;
  /*border: 1px solid #00F;*/
}
.titel {
  border: none;
  width: 780px;
}
.logo {
  border: none;
  width: 900px;
}
/* LEFT */
.menu {
  width: 900px;
  height: 30px;
  background-color: #b8b8b8;
  margin: 5px 0px;
  /*border-left: 1px solid #00F;
  border-right: 1px solid #00F;
  border-bottom: 1px solid #00F;*/
   
}

.menu-item {
  float: left;
  margin-left: 22px;
  text-align: center;
  width: 90px;
  padding-top: 6px;
  color: white;
}
a.menuitem {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: small;
}
.menu-item-user {
  margin-left: 22px;
  width: 90px;
  color: white;
  font-size: xx-small;
}
a.menuitem-user {
  text-decoration: none;
  font-weight: bold;
  color: white;
  margin-top: 4px;
  font-size: x-small;
}

/* MAIN */
.main { 
  float: left;
  width: 890px;
  min-height: 410px;
  padding: 10px 0px 20px 10px;
  /*border-right: 1px solid #00F;
  border-left: 1px solid #00F;
  border-bottom: 1px solid #00F;*/
  background-color: white;
}
.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: 250px;
  color: white;
}
.copyright a {
  color: white;
  text-decoration: underline;
}
