/* <![CDATA[ */
body {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:black;
	background-color:white;
	background-image:url(../imgs/inadem_splash_logo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	margin:0;
	padding:.5em;
	position: fixed;
	text-align: right;
	left:60px;
	top:162px;
	z-index:1;
	width:10.5em;
}
/* ]]> */

#menu img {
	padding-bottom:11px;
}

#headline {
	padding-left:15em;
	padding-top: 8px;
}

#content {
	position: absolute;
	top: 162px;
	padding-left:19em;
	padding-right:10em;
	visibility: visible;
}

#footertext {
	font-size:9px;
	text-align: right;
	margin-bottom: 25px;
}

#horizont {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#splashimage {
	margin-left: -255px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 511px;
	height: 168px;
	visibility: visible;
}

img {
	border: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold
}

a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold
}
p {
	text-align: justify;
}
