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

img
{
	border: none;
}

body 
{ /* Gesamthintergrund */
	background-color: #aaa;
	font-family:"Arial";
	font-size: 12px;
}

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

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

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

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

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

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

.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;
}

.main 
{
	margin: 0 auto;
	width:1000px;
	background-color: white;
	border: solid 1px black;
}

.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;
}

.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:650px;
	min-height:650px;
}
  
h5.error 
{ /* h5 Überschrift in Error Meldung */
	color:#DD0000;
}

.listtable {
	width: 100%;
	border: none;
	margin-bottom: 5px;
}

.listtable td {
	padding: 2px;
}

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

.listtable .tr-even td{
	background: white;
}

.listtable .tr-odd td {
	background: #eee;
}
