/* Menu style */

.menu {
}
A.menu:LINK {
		text-decoration : none;
  		color: #efefef;
}
A.menu:VISITED {
		text-decoration : none;
  		color: #efefef;
}
A.menu:HOVER {
		text-decoration : none;
  		color: #fcdc43;
}

.menui { /* Menuepunkt Impressum */
		text-align : center;
		font-weight : bold;
		font-size: 11px;
		width: 115px;
		padding-left: 5px;
		padding-right: 5px;
}
A.menui:LINK {
		text-decoration : underlined;
  		color: #004C85;
}
A.menui:VISITED {
		text-decoration : underlined;
  		color: #004C85;
}
A.menui:HOVER {
		text-decoration : none;
  		color: #004C85;
}

.mi1 {
		background-color: #004C85;
		text-align : center;
		font-weight : bold;
		font-size: 12px;
		margin-top: 5Pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 115px;
		padding-left: 5px;
		padding-right: 5px;
}
.mi1a {
		background-color: #ffffff;
		text-align : center;
		font-weight : bold;
		font-size: 12px;
		margin-top: 5pt;
		margin-right: 5pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
		width: 115px;
		padding-left: 4px;
		padding-right: 4px;
		border-style: solid;
		border-width: 1px;
		border-color:  #004C85;
}

.zoonar {
		text-align : center;
		font-weight : normal;
		font-size: 12px;
		padding-top: 100px;
}


