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

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

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

#footer {
	background-image:url(Arbeitskopie_09.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:#33cccc;
	border-bottom:3px Solid#33cccc;
}


#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:hover,
#menu a:active {
	color: #33cccc;
}



