body {
	font: 90% Helvetica, Verdana, sans-serif;
	text-align: center;
	padding-bottom: 0px;
	background-image: url(../images/bg_links2.gif);
	background-repeat: repeat-y;
	background-color: #74C5CC;
	background-attachment: fixed;
}
.bgrot {
	color: #aa1122;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
	background-color:#FFF;
	padding-left: 2px;
	padding-right: 2px;
}
.blau {
	color: #4DB3B9;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
}
.rot {
	color: #aa1122;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
}
a.type1:link {
	color:#FFF;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
	text-decoration: none;
}

a.type1:visited {
	color:#FFF;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
	text-decoration: none;
}
a.type1:hover {
	color:#aa1122;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
	text-decoration: none;
	background-color: #FFF;
}

a.type1:active {
	color:#FFF;
	font-size: 11px;
	font-family: Courier, Monaco, monospace;
	text-decoration: none;
}
#inhalt {
	font-family: Courier, monospace;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	height: 500px;
	width: 100%;
	padding-top: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	visibility: visible;
	top: 0px;
	left: 400px;
	display: inline;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	float: right;
	display: inline;
}
#menu {
	font-family: Courier, monospace;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 150px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	position: absolute;
	top: 320px;
	left: 105px;
	display: inline;
}
