/* css-file fuer msi-website */
body {
 margin:0px;
 padding:0px;
 text-align:center;
 font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
 font-size:13px;
 color:#e5e5e5;
 background-color:#3C3C3C;
}

#alles {
 width:950px;
 margin:16px auto;
 text-align:left;
}

#languagebox {
 height:40px;
 width:156px;
 float:left;
 padding-left:4px;
/* background-color:#f00;*/
}

#headlinebox {
 height:40px;
 width:770px;
 float:right;
/* background-color:#0ff;*/
}

#menubox {
 width:160px;
 float:left;
 line-height:22px;
/* background-color:#0f0;*/
}

#contentbox {
 width:770px;
 float:right;
/* background-color:#00f;*/
}

#copyrightbox {
 padding: 25px 0px;
 text-align:center;
/* background-color:#ff0; */
}

img {
 border:0px;
}

h1 { font-size:21px; font-weight:normal; margin:0px; padding:0px; }
h2 { font-size:18px; font-weight:normal; margin:0px; padding:0px; }
h3 { font-size:15px; font-weight:normal; margin:0px; padding:0px;  }
p { /* line-height:20px; */  padding-bottom:10px;margin:0px;}

table {  font-size:13px; }
tr.staffhead {
  background-color:#888;
}
tr.staff {
  background-color:#626262;
}

A      { text-decoration:underline; color : #E5E5E5; }
A:Hover { color : #28A9FF; }
A.menu {
 text-decoration : none; 
 background : url(images/linkblau.jpg) center left no-repeat;
 padding-left : 20px;
}
A.submenu {
 text-decoration : none;
 font-size:10px;
 padding-left : 25px;
 line-height:12px;
}
A.language { text-decoration:none; }

/* Institutslinks [cca 01.04.2009] */
	#inst_links { text-align:right; line-height:22px; }
	#inst_links a {
	 background: url(images/1x1.gif) center right no-repeat;
	 padding-right : 20px;
	 text-decoration:none;
	}
/* KB */
	#inst_links a.gelb { background-image: url(images/linkgelb.jpg) }
	#inst_links a.gelb:hover { color: #FFFF66; }
/* MS */
	#inst_links a.lila { background-image: url(images/linklila.jpg) }
	#inst_links a.lila:hover { color: #E2C6FF; }
/* BCB */
	#inst_links a.hellblau { background-image: url(images/linkhellblau.jpg) }
	#inst_links a.hellblau:hover { color: #AAFFFF; }
/* MBM */
	#inst_links a.gruen { background-image: url(images/linkgreen.jpg) }
	#inst_links a.gruen:hover { color: #BBFFBB; }
/* WEWS */
	#inst_links a.orange { background-image: url(images/linkorange.jpg) }
	#inst_links a.orange:hover { color: #FF9933; }
/* MIA */
	#inst_links a.ocker { background-image: url(images/linkocker.jpg) }
	#inst_links a.ocker:hover { color: #FFCC99; }
/* sonst 2010 */
	#inst_links a.grau { background-image: url(images/linkgrau.jpg) }
	#inst_links a.grau:hover { color: #888; }

