body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	padding: 0;
	margin: 0;
}

a img{ border: 0px none }

.main {
	background-repeat: no-repeat;
	width: 900px;
	height: 709px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	

	
}

.menu {
	width: 100%;
	height: 25px;	
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	top: 170px;
	left: 0px;
	z-index: 2;
}

.menu_inaktiv {
	text-decoration: none;
	color: #555;
}
.menu a:hover {	
	text-decoration: underline;
	color: #000;
}

.menu_aktiv {
	font-weight: bold;
	color: #ba9aab;
	text-decoration: none;
}

.menu_layer {
	position: relative;
	top: 190px;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	height: 25px;
	z-index: 1;
}

.content {
	width: 100%;
	height: 400px;		
	text-align: center;	
	position: relative;
	top: -220px;
	left: 0px;
	z-index: 2;
}

.content_layer {
	position: relative;
	top: 165px;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	height: 400px;
	z-index: 1;
}

.content_layer_start {
	position: relative;
	top: 165px;
	left: 0px;	
	width: 100%;
	height: 400px;
	z-index: 1;
}

.footer {
	position: relative;
	top: -180px;
	left: 550px;
    	width: 400px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
}
.footer a {
	text-decoration: none;
	color: #555;
}
.footer a:hover {	
	text-decoration: underline;
	color: #000;
}

.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.termin_table {
	width: 600px;
}
.termin_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
}
.termin_date {
	color: #ba9aab;
	font-weight: bold;
}
.content_text {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;		
}
.bold {
	font-weight: bold;
}

