body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #656E73;
	text-align	: center;
	margin			: 20px;
	background	: #808080;
}

/* Farben
 rot	: #622F2F
 grau	: #656E73
*/

* {
	margin : 0;
	pading : 0;
}

table {
	border-spacing:0;
}

td {
	font-family : Verdana;
	color				: #656E73;
	vertical-align : top;
}

p { margin : 1em 0; }

div {
	text-align : left
}

h1 {
	font-size : 2.8em;
	font-family : Times New Roman;
	font-style : italic;
	color			: #622F2F;
	margin-bottom : 1em;
}
h2 {
	font-size : 1.4em;
	font-family : Times New Roman;
	font-style : italic;
	color			: #656E73;
	margin-bottom : 1em;
}

a {
	color : #656E73;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #622F2F; }

a.menu {
	color 		: #656E73;
	display		: inline-block;
	font-size	: 16px;
	margin		: 7px 0 7px 15px;
	font-family : Times New Roman;
	text-decoration: underline;
	font-style : italic;
}
a.menu:hover { color : #622F2F; }

a.link {
	padding-left : 10px;
	background	 : url(images/arrow_red.gif) no-repeat 0 4px;
}

img {
	border : none;
}
img.mosaik {
	widht : 50px;
	height: 40px;
	float	: left; 
	margin: 0 1px 1px 0;
}
img.home {
	width : 150px;
	height: 113px;
	float	: left;
	margin: 0 10px 10px 0;
}

ul { list-style-type : square; }
li { color : #622F2F; margin-bottom : 10px; }
span.li { color : #656E73; }


textarea, input {
	font-family : Verdana;
	color				: #656E73;
	border			: 1px solid #656E73;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}