body {
	background-color: #6699FF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
 	background-color: #000099;
	color: #FFFFCC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #0033CC;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
}

.tab_kontakt {
	background-color: #3399FF;
	color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: thin;
}

.navLink {
	background-color: #3399FF;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	}
	
.navLink_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFCC;
	background-color: #000099;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.naviLink_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFCC;
	}
	
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	color: #FFFFCC;
	background-color: #3366FF;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}

.table_inhalt {
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #3399FF;
}

.table_gesamt {
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFCC;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: thin;
}

.input_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	font-weight: normal;
	
}

input:focus { background-color: #FFFF33;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: lighter;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

#menu, #menu ul
{
	padding: 0px;
	margin: 0px;
}

#menu li
{
	border: 1px solid #fff;
	list-style-type: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

#menu a
{
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	display: block;
}