/* Globalattribute */
	body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	 #inhalt {
	 	margin: auto;
		text-align: left;
		}

a {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}



h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

table {
	font-size: 12px;
	line-height: 16px;
}

strong, b {
	font-weight: bold;
}

li,ul { list-style: disc inside;  font-size: 12px; margin: 0px; }

form {
	margin: 0px;
	padding: 0px;


}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;


}

/* Klassen */

.small {
	font-size: 10px;
	line-height: 13px;
}

.rot {
	color:ff0000;
}

.gelb {
	color:ffcc00;
}
.blau {
	color:003366;
}

.orange {
	color:ff6600;
}

.hellorange {
	color:ff9900;
}

.rubblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	width: 100%;
	

}

.rubrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}

.rubgelb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FFCC00;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}

.rubhellorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;

}

.ruborange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.hometext {
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 13px;
}

.hometext img {
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 20px;
	margin-left: 0px;
	text-align: left;
}

a.navi:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	margin-left:10px;
}

a.navi:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	margin-left:10px;
}

a.navi:hover {
	color: #FF0000;
	text-decoration: none;
	margin-left:10px;
}

a.navi:active {
	color: #FF0000;
	text-decoration: none;
	margin-left:10px;
}

a.white:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-left:0px;
}

a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-left:0px;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-left:0px;
}

a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-left:0px;
}


