/*
Formatierung aller DIV-Elemente und deren KIND-Elemente
*/
#kopf1 {
width: auto;
height: 58px;
background-color: #000000;
}

#kopf1 #bild01{
width: 595px;
height: 58px;
margin: 0 auto;
background: url('bilderSeite/index_kopf01.gif') no-repeat;
}

#kopf2 {
width: 100%;
height: 90px;
background-color: #CCCC99;
}

#kopf2 #bild02 {
width: 697px;
height: 80px;
background: url('bilderSeite/index_kopf02.gif') no-repeat;
float: right
}

#container {
width: 860px;
height: 630px;
margin: 30px auto;
text-align: left;
background: #CCCC99;
//border-color:#aaaaaa;
//border-style: solid;
border-width: 0px;
}

#hauptbereich {
width: auto;
height: 99%;
background: #CCCC99;
//border-color:#cc0000;
//border-style: solid;
border-width: 0px;
}

#navigation {
 width: 260px;
 height: 600px;
 background: #CCCC99;
 padding-left: 10px;
 padding-top: 135px;
 float: left;
//border-color:#ccaaaa;
//border-style: solid;
border-width: 0px;
}

#navigation .menuepunktaktiv {
 color: #CC0000;
 font-size: 1.2em;
 text-align: right;
}

#navigation .button01 {
 width: 250px;
 height: 24px;
 text-align: right;
 border-width: 0px;
 font-size: 1.2em;
 padding: 3px;
 background: #CCCC99;
}

#rechtespalte {
 width: 560px;
 height: 600px;
 background: #CCCC99;
 padding: 0 5px;
 float: right;
 overflow: auto;
//border-color:#aaccaa;
//border-style: solid;
border-width: 0px;
}

#rechtespalte h1
{
 color: #cc0000;
 font-weight: bold;
}

#rechtespalte h2
{
 margin-top: 20px;
 font-weight: bold;
}

#rechtespalte blockquote
{
 margin: 10px;
}

#rechtespalte .button01
{
 width: 50px;
 text-align: center;
 font-style: italic;
 background-color: #CCCC99;
 color: #000000;
 margin-top: 10px;
 padding: 3px;
 border-width: 0px;
 font-size: 1.2em;
}

#bild03 {
 position: absolute;
 top: 58px;
 left: 0px;
 width: 240px;
 height: 172px;
 background:  url('bilderSeite/index_biggi-michael-0240x0172.jpg');
}