body, tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002C7F;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #E27E38;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #002C7F;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #959697;
}
.nav_bottom {
	background-attachment: fixed;
	background-color: #5C9E7F;
	background-image: url(../images/nav_zelle/left_nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.language {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.language:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

font.language {
	font-size: 16px;
	font-weight: normal;
}

a.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}
a.subnavlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.input {
font-family:Arial, Helvetica, sans-serif;
size: 11px;
width: 100%;
border: 1px solid #002C7F;
background-color:#FFFFFF;
}

.textarea {
font-family:Arial, Helvetica, sans-serif;
size: 11px;
width: 100%;
border: 1px solif #002C7F;
background-color:#FFFFFF;
}

.input2 {
font-family:Arial, Helvetica, sans-serif;
size: 11px;
border: 1px solid #002C7F;
background-color:#FFFFFF;
}

.errormsg {
font-weight: bold;
font-size: 12px;
color:#FF0000;
}

.success {
font-weight: bold;
font-size: 12px;
color:#009900;
}

a {
color: #002C7F;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #1D7228;
font-weight: bold;
text-decoration: underline;
}