body {
	font-family : Arial;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
}

/* Farben
 blau	: #19469D
 hellblau	: #AFB2D9
 grau	: #A0A0A0
*/

td {
	font-family : Arial;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #19469D;
}
h2 {
	font-size : 1.2em;
	color			: #AFB2D9;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #19469D; }

a.menu {
	display		: block;
	font-size	: 12px;
	padding		: 8px 0 8px 25px;
	background: url(images/menu.gif) no-repeat;
	border-bottom : 1px solid #EBECF5;
}
a.menu:hover { color : #19469D; }

a.link {
	color : #19469D;
	padding-left : 12px;
	background :url(images/pfeil.gif) no-repeat;
}
a.link:hover { color : #19469D; }

img {
	border : none;
}


textarea, input {
	font-family : Arial;
	color				: #333333;
	border			: 1px solid #A0A0A0;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}