/* --- BODY  -----------------------------------*/
body{
	color:#FFFFFF;
	background-color: #000000;
	height:100%;
}
h1{
    color:#FFFFFF;
}
h2 {
    color:#FFFFFF;
}
p{
    color: #FFFFFF;
    font-weight:bold;
}
input {
	opacity: 0.85;
	background-color:#FFFFFF;
	border: none;
	height:34px;
	padding-left: 10px;
}
/* --- Veranstaltung  --------------------------*/

.v1 {
	opacity: 0.90;
	background-color:#0099CC;
	width:550px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.vtermin {
	background-color:#6B91D6;
	height:50px;
}
.vtermin h1{
	width:35%;
	padding-left: 10%;
	float:left;
	font-size: 14px;
	text-align:left;
	font-weight:bold;
}
.vtermin h2{
	padding-top: 8px;
	padding-right: 20px;
	vertical-align: middle;
	float:right;
}

.vtext {
	text-align: left;
	padding: 10px 0px 3px 80px;
	background-color:#4473CA;
	min-height:110px;
}
.vtext h1{
	padding-top: 20px;
	font-weight:bolder;
	color:#363638;
	line-height:18px;
}
.vtext h2{
	font-weight:bolder;
	color:#363638;
	padding-top: 5px;
}

.vpreis {
	background-color:#4473CA;
	min-height:60px;
}
.vpreis h1 {
	width:65%;
	padding-left: 10%;
	float:left;
	font-size: 14px;
	text-align:left;
}

.vpreis h2{
	padding-top: 10px;
	padding-right: 20px;
	float:right;
	width: 98px;
}
.vpreis h2 a{
	height: 31px;
	background: url(../img/btnbuch.png) no-repeat bottom left;
	display: block;
}
.vpreis h2 a:hover{
	height: 31px;
	background: url(../img/btnbucho.png) no-repeat bottom left;
}

/**************************************************************************************************/
/**************************************************************************************************/

pre {
	text-indent: 30px;
}

#tabmenu {
	color: #fff;
	padding-left: 5%;
	z-index: 1;
	width: 500px;
	text-align: left;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	background: #2d455d;
}

#tabmenu a {
	
	font: normal 1em verdana, Arial, sans-serif;
	border: 1px solid black;
	padding: 8px 5px 8px 5px;
	margin: 0px; text-decoration: none;
	cursor: default;
}

#tabmenu a:hover {
	background: #000;
}

#auswahl {
	width: 800px;
	height: 220px;
	margin: 0 auto;
	font: 0.9em/1.3em verdana, sans-serif;
	text-align: justify;
	background: #000;
	opacity: 1;
	padding: 20px;
	margin-top: 6px;
	border: 1px solid black;
	border-top: none;
	z-index: 2;
}

#auswahl h2 {
	font-size: 18px;	
}

#auswahl a {
	text-decoration: none;
	color: #E8E9BE;
}

#auswahl a:hover {
	background: #aaaaaa;
} 

#content_1 a {
	font-size:14px;
	font-weight:bold;
	padding: 1px;
}

.monat_active {
	background: #aaaaaa;
}

.tabactive {
	background-color: #000000;
}
/*----------------------------------------------*/
