/* order: type background block box border list positioning extension */
html {
	overflow-y: scroll;
}
body { /*optimized for 1024x768 => 955x600*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 2px 0px 20px 0px;
	text-align: center;
	background-color: White;
	background-image: url(../img/backgound.gif);
	background-repeat: repeat-x;
}
body * {
	padding: 0;
	margin: 0;
	text-align: left;
}
#p { /* page */
	width: 920px;
	margin: 0 auto;
}
#s_icf { /* mpi & icf */
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	width: 180px;
	display: block;
	float: left;
	margin-left: 5px;
	clear: both;
}
#s_icf span {
	font-weight: bold;
}
#s_icf span.icf {
	color: White;
}
#s_icf span.orat {
	color: Black;
}
#s_icf a, #s_icf a:link, #s_icf a:visited, #s_icf a:active {
	text-decoration: none;
}
#s_icf a:focus, #s_icf a:hover {
	text-decoration: underline;
}
#s { /* subnavigation */
	font-size: 0.6em;
	color: Black;
	width: 720px;
	display: block;
	float: right;
	text-align: right;
}
#s span.none {
	display: none;
}
#s a, #s a:link, #s a:visited , #s a:active {
	color: Black;
	text-decoration: none;	
}
#s a:focus, #s a:hover {
	color: White;
	text-decoration: underline;	
}
#h { /* header */
	width: 920px;
	margin-top: 10px;
}
#n { /* navigation */
	display: block;
	width: 650px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-left: 5px;
}
#n ul { /* primary */
	font-size: 0.7em;
	font-weight: bold;
	list-style-type: none;
}
#n ul.sec { /* secondary */
	font-weight: normal;
	float: left;
	margin-top: 7px;
}
#n ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 5px;
	border-left: 1px solid Black;
}
#n ul.sec li {
	border-left-color: #000;
}
#n ul li.f { /* first */
	padding-left: 0;
	border-left: 0;
}
#n a, #n a:link, #n a:visited, #n a:active {
	color: Black;
	text-decoration: none;
}
#n a:focus, #n a:hover {
	color: White;
	text-decoration: underline;
}
#n a.a, #n a.a:link, #n a.a:visited, #n a.a:focus, #n a.a:hover, #n a.a:active  { /* active */
	text-decoration: underline;
}
#h h1 {
	background: url(../img/mpi_logo.gif) no-repeat;
	display:block;
	float: right;
	width:250px;
	height:71px;
	overflow:hidden;
}
#h h1 img {
	width: 250px;
	height: 71px;
	border: 0;
}
#pl {
	display: block;
	margin: 0;
	padding: 0;
}
#c1 { /* container 1 */
	width: 920px;
	clear: both;
	padding-top: 30px;
}
#c1 img {
	display: block;
	float: right;
}
#cl { /* crosslink */
	display: block;
	float: right;
	width: 250px;
	height: 400px;
	line-height: 0;
}
#cl img {
	border: 0;
	padding: 0;
	margin: 0;
}
#cl img.bottom {
	margin-top: 20px;
}
#m { /* main */
	width: 645px;
	height: 470px;
	background-color: #F2F8B9;
/*	background-image: url(../img/background_content.jpg);
	background-repeat: repeat-y; */
	padding: 0;
}
#m[id] {
	height: auto;
	min-height: 470px;
}
#m h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #BDD718;
	display:block;
	width:635px;
	padding: 2px 5px 2px 5px;
	margin: 0;
}
#m h3 {
	font-size: 0.6em;
	font-weight: normal;
	background-color: #E7D39C;
	display:block;
	width:622px;
	padding: 1px 5px 1px 3px;
	margin: 0;
}
#c { /* content */
	font-size: 0.75em;
	color: #313031;
	line-height: 1.4;
	padding: 10px 0px;
}
#c p {
	padding: 0px 15px 0px 15px;
}
#c h6 {
	font-size: 1em;
	color: Black;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 15px;
}
#c h4 {
	font-size: 0.9em;
	color: #313031;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	background-color: #E7D39C;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}
#c h5 {
	font-size: 1em;
	color: #313031;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 15px;
}
#c a, #c a:link, #c a:visited, #c a:active {
	color: #313031;
	text-decoration: none;
}
#c a:focus, #c a:hover {
	color: #313031;
	text-decoration: underline;
}
#c span.mp {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#c span.icosys {
	font-weight: bold;
}
#c span.fact {
	font-style: italic;
}
#c span.highlight {
	font-weight: bold;
}
#c a.liame, #c a.liame:link, #c a.liame:visited, #c a.liame:active {
	color: #313031;
	text-decoration: none;
}
#c a.liame:focus, #c a.liame:hover  {
	color: #313031;
	text-decoration: underline;
}
#c ul {
	list-style: square outside;
	padding-left: 40px;
	margin-top: 15px;
}
#c ul li {
	padding: 5px;
}
#c ul li ul {
	list-style: disc outside;
	padding-left: 25px;
	margin-top: 5px;
}
#c ul li ul li {
	padding: 0px;
}
#m h3 {
	font-size: 1.5em;
	font-weight: bold;
	background-color: transparent;
	display:block;
	width: auto;
	padding: 0 15px;
	margin: 0;
}
#c table.Education {
	padding-right: 15px;
	margin-right: 15px;
}
#c table.Education th {
	vertical-align: top;
	font-weight: bold;
	background-color: #BDD718;
	padding: 1px 3px;
}
#c table.Education td {
	background-color: #E8E8E8;
	background-color: #E5F38A;
	padding: 1px 3px;
}
#c div.contact {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 20px;
}
#c div.contact img {
	margin-right: 10px;
}
#c div.contact h3 {
	font-size: 1.5em;
	color: Black;
	font-weight: bold;
	line-height: 1.2;
	border: 0;
	background-color: transparent;
	display: block;
	float: none;
	padding: 0 0 15px 15px;
}
#c div.contact h4 {
	color: #313031;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	display: inline;
	background: transparent;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#c div.statuten h5 {
	font-size: 1.1em;
	text-transform: uppercase;
}
#c div.statuten hr {
	margin: 2px 10px;
	color: #DAEC64;
}
#f {
	display: none;
}
#wko {
	border: 0;
	padding: 0;
	margin: 10px 0px;
}
div.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.03em;
	background-color: #DEDBDE;
	width: 430px;
	border: 3px solid #7B7973;
	text-align: center;
	display: block;
	padding: 5px;
	margin-bottom: 15px;
}
div.block { /* container if block element is required exp: noscript */
	display: block;
}
.print {
	display: none;
}

