@CHARSET "ISO-8859-1";

html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color: #070066;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

table td, table tr, table {
	text-align: left;
	vertical-align: top;
}

.error {
	color: #ff0000;
}

#middle h1 {
	font-size: 120%;
}
#middle h2 {
	font-size: 110%;
}
#middle h3 {
	font-size: 100%;
}
#middle h4 {
	font-size: 95%;
}

#middle {

}

#suchbox,#categorybox {
	width: 190px;
/*	border-top: 3px solid red; */
	margin-top: 10px;
	padding-top: 2px;
}

#inhalt {
	background-color: #ffffff;
	color: #070066;
	margin: 0px 200px 0px 200px;
	padding: 5px 5px 5px 5px;
	min-height: 400px;
	/* hack for IE - cannot handle min-height, see http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	height: 400px;
}

#links {
	position: absolute;
	left: 0px;
	width: 200px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	min-height: 400px;
	/* hack for IE - cannot handle min-height, see http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	height: 400px;
}

#rechts {
	position: absolute;
	right: 0px;
	width: 200px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	min-height: 400px;
	/* hack for IE - cannot handle min-height, see http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	height: 400px;
}

#act_profil,#act_aktuell,#act_history {
	border-width: 1px;
	border-style: dashed;
	border-color: purple;
	padding: 10px;
	margin: 10px;
}

#titel {
	clear: both;
	height: 90px;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.menuitem {
	font-size: 80%;
}
#title img {
	margin: 10px;
	padding: 10px;
}

#footer {
	float: both;
	clear: both;
	text-align: center;
	position: relative;
	margin: 0;
	top: 10px;
}

.act_short {
	clear: left;
	/*	height: 110px; */
}

.act_short img {
	border: 0px;
}

.rss {
	margin: 5px;
	padding-bottom: 5px;
}

.rss_title {
	font-weight: bold;
}

.rss_item {
	font-size: 80%;
}

.smallfont td,.smallfont th {
	font-size: 70%;
}