a 
{  /* Links */
	color: blue;
	border: none;
}

img
{ /*Bilder*/
	border: none;
}

font
{ /* normale Schrift */
  font-size: 12px;
}

table
{
	font-size: 12px;
}

body 
{ /* Gesamthintergrund */
	font-family:"Arial";
	font-size: 12px;
	background: url(icons/hintergrund.jpg);
}

textarea
{/*Textfelder formatieren*/
	font-family:"Arial";
	font-size: 14px;
}

input
{/*inputs formatieren*/
	font-family:"Arial";
	font-size: 14px;
}

h1
{/*Überschrift auf der Startseite*/
	font-face: Verdana;
	font-size: 20;
	color:#CD0000;
	font-weight:bold;
	text-align:center;
}

h2
{/*Überschrift auf der Startseite*/
	font-face: Verdana;
	font-size: 16;
	color:black;
	text-align:center;
	font-weight:bold;
}

h3
{/*Überschrift auf der Startseite*/
	font-face: Arial;
	font-size: 10;
	color: red;
	text-align:center;
}

#titel 
{ /* Inhaltsüberschrift */
	padding-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	color: white;
	font-family:"Arial";
	background-color: #CD0000;
	font-size:20px;
	font-weight:bold;
	text-align: left;
}

.titel 
{ /* Inhaltsüberschrift */
	padding-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	color: white;
	font-family:"Arial";
	background-color: #CD0000;
	font-size:20px;
	font-weight:bold;
	text-align: left;
}

#banner 
{ /* Banner */
	height: 100px;
	width: 999px;
	font-size: 60px;
	font-weight: bold;
	color:black;
	font-family: "Arial";
	text-align:center;
}

#abstand
{ /* kleiner Abstand*/
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#footer
{/* Namen unter Inhalt*/
  font-size: 12px;
  font-family: "Arial";
  text-align: center;
  font-weight: bold;
}

#error
{ /* Error Meldung*/
  font-size: 14px;
  font-family: "Arial";
  color: #CC0000;
  font-weight:bold;
}

.titelnavi
 { /* Überschriften über den Navi Punkten */
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	color:white;
	font-family:"Arial";
	background-color: #CD0000;
	font-size:20px;
	font-weight:bold;
}

.main 
{ /*Hauptgerüst*/
	margin: 0 auto;
	width:1000px;
	background-color: white;
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.middle
{ /* Alles zwischen Banner und dem unteren bzw seitlichen Rand */
	width:1000px;
	float:left;
	background-color: white;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	color: black;
}

.content 
{ /* Inhalt */
	font-family: "Arial";
	font-size: 14px;
	float:left;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	width:698px;
	height:auto !important;
	height:800px;
	min-height:800px;
}

.leftframe 
{ /* Navigation */ 
	float:left;
	width: 150px;
	font-family:"Arial";
	font-weight: bold;
	font-size: 12px;
	height:100%;
	border-top:solid 1px #000;
}

.rightframe 
{ /* rechtsbündige Navi */
	float:right;
	width: 150px;
	font-family:"Arial";
	font-weight: bold;
	font-size: 12px;
	height:100%;
	border-top:solid 1px #000;
}

h5.error 
{ /* h5 Überschrift in Error Meldung */
	color:#CD0000;
}

.dpTable 
{
	background: #fff;
}

.newstable
{ /*Newstabelle Startseite*/
	width: 80%;
	border:none;
}

.newstable .tr-head
{ /*Head Newstabelle Startseite*/
	background: #DD0000;
}

.newstable .tr-head td
{ /*Zeile Head Newstabelle Startseite*/
	color: white;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #000;
}

.newstable .tr-head2 td
{/*List Tabelle Head Zeile*/
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.newstable .tr-news
{ /*Spalte News*/
	background: white;
	color: black;
	font-size:12px;
}

.newstable .tr-news td
{ /*Zeile News*/
	border-bottom: 1px solid #000;
	text-align:left;
}

.listtable 
{ /*List Tabellen*/
	width: 100%;
	border: none;
	margin-bottom: 5px;
	border-spacing: 0px;
}

.listtable td 
{/*List Tabelle Zeile*/
	padding: 2px;
}

.listtable .tr-head td
{/*List Tabelle Head Zeile*/
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.listtable .tr-even td
{/*List Tabelle even*/
	background: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
}

.listtable .tr-odd td 
{ /*List Tabelle odd*/
	background: #eee;
	padding-top: 4px;
	padding-bottom: 4px;
}

.newstable2
{ /*Newstabelle Startseite*/
	width: 100%;
	border:none;
	border-spacing: 0px;
}

.newstable2 .tr-head
{ /*Head Newstabelle Startseite*/
	background: #DD0000;
}

.newstable2 .tr-head td
{ /*Zeile Head Newstabelle Startseite*/
	color: white;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #000;
}

.newstable2 .tr-head2 td
{/*List Tabelle Head Zeile*/
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.newstable2 .tr-news
{ /*Spalte News*/
	background: white;
	color: black;
	font-size:12px;
}

.newstable2 .tr-news td
{ /*Zeile News*/
	border-bottom: 1px solid #000;
	text-align:left;
}

.kalendertable 
{
	width: 100%;
	border: none;
	font-size:12px;
	font-family:Arial;
	padding: none;
	border-spacing: 0px;
}

.kalendertable td 
{
	padding: 2px;
	border-spacing: 0px;
}

.kalendertable .tr-head td
{
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.td-kategorie
{
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000;
	width: 3%;
}

.wochenende 
{
	background: #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 3%;
} 

.woche 
{
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 2%;
}

.termin 
{
	background-color: #dd0000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 3%;
}

.feiertag
{
	background-color: #ff7f50;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 3%;
}