html
{
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	font-family: Arial;
	font-size: 12px;
	text-align: center;

	background-image: url(img/hint.jpg);
}

/* allgemeines fuer Tabellen */

table
{
	font-family: Arial;
	font-size: 12px;
}

/* LINKS */

a
{
	color: black;
	padding-left: 10px;

	background-image: url(img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.presse
{
	padding: 0px;
	background-image: none;
}

#inner_navi a.flag
{
	display: inline;
	border: none;
}

a.bilder
{
	background-image: none;
}

/* LAYOUT */

#container
{
	margin: 0px auto;
	padding-bottom: 10px;

	position: relative;

	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

	border-left: double 3px black;
	border-right: double 3px black;

	/*background-color: #ff1901;*/
	background-color: #ffffa4;
}

#banner
{
	width: 800px;
	height: 150px;

	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;

	border-bottom: solid 1px #9f0100;
}

*html #banner
{
	margin-bottom: 20px;
}

#navi
{
	position: absolute;
	top: 180px;
	left: 10px;

	width: 130px;

	min-height: 100px;
	height: auto !important;
	height: 100px;

	text-align: left;
}

#inhalt
{
	margin-left: 150px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;

	width: auto;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

/* die inneren DIVs zur Anzeige des Inhaltes */

#inner_navi
{
	margin: 2px;
	padding: 0px;

	width: auto;
	height: auto;
}

#inner_inhalt
{
	margin: 2px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0px;

	width: auto;
	height: auto;

	text-align: justify;
}

/* die Links der Navigation */

#inner_navi a
{
	display: block;

	padding: 0px;
	background-image: none;
	text-decoration: none;
	text-transform: uppercase;

	font-size: 11px;
	color: black;

	margin-top: 5px;
	padding-left: 5px;
	border-bottom: dashed 1px #9f0100;


}

/* Style fuer die Inhaltsseiten*/

ul.bands
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 20px;

	list-style: none;
}

table.cds
{
	width: auto;
}

table.cds td
{
	width: 25%;
	padding: 5px;
	text-align: center;
	background-color: #ffffa4;
	border: solid 1px black;
}

span.mitarbeit
{
	display: block;
	margin: 0px;
	padding: 0px;

	text-align: right;
}

#audio td
{
    background-color: #ffffa4;
	border: solid 1px black;
	width: 50%;
}

#audio td.euregio
{
	text-align: justify;
}

table.fotos td
{
	width: 33%;
	padding: 3px;
}

i.zitat {
	color: #cd6500;
}



ul#events {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#events li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #444;
}

ul#events li  p{
	margin: 5px 10px;
}


