@charset "UTF-8";
/* CSS Document */

body,td,li,p {
	font: 100% arial,verdana,helvetica,sans-serif;
}

p {
	margin: 0;
}

img {
	border:0;
}

body  {
	margin: 0;
	padding: 0;
	/*text-align: center; */
}

#layouttabelle {
	width:100%;
	border:0;
	padding:0;	
	margin:0;
	text-align: left;
}

#layouttabelle td {
	vertical-align:top;
}

#navigation {
	width:180px;
	font-size:85%;
	white-space:nowrap;
	border:0;
	padding:0;
}

.menue {
	margin:0 0 15px 0;
}

.menueb {
	margin:0 0 15px 0;
	font-weight:bold;
}

.untermenue {
	margin:0 0 15px 15px;
}

.untermenueb {
	margin:0 0 15px 15px;
	font-weight:bold;
}

#fuss {
	font-size:85%;
	border:0;
	padding:0;
}

#gruen {
	color:#00934A;
}

a { color:#00934A; }
a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:focus		{ text-decoration:underline; }
a:hover		{ text-decoration:underline; }
a:active	{ text-decoration:none; }