/* Optionales */
html {
	font-family: Herlevtica, Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size:small; line-height:1.5em; }
a:link, a:visited, a:hover, a:active { cursor:pointer; }
input, textarea { cursor:text; }
ul li { list-style-type:square; }
ol li { list-style-type:decimal; }

/* RESET ENDE */


/*************
 * HTML
 **************/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/bg_wand.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #A39179;
	font-size: 9pt;
	text-align: center;
}
h1 {
	font-size: 1.3em;
}
input, textarea {
	border: 1px solid black;
}	
p {
	line-height: 1.5em;
}
table {
	width: auto;
}
caption {
	font-size: 1.2em;
	padding: 2px;
}
td, th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
th {
	font-weight: bold;
}
img {
	border: 1px solid black;
}
/******************
 * Formulare
 *****************/
form {
	line-height: 150%;
}
input, textarea {
	color: #000000;
	background-color: #CCCCCC;
}
input:focus, textarea:focus {
	color: #000000;
	background-color: white;
}
input.submit {
	margin-left: 5em;
}
label.left {
	float: left;
	text-align: right;
	width: 5em;
	margin-right: .3em;
}
input[type=text] {
	float: left;
}
input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 12.3em;
	margin-right: .5em;
}
form br {
	clear: both;
}
label, select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
}
/******************
 * Main Menu
 ******************/
ul#mainmenu img {
	border: 0px;
}
ul#mainmenu {

	width: 99.6%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	padding-top: 0px;
	position: fixed;
	top: 25px;
	left: 0px;
	height: 25px;
	background-color: #D8D5D0;
	text-align: center;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: black;
	font-size: 1.5em;

top: 0;
left: 0;
position: expression("absolute");
         top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
ul#mainmenu li {
	list-style: none;
	display: inline;
	margin: 0 4px 0 4px;
}
ul#mainmenu a:link, ul#mainmenu a:visited {
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding: 5 0 5 0px;
	text-align: center;
	color: black;
	text-decoration: none;
	text-transform:uppercase;
}
ul#mainmenu a:hover {
	color: black;
	position: relative;
	left: -1px;
	top: -1px;
}
ul#mainmenu a#aktiv {
	position: relative;
	left: -1px;
	top: -1px;
	font-size: 1.2em;
	color: #000066;
}
/********************
 * Submenu
 ********************/
ul#submenu {
	border: 3px solid black;
	padding: 2px;
	text-align:center;
}
ul#submenu li {
	display: inline;
}
/********************
 * Boxen und Rahmen
 ********************/

div#band {
	margin: auto;
}
div#band img {
	border: 3px solid grey;
	margin: 1em;
}

div#aktuell {
	border: 2px solid black;
	width 30%;
	position: absolute;
	top: 65px;
	left: 130px;
	
/*	position: absolute;
	top: 80px;
	left: 5%;
*/	font-weight: bold;
	font-size: 1.2em;
	padding: 3px;
	text-align: center;

}

div#inhalt {
	overflow: auto;
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	padding: 10px;
	border: 2px solid black;
	position: relative;
	top: 195px;
	width: 95%;
	height: 350px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
/* 	background-color: #D8D5D0; */
}
div.footer {
	display: none;
	font-weight: bold;
	font-size: 0.8em;
	text-align:center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	bottom: -150px;
}
/*******************
 * Neues
 ******************/
fieldset#neues {
	width: 250px;
	float: right;
}
fieldset#neues ul li {
	list-style-type: none;
	border-bottom: 1px solid black;
}
/*******************
 * Auftritte
 ******************/

tr.kommend {
	color: red;
}
tr.kommend td {
	font-weight: bold;
}
/*******************
 * Bio
 ******************/
table#band {
	border: 2px solid black;
	width: auto;
}

table#band td {
	padding: 0px;
	border: 0px;
}
table#band img {
	border: 0px;
}


@media print {
ul#mainmenu, div.footer {
	display: none;	
}
div#rahmen {
	border: none;
}
div#inhalt {
	overflow: visible;
}
}
