/*  Stylesheet for the IMSP Homepage
	written by Markus Blaurock */
	
* {
	font-family: Myriad, Arial, sans-serif;
	padding: 0;
	margin: 0;

}

body {
	margin: 0px; 
	padding:0px;
	text-align:center;
	}
	
#wrap {
	width:900px;
	margin:0px auto;
	text-align:left;
	
	}

#header {
	background-color:#ffffff;
	float: left;
	width: 100%;
	height: 136px;
	margin: 0.4em 0 0 0;
	text-align: left;
	border: 1px solid #ffffff;
}

#main_menu {
	float: left;
	width: 100%;
	margin: 0em 0em 0em 0em;
	padding: 0.3em 0em 0.3em 0em;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333333;
	background-color: #ffffff;
	border-right-style: double;
	border-left-style: double;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

#main_menu ul li {
	display: inline;
	padding-left:0.8em;
}

#main_menu a {
	font-size: 1.0em;
	padding: 0.2em 0.2em 0.2em 0em;
	margin-right: -0.1em;
	font-weight: normal;
}

#main_menu a:visited, #main_menu a:link {
	color:#333333;
	background-color:#ffffff;
	text-decoration: none;
}

#main_menu a:active, #main_menu a:hover {
	color:#5c7588;
	background-color: #ffffff;
	text-decoration: none;
}

#textbox {
	background-color: #fff;
	float: left;
	width: 100%;
	margin-left: 0em;
	padding-top: 1em;
}

#textbox p {
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
}

#textbox a {
	font-size: 0.8em;
}

#intext img {
	text-decoration: none;
	float: left;
	margin: 10px;
	padding: 10px;
	overflow: visible;
	clear: none;
}

#textbox dt {
	font-family: myriad, sans-serif;
	margin-top: 0.8em;
	font-size: 0.7em;
}

#textbox dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	padding-left: 4em;
	margin-top: 0.3em;
}

#newsbox {
	float: right;
	width: 16em;
	height: 40%;
	padding: 0.2em;
	margin-left: 0.5em;
	background-color: #CCCCCC;
	font-size: 0.8em;
}

#header img {

align: right;
padding: none;
}

h1 {
	color: #5c7588;
	font-size: 1.0em;
	visibility: hidden;
	margin-bottom: -1.2em;
}

h2 {
color:#5c7588;
font-size: 1.0em;
font-weight: bold;
padding: 0.7em 0em 0.7em 0em;
}

h3 {
color:#00000;
font-size: 0.9em;
font-weight: bold;
padding: 0.7em 0em 0.7em 1em;
}

h4 {
color: #5c7588;
margin-top: 0.2em;
margin-bottom: 0.2em
}

