@CHARSET "ISO-8859-1";

#naviAktuell {
	position: absolute;
	left: 245px;
	top: -1px;
	padding: .4em 1.2em;
	border: 1px solid black;
	background-color: black;
	color: white;	
}

/* -----------------------------------------------------------------------------------------*/
/* SUBNAVI */

#subNavi {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 180px;
	margin: 0px;
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 80%;
	background-color: white;
}


#aktuellSubNavi {
	margin: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em 1em;
	border: 1px solid #747474;
	color: white;
	background-color: black;
}

#subNavi a{
	text-decoration: none;
	margin: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: .2em 1em;
	color: black;
	background-color: white;
	border: 1px solid #747474;
}

* html subNavi a , * html subNavi span{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

#subNavi a:hover{
	color: white;
	background-color: black;
	padding: .2em 1em;
}


/* SUBNAVI */
/* -----------------------------------------------------------------------------------------*/

/* Inhalt (Anlässe) */

#inhalt {
	height: 46em;
}

#anlass {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 644px;
	height: auto;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 100%;
	border: none;
}

#schriftAnlass {
	height: 43px;
	width: 293px;
}

#anlass p {
	margin-left: 10px;
}

#innen1 {
                position: absolute;
	top: 31em;
	left: 120px;
	width: 200px;
	height: 150px;
	border: none;
}

#bild_innen1 {
                height: 150px;
                width: 200px;
                border: none;
}

#innen2 {
                position: absolute;
	top: 29.5em;
	right: 130px;
	width: 150px;
	height: 200px;
	border: none;
}

#bild_innen2 {
                height: 200px;
                width: 150px;
                border: none;
}


#nachoben {
	position: absolute;
	width: 75px;
	height: 26px;
	bottom: 30px;
	right: 15px;
	border: none;
}

#bildnachoben {
	heigth: 26px;
	width: 75px;
	border: none;
}

#nachoben a {
	text-decoration: none;
	border: none;
}



/*------------------------------------------------------------------------------------------*/
