html, body {
    margin: 0;
    font-family: Verdana, sans-serif;
    background-color: #9e0b0e;
    color: #FFFFFF;
    font-size: 12px;
}

a {
    color: #FFBF00;
}

a:hover {
    color: #FFFFFF;
}



.schaltflaeche {
    text-align: center;
    display: block;
    width: 56%;
    padding: 4px 2%;
    margin: 0 17%;
    border: 1px solid #FFBF00;
    background-image: url(../templates/bgpix_rot.png);
}

.schaltflaeche:hover {
    background-color: #FFBF00;
    background-image: none;
    color: #000000;
    border-color: #000000;
    text-decoration: none;
}





/*********************************************************************
 Postionierungen Template
*********************************************************************/
#zentrierterContent {
    position: absolute;
    width: 770px;
    height: 450px;
    margin-left: -385px;
    margin-top: -225px;
    left: 50%;
    top: 50%;
}

#gitarre {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

#schimmerOben {
    position: absolute;
    background-image: url(../templates/bg_rot_01.png);
    height: 10px;
    width: 770px;
    left: 0;
    top:0;
    z-index: 1;
}

#schimmerUnten {
    position: absolute;
    left: 0;
    top: 440px;
    background-image: url(../templates/bg_rot_03.png);
    height: 10px;
    width: 770px;
    z-index: 1;
}

#content {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../templates/bg_rot_02.png);
    background-repeat: repeat-y;
    height: 430px;
    width: 770px;
    z-index: 1;
}



.menu {
    position: absolute;
    left: 90px;
    top: 75px;
    z-index: 50;
}

.menu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #FFBF00;
}

.menu a:hover {
    text-decoration: underline;
    color: White;
}

.submenu {
    margin-bottom: 5px;
}

.submenu a {
    margin-left: 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
}


#inhalt {
    position: absolute;
    right: 10px;
    top: 0;
    width: 550px;
    height: 430px;
    overflow: auto;
    z-index: 10;
}

#filmstreifen {
    z-index: 20;
}

#filmstreifen table {
    position: relative;
}

#hintergrundbild {
    position: absolute;
    right: 10px;
    width: 550px;
    height: 430px;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 5;
}






/*********************************************************************
 Seitenspezifische
*********************************************************************/
.bandtabelle td {
	border: #D6B949 1px dashed;
	padding : 4px;
	vertical-align : top;
	font-size : 12px;
	text-align: center;
	background-image: url(../templates/bgpix_rot.png);
}

.bandtabelle th {
	border: none;
	padding-top: 15px;
	vertical-align : top;
	font-size : 12px;
	text-align: left;
	font-weight: bold;
	background: none;
}

.bandtabelle {
	width : 60%;
	margin: 0 20%;
	max-width : 300px;
}
#termine li {
    width:300px;
	border: #D6B949 1px dashed;
	padding:5px;
	background-image:url(../templates/bgpix_rot.png);
	margin: 5px;
}






/* Links */
.links {
    border: 1px dashed #FFBF00;
    width: 250px;
    height: 310px;
    padding: 5px 0;
    float: left;
    margin: 5px;
    overflow: auto;
    text-align: center;
    background-image:url(../templates/bgpix_rot.png);
}








