body {
	background-image:		url(/background.gif);
	background-attachment:	scroll;
	background-repeat:		repeat;
	background-color:		white;
	height:						100%;
}


#logocontainer {
	width:				90%;
	margin: 			20px auto; 
	text-align:			center;
}
	
#inhalt {
	width:					90%;
	color:					#404040;  /*#707070;*/
	font-family:			serif;
	font-size:				11pt;
	font-weight:			200;
	letter-spacing:			0.06em;
	margin:					5px auto 5px auto;
	padding-bottom:			30px;
	display:block;
}

#footer {
	margin-top:			2em;
	width:					90%;
	color:					#707070;
	font-family:			serif;
	font-size:				8pt;
	font-weight:			200;
	letter-spacing:		0.09em;
	margin:					auto;
	padding-top:			1%;
	text-align:				center;
	clear:both;
}

.container-kat {
	width:					49%;
	border:					1px solid #808080;
	min-width:				30em;
	text-align:				center;
	margin:					5px 0px 5px 0px;
}

li {
	line-height:	150%;
}
.container-topics {
	text-align:				left;
}

a {
	font-weight:			900;
	font-style:				oblique;
	text-decoration:		none;
	color:					#707070;
}

a.menue {
	font-weight:			inherit;
	font-style:				inherit;
	text-decoration:		inherit;
	color:					inherit;
}

li.todo {
	font-style:				oblique;
	font-weight:			100;
	color:					#A0A0A0;
}

#subtitle {
	font-style:				oblique;
	text-indent:			2em;
	margin-top:				-1em;
	padding-bottom:		1em;
}

#title {
/*	padding-bottom:		0px;
	margin-bottom:			0px;*/
}

td.ueberschrift {
	font-weight:			900;
	background-color:		#C0C0C0;
}
td.alt {
	background-color:		#E0E0E0;
}

