body {
	font-family : Arial;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
}

/* Farben
 blau : #2E3092
 grau	: #A8A8A8
*/

td {
	font-family : Arial;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #2E3092;
}
h2 {
	font-size : 1.2em;
	color			: #2E3092;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #2E3092; }

a.menu {
	display		: inline-block;
	/*height:36px;*/
	font-size	: 11px;
	padding		: 23px 3px 2px 33px;
	background : url(images/menu.gif) no-repeat top right;
}
a.menu:hover {
	color : #2E3092;
	background : url(images/menu_on.gif) no-repeat top right;
}

a.menu_on {
	display		: inline-block;
	font-size	: 11px;
	padding		: 23px 3px 2px 33px;
	color : #2E3092;
	background : url(images/menu_on.gif) no-repeat top right;
}
a.menu_on:hover {
	color : #2E3092;
	background : url(images/menu_on.gif) no-repeat top right;
}

img {
	border : none;
}
img.galerie {
	width : 300px;
	height: 170px;
	float	: left;
	margin: 0 10px 10px 0;
}

ul {
	list-style-type : square;
	color						: #2E3092;
}

textarea, input {
	font-family : Arial;
	color				: #333333;
	border			: 1px solid #333333;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}