@charset "utf-8";
#sprache {
	position:absolute;
	left:1025px;
	top:10px;
	width:35px;
	height:32px;
	z-index:11;
}

body {
	background-color: #ccccff;
	font-family: "Comic Sans MS";
}
#raemy_logo {
	position: absolute;
	height: 110px;
	width: 640px;
	left: 5px;
	top: 5px;
	z-index: 10;
}
#link_table {
	position: absolute;
	height: auto;
	width: 130px;
	top: 130px;
	left: 5px;
	text-align: center;
	border: 1px solid #FF0000;
}
#seiten_menu {
	width: 150px;
	font-size: 12px;
	text-align: center;
	height: 50px;
	position: absolute;
	left: 590px;
	top: 200px;
	font-weight: bold;
	z-index: 3;
}
#inhalt {
	width: 850px;
	position: absolute;
	top: 280px;
	left: 240px;
	text-align: center;
	z-index: 2;
}
#inhalt #abschluszeile {
	height: 30px;
	width: 850px;
	position: static;
	left: 25px;
	top: 10px;
	color: #FFFFFF;
	background-color: #CC0033;
	text-align: center;
	bottom: 30px;
	border: 5px solid #FF3333;
}

#seitentitel {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0033;
	text-align: center;
	letter-spacing: 6px;
	width: 850px;
	border: 5px solid #FF3333;
	position: absolute;
	left: 240px;
	top: 140px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
a:active {
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
