body
{
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #333;	
	line-height: 24px;
	margin: 0;
	background: #74CF92 url('img/background_dark.jpg') top repeat-x;
}
img
	{
	border: 0;
	background: none;
	}

input, textarea
	{
	border: 2px solid #0066FF;
	font-family: arial;
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
	color: #666;
	background: url('img/input.jpg') bottom repeat-x;
	width: 80%;
	margin-left: 5%;
	}
.button
	{
	width: auto;
	border: 2px solid #f90;
	background: #fc0;
	color: #333;
	}

#transparent
{
	position: absolute;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	background: url('img/transparent.png');
}
#container
{
	margin: 0 10px 10px 10px;
	background: #2BC66C url('img/background.jpg') no-repeat;
}
	#container a
		{
		color: #ffff00;
		text-decoration: none;
		}
		#container a:hover
			{
			color: #ffffff;
			text-decoration: underline;
			}
#logo
{
	background: url('img/background_logo.jpg') no-repeat;
	height: 210px;
	text-align: center;
}
#content
{
	background: #2BC66C url('img/background2.jpg') no-repeat;
}
.inhalt
{
	width: 596px;
	margin-left: 18px;
	border: 2px solid #069736;
	float: left;
	background: #fff;
	overflow: hidden;
}
* html .inhalt
	{
	height: 100%;
	}

.menu
{
	width: 178px;
	float: right;
	min-height: 300px;
	background: url('img/schaf.png') no-repeat top left;
	text-align: center;
}
	.menu a
		{
		background: none;
		}
.padding
{
	padding: 10px;
}

.fehler
	{
	border: 2px solid #f00;
	color: #900;
	padding: 5px;
	background: #ffc;
	}

