body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
	background	: #FCFCFC;
}

/* Farben
 grau	: #959595
 rot	: #FF1909
*/

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #333333;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #FF1909; }

a.menu {
	font-size	: 12px;
	margin		: 6px 0;
	display		: block;
	padding		: 0 0 10px 25px;
	background	 : url(images/button.gif) no-repeat;
	border-bottom:1px solid #959595
}
a.menu:hover { color : #FF1909; }

img {
	border : none;
}



textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #959595;
	background	: #FFFFFF;
	margin			: 1px 0;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
