body	{
	font-family: Verdana,Arial,  Geneva, Helvetica, sans-serif;
	color: #3D3D3D;
/*	text-align: center;*/
	text-shadow: Blue;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: #FFF6D0;
	text-align: center;
	font-size: 8px;
}

#center 	{
	/*position: relative;*/
	width: 770px;
	margin: 0 auto; 
	background-color: #ffffff;
	}

#titel	{
	color: #E8B009;
	font-size: 12px;
	height: 40px;
	font-weight: bold;
	text-indent: 10px;
}

#inhalt_output	{
	font-size: 12px;
	width: 500px;
	padding: 0 0 0 10;
}

td	{
	font-size: 12px;
}

input	{
	border: 1px solid;
}

textarea	{
	border: 1px solid;
	}

 a:link	{
 color: Gray;
 	text-decoration: none;
 }
 a:visited	{
 color:Gray;
 text-decoration: none;
 }
 a:hover{
 color:blue;
 text-decoration: none;
 }
 a:active{
 color: Gray;
 text-decoration: none;
 }

#button	{
	background-color: #F2F2F2;
	color: #3D3D3D;
}
 