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

/* OVERALL */
a {
  color: black;
}
#bgcolor {
background: #555;
}
body {
  background: #555;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  margin: 0px; 
  padding: 0px;
}

#body {
  width: 900px;
  margin-top: 10px;
  padding: 0px 10px 10px 10px;
  text-align: left;
  background: #eee;
}
.repair {
  clear: both;
  display:block;
}

/* TOP */
.div_titel {
  float: left;
  text-align: center;
}
.titel {
  border: none;
}

/* LEFT */
.menu {
  height: 24px;
  background-color: #019;
}
.left-item {
  color: black;
}
.menu-item {
  float: left;
  width: 120px;
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
a.menuitem {
  text-decoration: none;
  font-weight: bold;
  margin-top: 5px;
  color: white;
  font-size: xs-small;
}
a.menuitem:hover {
  text-decoration: none;
  font-weight: bold;
  margin-top: 5px;
  color: black;
  font-size: xs-small;
}
.menu-item-user {
  width: 90px;
  height: 25px;
  font-size: xx-small;
}
a.menuitem-user {
  text-decoration: none;
  font-weight: bold;
  color: black;
  margin-top: 5px;
  font-size: x-small;
}

/* RIGHT */
#right {
  float: left;
  margin: 2em 0 0 1em;
  width: 200px;
  font-size: small;
  border: 0px solid #0F0;
}
#right h3 {
  display: none;
}
#right a {
  color: white;
}
#right .item {
  margin: 0 0 0.5em;
  width: 200px;
  background-color: #019;
}
#right .item .title {
  margin-left: 20px;
  padding: 0.1em 0.1em 0.1em 1em;
  color: #eee;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.4em;
  width: 149px;
  border-bottom: 1px dashed #eee;
}
#right .item .title a {
  color: white;
}
#right .item .title:first-letter {
  text-transform: capitalize;
}
#right .item .titlesmall {
  padding: 0.1em 0.1em 0.1em 1em;
  color: #eee;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.4em;
  width: 149px;
  border-bottom: 1px dashed #eee;
}
#right .item .titlesmall a {
  color: white;
}
#right .item .titlesmall:first-letter {
  text-transform: capitalize;
}
#right .item .text {
  padding: 0.4em 0.4em 0.4em 1em;
  font-size: 10px;
  color: white;
  width: 200px;
}
/*
#right form * {
  margin: 1px 0;
}
#right form span img {
  margin: 0;
}
#right form .info img {
  vertical-align: bottom;
}
*/

/* MAIN */
.main { 
  width: 500px;
  min-height: 280px;
  padding-left: 10px;
  padding-top: 10px;
}
#title {

}
.text {
 overflow: auto;
 width: 480px;
 padding-right: 10px;
 padding-left: 20px;
 padding-top: 1em;
 color: black;
 font-size: 12px;
}

#text a {
  text-decoration: underline;
}
.breadcrum {
  font-size: x-small;
  margin-bottom: 15px;
}

a.pagetitle {
  text-decoration: none;
  font-weight: bold;
  font-size: x-large;
  color: #019;
  margin-top: 5px;
}

/* FOOTER */

.copyright {
  font-size: xx-small;
  margin-left: 5px;
  color: white;
}
a.copyright {
  color: white;
  text-decoration: underline;
}

