body, div, h1, h2, h3, h4, h5, h6, p, a {
	border: 0px; margin: 0px; padding: 0px;
	font-family: Trebuchet MS, Arial, Verdana;
	}
	
#pagebox {
	width: 600px;
	margin: 50px auto;
	}
	
.floatleft {
	width: 430px;
	float: left;
	border: 1px dotted #cccccc;
	padding: 5px;
	}

.floatright {
	width: 140px;
	float: right;
	border: 1px dotted #cccccc;
	padding: 5px;
	}
	
.clearall {
	clear: both;
	height: 5px; width: 100%;
	}

.navi a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #9999ff;
	background-color: #eeeeee;
	}

.navi2 a {
	display: block;
	margin-top: 15px;
	color: #9999ff;
	background-color: #eeeeee;
	}
	
.navi a:hover, .navi a.on {
	background-color: #ffffff;
	color: #ff9900;
	}
	
#footer {
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #cccccc;
	}
	
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
	}

#rubrikintro h1 {
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	}
	
#rubrikintro h2 {
	padding: 0px 10px 15px 10px;
	font-size: 14px;
	}
	
#rubrikintro h3 {
	padding: 0px 10px 15px 10px;
	font-size: 12px;
	}

#rubrikintro p {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	}
	
#rubrikintro p a {
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
	}
	
#rubrikintro p a:hover {
	text-decoration: none;
	color: #9999ff;
	}

#rubrikintro img {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #9999ff;
	padding: 2px;
	}

#rubrik_kontent {
	border-top: 1px solid #cccccc;
	}
	
#rubrik_kontent table {
	margin: 10px;
	font-size: 12px;
	}

td {
	padding: 0px 3px 10px 3px;
	}

td.header {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	}

td.inhalt {
	border-bottom: 1px solid #eeeeee;
	}

td.abgesagt {
	color: #fc0000;
	border-bottom: 1px solid #eeeeee;
	text-decoration: line-through;
	}
	
ul {
	font-size: 12px;
	}

.newsitem {
	background-color: #eeeeee;
	margin: 10px 0px;
	padding: 10px;
	}

.newsitem h3 {
	font-size: 10px;
	text-align: right;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	}

.newsitem h1 {
	font-size: 16px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	color: #ff9900;
	}

.newsitem h2 {
	font-size: 14px;
	background-color: #ffffff;
	padding: 0px 5px 10px 5px;
	color: #9999ff;
	}

.newsitem p {
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px 5px 5px 5px;
	}

.newsitem p a {
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
	}
	
.newsitem p a:hover {
	text-decoration: none;
	color: #9999ff;
	}
	