body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
	background	: url(images/bg.gif) repeat-y center;
}

/* Farben
 rot	: #E6252B
 blau	: #004E89
 gleb	: #F5E351
*/

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}
td.heiz {
	width			 : 415px;
	text-align : center;
	background : #DDDDDD;
}

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #333333;
}
h2 {
	font-size : 1.2em;
	color			: #333333;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #E6252B; }

a.menutop {
	font-size	: 12px;
	margin		: 0 15px;
}
a.menutop:hover { color : #E6252B; }

p.liste {
	display		: block;
	font-size	: 12px;
	color			: #004E89;
	margin		: 3px 0;
	font-weight: bold;
}

img {
	border : none;
}

ul {
	margin-left : -1.6em;
}
* html ul {
	margin-left : 1.3em;
}

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #DDDDDD;
	background	: #FFFFFF;
	font-size		: 1em;
	margin			: 1px 0;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
