body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #FFDD9F;
	text-align	: center;
	margin			: 0px;
	background	: url(images/bg.gif) repeat-x #C5CD00;
}

/* Farben
 braun	: #562800
 gruen	: #C5CD00
 rose		: #FFDD9F
*/

td {
	font-family : Verdana;
	color				: #FFDD9F;
	vertical-align : top;
}

div {
	text-align : left
}
div.bild {
	width	: 306px;
	float	: left;
	margin: 0 15px 15px 0;
}

h1 {
	font-size : 1.4em;
	color			: #C5CD00;
}
h2 {
	font-size : 1.2em;
	color			: #C5CD00;
}

a {
	color : #C5CD00;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #FFDD9F; }

a.menu {
	display		: inline-block;
	color			: #562800;
	font-size	: 12px;
	padding		: 8px 22px;
	border-right : 1px solid #562800;
}
a.menu:hover { color : #FFDD9F; }

a.link {
	padding-left: 10px;
	background 	: url(images/pfeil.gif) no-repeat;
}

img {
	border : none;
}
img.bild {
	width	: 302px;
	height: 162px;
	padding-bottom : 25px; 
}

ul { margin-left : 335px; }

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #FFDD9F;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

textarea.randlos, input.randlos {
	border			: none;
	background	: #562800;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}