/* Allgemein */

body {
	background: #ffffff url(bilder/bg.jpg) repeat-x;

}

/* Layout */
#main {
	background-image: url(bilder/tablebg.jpg);
	background-color: White;
	width: 900px;
	height: 800px;
	background-repeat: no-repeat;	
}
#content
{
	border: thin solid #f6ff02;
	width: 625px;
	text-align: justify;
	margin: 5px;
	padding: 5px;
	background-image: url(bilder/bg-table.png);
}
#menue {
padding: 5px;

	border: thin solid #f6ff02;

}
ul#nav {
	
	list-style: none;
	width: 130px;
}

a#button {
  display:block; width:130px; height:1.3em; padding:3px;
  text-align:center; font-weight:bold; text-decoration:none;
}
a#button:link, a#button:visited {
	color: #000;
	background-color: #FFE239;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
a#button:hover {
	color: #000;
	background-color: #FFD700;
	padding: 4px 2px 2px 4px;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
a#button:active {
	color: #fff;
	background-color: #FFD700;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

a:link, a:visited{
	text-decoration: none;
	color: #822E00;
}
a:hover, a:active {
	text-decoration: none;
	color: #F45600;
}

div.transOFF {border:0; }
div.transON  {
opacity:0.5;
filter: alpha(opacity=50);
 -moz-opacity: 0.5; 
 border:0; 
 
 }
 
 h1 {
	background-color: #FFD700;
	font-size: 22px;
}

#bild {
	padding: 5px;
}
	
	

