/* Mozilla */
html { height:100%; background-color:#DCE0D3; }

/* IE */
body { height:100%; background-color:#DCE0D3; }

/* Die mainMenue */
#mainMenue { padding:5px; margin:1%; height:5%; width:80%; }

/* Der Inhalt */
#inhalt { height:80%; width:80%; padding:5px; margin:0px 10px; text-align: left; }

#mainMenue,#inhalt {
	background-color:#ffffff;
	border:1px solid #669966;
	left:200px;
	top:50px;
  -moz-border-radius:10px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

/* normal Link */
a:link, a:visited {
	color:#ff0000;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

a:hover { color:#006600; background-color: #DCE0D3; }

#imageEbene { 
	position:absolute; 
	top:150px;
	right:75px;
	background:#ffffff;
	border:1px solid #669966;
	padding:10px;
	z-index:2; 
	width: 60%; 
	-moz-border-radius:10px;
}

/* link Head */
a.menuHead {
  color:#ff0000;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.menuImageTitle {
	margin:0px -5px 5px 0px;
	padding:2px;
	background-color:#DCE0D3;
	font-weight: bold;
	color: #303030;
	text-align:center;
	width: 100%;
}


