@charset "utf-8";
/* CSS Document */

#container {
	width: 1024px;
	margin:5px auto;
	background-color:#000;
}

#background {
	background-image:url(background.jpg);
}

#abstand_oben {
	height: 15px;
}

#abstand_unten {
	height: 130px;
}

#content {
	background-image:url(overlay.png);
}

#footer {
	background-image:url(footer.png);
	height: 6px;
}

#abschluss {
	height: 25px;
	background-color:#000;
}

#menu {
	height: 26px;
	padding-top: 45px;
	padding-bottom: 26px;
	overflow:hidden:;
	position:relative;
}
.left{
}
.right{
	position:absolute;
	top:62px;
	right:10px;
	height:100%;
}

.right a {
	color:#cc9999;
	border-bottom:3px Solid#b9e1f9;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
    padding: 0.1em 0.3em;
}

#menu a.aktiv,
#menu a.menu_current,
#menu a:hover,
#menu a:active {
	color: #b9e1f9;
}

#content {
	color: #fff;
}

#content a {
	color: #fff;
}

#content a:link {
	text-decoration: none;
	color: #000;
}

#content a:hover {
	font-weight: bold;
}