﻿html
	{
	border-width: 0px;
	}

body
	{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	color: #134E81;
	}

h1  {
	color: #000000;
	text-decoration: underline;
	}

h2  {
	color: #0033cc;
	}	

h3  {
	color: #0033cc;
	}

h4  {
	color: #0033cc;
	}

.navigation {
	font-family: "Trebuchet MS";
	font-weight: bold;	
	font-size: 14px;
	color: #5C937C;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}

.navigation_sub {
	font-family: "Trebuchet MS";
	font-weight: normal;	
	font-size: 13px;
	color: #0073AC;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}

.navigation_main {
	font-family: "Trebuchet MS";
	font-weight: bold;	
	font-size: 13px;
	color: #003D8E;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}

.navigation_main_aktuell {
	font-family: "Trebuchet MS";
	font-weight: bold;	
	font-size: 13px;
	color: #72B2CF;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}
	
.titel1 {
	font-family: "Trebuchet MS";
	font-weight: bold;	
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}

.titel2 {
	font-family: "Trebuchet MS";
	font-weight: bold;	
	font-size: 13px;
	color: #0073AC;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	}

a:hover
	{
	text-decoration: underline;
	color: #5C937C;
	}

a:active
	{
	text-decoration: underline;
	color: #5C937C;
	}

a:visited
	{
	text-decoration: underline;
	color: #5C937C;
	}

a:link
	{
	text-decoration: underline;
	color: #5C937C;
	}

a
	{
	text-decoration: underline;
	color: #5C937C;
	}

a:hover
	{
	color: #134E81;
	}

form  
	{
	width: 20em;
	font-size: 1em;
	line-height: 120%;
	margin: 1em;
	clear: left;
	float: left;
	width: 90%;
	}

fieldset 
	{
	color: #ccffff;
	border: 1px solid #cc0000;
	background-color: #ffffff;
	padding: 10px;
	}

legend
	{
	padding: 0.1em 0.4em; 
	font-weight: bold;
	color: #000;
	border: 3px double #cc0000;
	background-color: #e8f2d0;
	}

input
	{
	display: block;
	float: left;
	width: 10em;
	border: 1px solid #cc0000;
	background-color: #ffffff;
	margin: 5px;
	padding: 2px;
	}

br
	{ 
	clear: left; 
	}

label
	{ 
	width: 5em; 
	margin: 5px;
	padding: 5px;
	float:left; 
	text-align: right;
	font-weight: normal;
	color: #000;
	}

input:active
	{
	background-color: #fff;
	border: 1px dashed #999;
	}

input:hover
	{
	background-color: #fff;
	border: 1px dashed #999;
	}

input:focus
	{
	background-color: #fff;
	border: 1px dashed #999;
	}