body {
background-color:#676767;
padding:0;
margin:0;
}

p, h1, h2, p, td
{
    margin: 0px;
    padding: 0px;
    color: black;
    text-align: left;
    font: normal 13px/19px Verdana;
    letter-spacing: 0.03em;
}

a
{
    color:#81020d;
    Text-decoration:none;
}

a:hover
{
    color: black;
}

h1
{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

h2
{
    font-weight: bold;
}
ul
{
padding:5px 0 5px 15px;
margin:0;
}

li
{
    font: normal 13px/19px Verdana;
}


img{
border:none;}

/*Tabellenformate  */
table
{
    padding: 0px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
}
td
{
border-bottom:solid 1px #aaa;
}

th
{
border-bottom:solid 2px #aaa;
color:#81020d;
text-align:left;
 font: normal 13px/19px Verdana;
 vertical-align:bottom;
}

th * 
{color:#81020d;
}

.OhneLinien td, .OhneLinien th, .OhneLinien
{
border:none;
}

/* Spezielle Formate für Editor */

.BildLinks
{
float:left;
padding-right:8px;
}

.BildRechts
{
float:right;
padding-left:8px;
}


/* Layers */

#TopContainer
{
width:1025px;
margin-left:auto;
margin-right:auto;
height:640px;
background-color:#f1f0ee;
overflow:visible;
}

.wrapper
{
float:left;
}

#SchattenUnten
{   clear:both;
    position: relative;
    height: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
 
}
#SchattenUntenlinks
{   float:left;
    width:15px;
    background-image: url('/css/bilder/unten-links.png');
    background-repeat:no-repeat;
}

#SchattenUntenmitte
{   float:left;
    width:995px;
    background-image: url('/css/bilder/unten.png');
    background-repeat: repeat-x;
}

#SchattenUntenrechts
{   float:left;
    width:15px;
    background-image: url('/css/bilder/unten-rechts.png');
    background-repeat:no-repeat;
}


#SchattenRechts
{
    height: 640px;
    width: 15px;
    margin: 0;
    padding: 0;
    background-image: url('/css/bilder/rechts.png');
    background-repeat: repeat-y;
    background-color:#676767;

}


#Header
{
    position: relative;
    padding:0px;
    margin:0px;
    width: 1010px;
    height: 124px;
    z-index: 1;
    background-color:White;
}

#Logo
{   position:absolute;
    top:15px;
    left:60px;
	z-index:1;
}

#Stimmungsbild
{   position:absolute;
    top:0px;
    right:30px;
	z-index:1;
}

#RoterVerlauf
{   position:absolute;
    top:114px;
    left:0px;
	z-index:0;
	width:100%;
	overflow:hidden;
	}
	
#Hintergrundbild
    {
    position:absolute;
    right:0px; 
    z-index:0;
	top:0px;
    }	

#InhaltBody
{
    position:relative;
	left:0px;
	width:1010px;
	height:515px;
	z-index:2;
	margin: 0px;
	padding: 0px;
	
	background-image:url('/css/bilder/Notenschluessel.png');
    background-repeat: no-repeat;
    background-attachment:inherit;
    background-position: 600px 0px;
}

#Inhalt
{
    
    position: absolute;
    left: 250px;
    top: 80px;
    width: 710px;
    padding-right:50px;
    height: 430px;
    overflow: auto;
    z-index: 2;
    
}

#Inhalt td
{
    padding-right: 4px;
    vertical-align: top;
}




.Drucken
{
    position: absolute;
    left: 955px;
    width: 30px;
    height: 20px;
    z-index: 10;
    top:150px;
    visibility:hidden;
}


