@charset "utf-8";

/* CSS Document */



#container {

	width: 1024px;

	margin:5px auto;

	background-color:#000;

}



#background {

	background-image:url(background.jpg);

}



#abstand {

	height: 15px;

}



#content {

	background-image:url(overlay.png);

}



#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:#9999cc;

	border-bottom:3px Solid#9cae5b;

}



#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: #9cae5b;

}





#content a:link {

	text-decoration: none;

	color: #000;

}



#content a:hover {

	font-weight: bold;

}



#content p {

	font-family: Arial, Helvetica, sans-serif;

}



#table, td, th {

	color:#FFF;

}



