/* Globalattribute */

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;
}

body {
	text-align: left;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	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-top: 4px;
	margin-right: 4px;
}

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;
}

.blau {
	color:#003366;
}

.rot {
	color:#ff0000;
}

.gelb {
	color:#ffcc00;
}

.orange {
	color:#ff6600;
}

.hellorange {
	color:#ff9900;
}
.weiss {
	color:#ffffff;
}

.rubblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}

.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;
	text-indent: 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-indent: 10px;
}
.rubpink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FF3366;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}

.rubhellblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #8AA5D4;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}
.rubdunkelblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-indent: 10px;
}