body {
	background-image: url(../images/background_main.gif);
	background-repeat: repeat-y;
	background-position: 21%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#top {
	height: 127px;
	background-image: url(../images/background_top.gif);
	background-repeat: repeat-x;
}

#topleft{
	width: 20%;
	float: left;
	text-align: center;
}

#topright{
	width: 80%;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#left {
	width: 18%;
	float: left;
	padding-top: 15px
}

#flags {
	margin: 0;
	padding-left: 10px;
}

#alphamenu {
	width: 75%;
	padding: 0px;
	padding-left: 15px;
	float: left;
	list-style: none;
}

#alphamenu2 {
	width: 75%;
	padding: 0px;
	padding-left: 15px;
	float: left;
	list-style: none;
}

#content {
	width: 75%;
	padding: 10px;
	margin-left: 20px;
	float: left;
}

.titel {
	font-size: 140%;
	font-weight: bold;
}

td {
	vertical-align: top;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none; 
}

ul.nav {
	list-style: none;
	margin-left: 5px;
	margin-top: 0;
	padding-left: 0px;
}

li.nav {
line-height: 22px;
}

li.nav_act {
line-height: 22px;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	color: White;
	display: block;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.nav a:hover, .nav a:focus {
	font-weight: bold;
	text-decoration: none;
	color: Black;
	padding-left: 10px;
	display: block;
	background-color: #9BBFEA; 
	border-top: groove 1px;
	border-bottom: 1px groove;
	padding-bottom: 0px;
	padding-top: 0px;
	}


.nav_act a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
	padding-left: 10px;
	display: block;
	background-color: #9BBFEA; 
	border-top: groove 1px;
	border-bottom: groove 1px;
}

.nav_act a:hover, .nav_act a:focus {
	font-weight: bold;
	text-decoration: none;
	color: Black;
	padding-left: 10px;
	display: block;
	background-color: #9BBFEA; 
	border-top: groove 1px;
	border-bottom: groove 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

ul.subnav {
	list-style: none;
	margin-left: 0px;
	margin-top: 0;
	padding-left: 0px;
}


.subnav a {
	font-weight: normal;
	text-decoration: none;
	color: White;
	display: block;
	padding-left: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #024BA8;
	border: none;
}

.subnav a:hover, .subnav a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: White;
	display: block;
	background-color: #024BA8; 
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 25px;
}

.subnav_act a {
	font-weight: normal;
	text-decoration: underline;
	color: White;
	display: block;
	background-color: #024BA8; 
	padding-bottom: 2px;
	padding-top: 2px;
	border: none;
}


ul.subnav_1 {
	list-style: none;
	margin-left: 0px;
	margin-top: 0;
	padding-left: 0px;
	font-size: 90%; 
}

li.subnav_1 {
	line-height: 16px;
}

li.subnav__act_1 {
	line-height: 16px;
}

.subnav_1 a {
	font-weight: normal;
	text-decoration: none;
	color: White;
	display: block;
	padding-left: 35px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #024BA8;
	border: none;
}

.subnav_1 a:hover, .subnav_1 a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: White;
	display: block;
	background-color: #024BA8; 
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 35px;
}

.subnav_act_1 a {
	font-weight: normal;
	text-decoration: underline;
	color: White;
	display: block;
	background-color: #024BA8; 
	padding-bottom: 1px;
	padding-top: 0px;
}

.subnav_act_1 a:hover, .subnav_act_1 a:focus {
	font-weight: normal;
	text-decoration: underline;
	color: White;
	display: block;
	background-color: #024BA8; 
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 35px;
	border: none;
}

#alphamenu li {
float:left;
font-size: 100%;
font-weight: bold;
list-style: none;
}

#alphamenu a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #024BA8;
	text-decoration: none;
	border: 1px solid black;
}

#alphamenu a:hover, #alphamenu a:focus {
	color: Black;
	background-color: #FFFF8A;
}

#alphamenu2 li {
float:left;
font-size: 100%;
font-weight: bold;
list-style: none;
}

#alphamenu2 a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #024BA8;
	text-decoration: none;
	border: 1px solid black;
}

#alphamenu2 a:hover, #alphamenu2 a:focus {
	color: Black;
	background-color: #FFFF8A;
}



