/* ***********************/
/* Style sheet           */
/* ***********************/

body 
{ 
      background: url(http://www.schenkluhn.de/bilder/back1.jpg);
      background-color:  #efc585;
      color: black;
      margin-top:5px; 
      margin-bottom:5px; 
      margin-left:5px;
      margin-right:5px;
/*      
scrollbar-base-color: #efc585; 
      scrollbar-arrow-color: #bc9525;
      scrollbar-DarkShadow-Color: blue;
*/
}

A:hover 
{
      color: #ff7f50;
      background-color:  #efc585;
}

.kopf 
{ 
     
      font-size: x-large; 
      
}

.klein 
{ 
      font-size:x-small ;  
}

.update
{ 
      text-align: right;
      color: #bc9525;
      font-size:x-small ; 
      
}
.ueberschrift 
{ 
      font-size: x-large;
}
/*
.normaltext 
{ 
      font-size:normal; 
}*/

.textbox 
{
      border: 3px solid #bc9525;
      background-color:  #efc585;
      color: black;
}

.zelle 
{
      border: 1px solid #bc9525;
      background-color:  #efc585;
      color: black;
}

.tabelle
{
	border: 3px solid #bc9525;
	
}

.tabelle th
{
	background-color: #bc9525;
	text-align: center;
	
}

.menue
{
      border: 3px solid #bc9525;
      background-color:  #efc585;
      color: black;
}

H1 
{
      text-decoration: underline;
      /*font-size:25pt; */
}


H2, H3, H4, H5, H6 {
											  text-decoration: underline;
												font-size:20pt; 
}

A:link { color:#000000; text-decoration:underline; }
A:visited { color:#000000; text-decoration:underline; }
A:active { color:#FF0000; text-decoration:underline; }