/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFD9;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	 width:90%; 
	 border:0; 
}
.maintable {
	padding-left:2px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:0px;
}
#footer {
	height:29px;
}
form {
 	border: 0px;
 	padding: 0px;
 	margin:0;
}
input, select, textarea {
   	font-size: 14px;
   	color: black;
   	font-family: Arial, Verdana, Helvetica;
	border:solid #FF9902 1px;
  	text-indent : 2px;
}
legend { 
	font-size:15px;
}
.l1 {
	color: #FF9902;
	font-weight: bold;
}
.l2 {
	color: #199500;
	font-weight: bold;
}
.l3 {
	color: #1000AD;
	font-weight: bold;
}
.l4 {
	color: #CC0000;
	font-weight: bold;
}
/* Link */
a {
	font-size: 12px;
	color: #2D6691; font-weight: bold; 
}
a:visited {
	color: #2D6691; font-weight: bold;
}
a:hover {
	color: #2D6691; font-weight: bold;
}
a:active {
	color: #2D6691; font-weight: bold;
}
/* Kopfzeile */
.head {
	background-color:#FDFD90;
	text-align:left;
}
/* Link */
.head a {
	font-size: 12px;
	color: #2D6691; font-weight: bold; text-decoration:none; 
}
.head a:visited {
	color: #2D6691; font-weight: bold; text-decoration:none;
}
.head a:hover {
	color: #2D6691; font-weight: bold; text-decoration:none;
}
.head a:active {
	color: #2D6691; font-weight: bold; text-decoration:none;
}
/* Spalte 1 */
.Color {
	background-color:#EBEBC8; /* #ffffd9 */
	text-align:left;
}
/* Spalte 2 */
.Color2 {
	background-color:#FBFBBC; /* #ffffff */
	text-align:left;
}
.orange {
	color: #FF9902;
	font-weight: bold;
	font-size:14px;
}
.green {
	color: #199500;
	font-weight: bold;
	font-size:14px;
}
.green a {
	font-size: 14px;
	color: #199500; font-weight: bold; text-decoration:underline; 
}
.green a:visited {
	color: #199500; font-weight: bold; text-decoration:underline;
}
.green a:hover {
	color: #199500; font-weight: bold; text-decoration:none;
}
.green a:active {
	color: #199500; font-weight: bold; text-decoration:underline;
}
.blue {
	color: #1000AD;
	font-weight: bold;
	font-size:14px;
}
.red {
	color: #CC0000;
	font-weight: bold;
	font-size:14px;
}

/* Headlines */
h1	{
	font-size: 18px;
	color: #F39500;
	font-weight: bold;
	border: 0px;
 	padding: 0px;
 	margin:0;
}
h2 {
	font-size: 18px;
	color: #199500;
	font-weight: bold;
	border: 0px;
 	padding: 0px;
 	margin:0;
}
h3	{
	font-size: 18px;
	color: #1000AD;
	font-weight: bold;
	border: 0px;
 	padding: 0px;
 	margin:0;
}
h4	{
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	border: 0px;
 	padding: 0px;
 	margin:0;
}
-->


