body {
	background-color: #FFF;
	color: #000;
}

p, td, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00789f;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00789f;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00789f;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ##00789f;
	text-decoration: underline;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #294D61;
	color: #CBDDEB;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
}

.banner {
	background-color: #294D61;
	text-align: center;
}

.navi {
	background-color: #213F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4787A9;
	text-align: center;
	letter-spacing: 4px;

}

.logo {
	background-color: #294D61;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a.navi:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4787A9;
	font-weight: bold;
	text-decoration: none;
	font-style: italic
}
a.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4787A9;
	font-weight: bold;
	text-decoration: none;
	font-style: italic

}

a.navi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4787A9;
	font-weight: bold;
	text-decoration: none;
	font-style: italic
}

a.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #CBDDEB;
	font-weight: bold;
	text-decoration: underline;

}

.box {
	background-color: #386A87;
}
a.unternavi:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBDDEB;
	text-decoration: none;
}
a.unternavi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBDDEB;
	text-decoration: none;

}

a.unternavi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBDDEB;
	text-decoration: none;
}

a.unternavi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

table.tabelle {
border: 2px solid #EEEEEE;
}
table.tabelle td {
border: 2px solid #EEEEEE;
} 
table.tabelle th {
border: 2px solid #EEEEEE;
} 
label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCCCCC;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;

}
select {
	background-color: #CCCCCC;
	color: #000;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
textarea {
	background-color: #CCCCC;
	color: #000;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}


hr {
	color: #000000;
}
