td{
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #061843;
}

ul{
	line-height: 25px;
}

h1{
	font-size: 28px;
	color: #061843;
	font-weight: normal;
	line-height: 35px;
}

a{
color: #061843;
}

a:hover{
color: #FECB0A;
}

a.link{
color: #061843;
font-weight:bold;
border-bottom: 1px dashed #061843;
text-decoration: none;
}

a.link:hover{
color: #FECB0A;
border-bottom: 1px dashed #FECB0A;
text-decoration: none;
}

a.subnav{
font-size: 10px;
color: #061843;
text-decoration: none;
}

a.subnav:hover{
color: #FECB0A;
text-decoration: none;
font-size: 10px;
}

.gelb{
	color: #FECB0A;
	font-weight: bold;
}

.gruen{
	color: #165829;
	font-weight: bold;
}

.rot{
	color: #890C08;
	font-weight: bold;
}

/* Formulare */

input{
font-family : arial;
font-size: 11px;
background-color: #ffffff;
border: #061843;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
text-align: left;
}

textarea{
font-family: arial;
font-size: 11px;
background-color: #ffffff;
border: #061843;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

select {
font-family : arial;
list-style-type: square;
color : #000000;
font-size : 12px;
}

option{
font-weight: normal;
}