body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
	background	: url(/images/bg.gif) repeat-x;
}

/* Farben
 rot : #CF3333
 blau: #151C57
 gelb: #FFE93C
 grau: #E7E8E7
*/

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1.1em;
	color			: #CF3333;
	text-transform : uppercase;
}
h2 {
	font-size : 1.2em;
	color			: #151C57;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #CF3333; }

a.menu {
	display		: block;
	font-size	: 10px;
	padding		: 5px 0 5px 23px;
	background: url(/images/menu.gif) no-repeat;
	border-bottom : 1px solid #E7E8E7;
	text-transform: uppercase;
}
a.menu:hover { color : #CF3333; }

img {
	border : none;
}

ul { list-style-image : url(/images/li.gif); }

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #E7E8E7;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
