/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#FFFFFF;
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align:center;
}


/* Formatierungen Layout (grob) */
#seite{
 margin:0 auto 0;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:785px;
}

#seite_oben{
background: #C6E2FF url(../img/rundeecken_blau/ecke_ol.gif) left top no-repeat; /* Eckenfarbe */
text-align: right;
}

#seite_inhalt{
background: #C6E2FF; /* Eckenfarbe */
padding: 0 20px; /* Höhe der Eck-Grafik*/
}

#seite_unten{
background: #C6E2FF url(../img/rundeecken_blau/ecke_ul.gif) left bottom no-repeat; /* Eckenfarbe */
text-align: right;
}


#banner{
 background:#FF7F24 url(../img/xxx.jpg);
 clear:both;
 height:100px;
}

#banner_oben{
background: #FF7F24 url(../img/rundeecken_orange/ecke_ol.gif) left top no-repeat; /* Eckenfarbe */
text-align: right;
}

#banner_inhalt{
background: #FF7F24; /* Eckenfarbe */
padding: 0 20px; /* Höhe der Eck-Grafik*/
}



#links{
 float:left;
 margin-right:20px;
margin-left:2px;
 width:170px;

}

#rechts{
 float:left;
 margin:0 0 20px 0;
 width:553px;
}

#fuss{
 background:#FF7F24;
 clear:both;
}


#fuss_inhalt{
background: #FF7F24; /* Eckenfarbe */
padding: 0 20px; /* Höhe der Eck-Grafik*/
text-align:center;
}

#fuss_unten{
background: #FF7F24 url(../img/rundeecken_orange/ecke_ul.gif) left bottom no-repeat; /* Eckenfarbe */
text-align: right;
}


/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:3px solid #FF7F24;
 color:#666;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}

#links p{
 text-align:justify
}

#fuss p{
 color:#eee;
 font:.85em "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen rechte Spalte */
#rechts ul{
list-style:none;
 margin:0px 0px 0px 0px;
}

#rechts ul li{
 background:url(liste.jpg) no-repeat;
 display:block;
  margin:0px 0px 0px 0px;
 padding:0px 0px 0px 16px
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  color:#000;
}

/* Menü-Formatierungen */
#menue {
width: 159px;
}

#menue ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menue li {
margin-top: 15px;
padding: 0px;
}

#menue li a, #menue li a:link {
text-decoration: none;
}
#menue li a:hover, #menue li a:active, #menue li a:focus {
border-left: 4px solid #FF7F24;
}


/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:underline;
}

a:hover{
 text-decoration:none
}

#fuss a{
 color:#fff;
 text-decoration:underline
}

#fuss a:hover{
 text-decoration:none
}

#gitarren td {
 padding-right:10px;
 padding-bottom:10px;

}

#gaestebuch{
border:none;
}

