body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0;
	background	: url(images/bg.gif) repeat-x #939393;
}

/* Farben
 rot : #DE0000
 grau-bg : #939393
*/

* {
	margin : 0;
	pading : 0;
}

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

p { margin : 1em 0; }

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #DE0000;
	margin-bottom : 1em;
}
h2 {
	font-size : 1.2em;
	color			: #CACACA;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #FFFFFF; }

a.menutop {
	display		: inline-block;
	font-size	: 11px;
	padding		: 0 8px;
}
a.menutop:hover, a.link:hover { color : #FFFFFF; }

a.menu {
	display		: block;
	font-size	: 11px;
	padding		: 1px 0px 1px 20px;
	background: url(images/menu.gif) no-repeat 3px;
	margin-bottom	 : 7px;
}
a.menu:hover {
	color : #333333;
	background: url(images/menu_on_02.gif) no-repeat #DDDDDD 3px;
}

a.menu_on {
	display		: block;
	font-size	: 11px;
	padding		: 1px 0px 1px 20px;
	margin-bottom	 : 7px;
	color : #333333;
	background: url(images/menu_on_02.gif) no-repeat #DDDDDD 3px;
}

a.link {
	padding-left : 15px;
	background	 : url(images/menu_on.gif) no-repeat 0 3px;
}

img {
	border : none;
}

span.black {
	color : #333333;
}

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #CACACA;
	background	: #CACACA;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
