html, body, #bg, #bg table, #bg td {
	height:100%;
	width:100%;
	margin:0;
	font-family:arial;
        font-size:0.9em;
}

#bg {
	overflow:hidden;
	position:fixed;
}

html, div, map, dt, isindex, form {
	display:block;
}

tbody {
	display:table-row-group;
	vertical-align:middle;
}

tr {
	display:table-row;
	vertical-align:inherit;
}

#bg td {
	text-align:center;
	vertical-align:middle;
}

#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
	width:100%;
}

img {
	display:block;
}

a {
	color:#582011;
	text-decoration:none;
	outline: 0;
}

a:hover {
	text-decoration:underline;
}

#logo {
	z-index:2;
	position:absolute;
	top:0px;
	margin-left:50%;
}

#navigation {
	z-index:3;
	position:absolute;
	top:3px;
	left:210px;
}

#content {
        z-index:2;
	position:absolute;
	top:120px;
	width:800px;
        left:50%;
        margin-left:-400px;
}

#container {
	margin-top:30px;
	float:left;
}

#container2 {
	margin-top:30px;
	float:left;
        padding-left:30px;
}

#willkommen, #termine, #links, #impressum, #kontakt {
	background:url(../images/bg.png);
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}

#termine, #links, #impressum, #kontakt {
	margin-bottom:10px;
}

#termine {
	width:375px;
}

.Veranstaltung a:focus,
.Veranstaltung a:active {

}	

			
.Veranstaltung a span {
	display: none;
	color:#000000;
	font-size:0.8em;
}

.Veranstaltung a:hover {
	text-decoration:none;
}

.Veranstaltung a:focus span,
.Veranstaltung a:active span {
	display: block;
	border:0;
	text-decoration: none;
}

.datum {
	color:#000000;
}

.Veranstaltung {
	color:#582011;
	text-decoration:none;
	outline: 0;
}

.mehrInfos {
	font-size:0.8em;
}

#links {
	width:375px;
}

.Beschreibung {
	font-size:0.8em;
}

#kontakt {
	margin-top:-13px;
}

form p {
        margin-bottom: 1em;
}

form p label {
        float: left;
        width: 10em;
        margin-top: 0em;
}

form p input,
form p select,
form p textarea {
        border: 0.08em solid #582011;
        width: 20em;
}

form p select {
        width: auto;
}

form p textarea {
        width: 40em;
        height: 10em;
}

form p input#formInput_submit,
form p input#formInput_reset {
        width: auto;
	color:#FFFFFF;
	border: 0.08em solid #FFFFFF;
	background-color:#582011;
}

form fieldset {
	border: 0.08em solid #582011;
}

form legend {
	color:#582011;
	font-weight:bold;
}