@CHARSET "ISO-8859-1";

#naviAktuell {
	position: absolute;
	left: 511px;
	top: -1px;
	padding: .4em 1.2em;
	border: 1px solid black;
	background-color: black;
	color: white;	
}

/* -----------------------------------------------------------------------------------------*/
/* SUBNAVI */

#subNavi {
	position: absolute;
	text-align: center;
	top: 0px;
	right: 20px;
	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 (Galerie) */

#inhalt {
	height: 42em;
}

#galerie {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 644px;
	height: auto;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 100%;
                border: none;	
}

#galerie a{
                text-decoration: none;
                border: none;
}

#table {
                margin-left: 31px;
}

/*------------------------------------------------------------------------------------------*/