@import "reset.css";
@import "text.css";

body {
	color: Red;
	background-color: Black;
	font-family: sans-serif;
	text-align: center;
	font-size: 85%;
	margin:0;
	padding:0 0 10px 0;
}
a {
	color:#a6c7e2;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.content {
	position: relative;	
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.clearer {
	position: relative;
	clear: both;
}
.font_cp {
	font-variant: small-caps;
}
.small {
	font-size: 80%;
	font-variant: small-caps;
}
.trq {
	color: #a6c7e2;
}
.abgesagt {
	text-decoration: line-through;
}
.center {
	text-align: center;
}
.ita {
	font-style: italic;
}
.bold {
	font-weight: bolder;
}
.bottomspace {
	margin-bottom: 5px;
}
.spacer {
	margin:0;
	padding:0 5px;	
	text-align: right;
	font-size: 90%;
	font-variant: small-caps;
}
.header {
	position: relative;
	left:0;
	top:0;	
	width: 960px;
	height: 250px;
	background: url('logotop.jpg');
	z-index: 333;
}
.menu {
	position: absolute;
	top: 225px;
	left:0;	
	height: 25px;
	margin: 0 auto;
	width: 100%;
	color: Red;
	z-index: 666;
	overflow: hidden;
}
.menu_top {
	top:0;
	left:0;	
	height: 25px;
	margin: 0 auto;
	width: 100%;
	color: Red;
	z-index: 666;
	overflow: hidden;
}
.menu dl, .menu_top dl {
	position: relative;
	left: 50%;
	margin:0;
	padding:0;
	list-style-type: none;
	height: 25px;
}
.menu dt, .menu_top dt {
	position: relative;
	float: left;
	right: 50%;
	margin:0;
	border-top: 1px solid Red;
}
.menu a, .menu a:visited, .menu_top a, .menu_top a:visited {
	display: block;
	padding: 3px 5px;
	text-align: center;
	color: Black;
	background-color: Red;
	height: 25px;
	width: 125px;
	text-decoration: none;
	border-right: 1px solid Black;
}
.menu a:hover, .menu_top a:hover {
	color: Black;
	background-color: transparent;
	text-decoration: none;
}
.menu a.left, .menu_top a.left {
	width: 128px;
	border-left: 1px solid Red;
}
.menu a.right, .menu_top a.right {
	width: 129px;
	border-right: 1px solid Red;
}
.menu span.selected, .menu_top span.selected {
	display: block;
	height: 25px;
	width: 125px;
	color: Black;
	background-color: transparent;
	padding: 3px 5px;
	text-align: center;
	border-right: 1px solid Black;
}
.menu span.selected_right, .menu_top span.selected_right {
	display: block;
	height: 25px;
	width: 129px;
	color: Red;
	background-color: transparent;
	padding: 3px 5px;
	text-align: center;
	border-right: 1px solid Red;
}
.content2 {
	background-color: Black;
	padding: 5px;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
}
.nopad {
	padding:0;
}
.left_content {
	position: relative;
	float: left;
	top:0;
	left:0;
	width: 400px;
	height: 300px;
}
.left_content2 {
	position: relative;
	float: left;
	top:0;
	left:0;
	width: 390px;
	height: 300px;
	overflow: auto;
	margin-right: 10px;
}	
.left_content ul, .left_content2 ul {
	margin-left: 30px;
}
.right_content {
	top: 0;
	left: 400px;
	width: 545px;
	height: 300px;
	overflow: auto;
}
.band .left_content {
	width: 250px;
}
.band .right_content {
	width: 695px;
}
.band .desc {
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 2px dotted #a6c7e2;
}
.band h3 {
	color: #a6c7e2;
	padding-bottom:0;
}
.band img {
	float: right;
	padding: 5px;
}
.footer {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed Red;
	border-bottom: 1px solid Red;
	border-left: 1px solid Red;
	border-right: 1px solid Red;
}
.footer a img, a:visited img {
	text-decoration: none;
	border:0;
	vertical-align: middle;
}
