body {
	margin: 0px;
	background-color: #ffffff;
	color: #575757;
}

body.news {
	margin:20px;
}

p {
	margin:0 0 1em 0;
}

/* borders */

#borders {
	border: 1px solid #d4d6d8;
}

#borders td {
	padding: 4px;
}

.border_grey {
	border-bottom: 1px solid #d4d6d8;
}

.border_grey a, .border_grey a:hover, .border_grey a:visited, .link_grey a, .link_grey a:hover, .link_grey a:visited {
	color: #575757;
}

.border_box {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
	background-color: #f8f8f8;
	padding: 5px;
}

/* background */

.bg_grey {
	background-color: #f8f8f8;
}


/* links */

a {
	color: #0061ab;
	text-decoration: none;
}

a:hover {
	color: #0061ab;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: none;
}

a.blue {
	color: #0061ab;
	text-decoration: none;
}

a.blue:hover {
	color: #0061ab;
	text-decoration: none;
}

a.greylight {
	color: #9e9f9f;
	font-size: 10px;
	text-decoration: none;
}

a.greylight:hover {
	color: #9e9f9f;
	font-size: 10px;
	text-decoration: none;
}

a.nav_link {
	display: block;
	width: 103px;
	color: #0061ab;
	background-color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 0px 0px 8px;
	border-left: 1px solid #dee0e1;
	border-top: 1px solid #dee0e1;
	border-bottom: 1px solid #dee0e1;
}

a.nav_link:hover, a.nav_link_over {
	display: block;
	width: 103px;
	color: #ffffff;
	background-color: #85a1cd;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 0px 0px 8px;
	border-left: 1px solid #85a1cd;
	border-top: 1px solid #85a1cd;
	border-bottom: 1px solid #85a1cd;
}

a.nav_link_active, a.nav_link_active:hover {
	display: block;
	width: 103px;
	color: #ffffff;
	background-color: #0061ab;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 0px 0px 8px;
	border-left: 1px solid #0061ab;
	border-top: 1px solid #0061ab;
	border-bottom: 1px solid #0061ab;
}

/* texts */

div, td, p {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
}

.title {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0061ab;
}

.subtitle {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7087bb;
}

.info_blue {
	background-color: #0061ab;
	color: #ffffff;
	padding: 3px;
}

.info_bluelight {
	background-color: #7087bb;
	color: #0061ab;
	padding: 3px;
}

.info_grey {
	background-color: #f2f2f2;
	color: #0061ab;
	padding: 3px;
}

.info_greydark {
	background-color: #e9e9e9;
	color: #0061ab;
	padding: 3px;
}


.txtsmall {
	font-size: 10px;
}

.comment_small {
	font-size: 10px;
	color: #bdbdbd;
}

h1, h2, h3 {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	color: #0061ab;
}

h1 {
	font-size:24px;
}

/* tables */

.tbl {
	width: 100%;
}

.tbl td {
	/*
	padding: 4px 3px 4px 3px;
	background-color: #f2f2f2;
	line-height:16px;
	*/
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border-top: 1px solid #d4d6d8;
	height: 15px;
	background-color: #f8f8f8;
	padding: 5px;
}

.tbl td.none {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	height: 15px;
	background-color: #ffffff;
	padding: 5px;
}

.tbl td.header3 {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border-top: 1px solid #d4d6d8;
	border-right: 1px solid #d4d6d8;
	height: 15px;
	background-color: #f8f8f8;
	padding: 5px;
}

.tbl td.kat_title {
	background-color:white;
	border-top: 1px solid #ffffff;
}

.tbl td.header_neu {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border-top: 1px solid #f8f8f8;
	height: 15px;
	background-color: #f8f8f8;
	padding: 5px;
	vertical-align:top;
}
.tbl td.header {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border-top: 1px solid #e9e9e9;
	height: 15px;
	background-color: #f8f8f8;
	padding: 5px;
	/*
	background-color: #e9e9e9;
	color: #0061ab;
	font-weight: bold;
	*/
}

.tbl td.header_blue {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border-top: 1px solid #e9e9e9;
	height: 15px;
	background-color: #e9e9e9;
	padding: 5px;
	/*
	background-color: #0061ab;
	color: #ffffff;
	font-weight: bold;
	*/
}

.tbl td.header2, #tbl_white td.header2 {
	background-color: #e9e9e9;
	color: #0061ab;
	vertical-align:top;
}

.tbl_white td {
	padding: 4px 3px 4px 3px;
}

.tbl_white td.header {
	background: White url(/images/background_td_grey.gif) repeat-y;
	color: #0061ab;
}

.tbl_white td.border {
	border-bottom: 1px solid #d4d6d8;
}

.border {
	border-bottom: 1px solid #d4d6d8;
}

/* forms */

form {
	margin:0px;
}

.formfield {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
}

.formsubmit {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #0061ab;
	color: #ffffff;
	border: 1px solid #0061ab;
}

/* others */

hr {
	border: solid #d4d6d8 0px;
	background-color: #d4d6d8;
	height: 1px;
	width: 97%;
	margin: 10px 0px 10px 0px;
}

ul.fix, div.aktuell_text ul {
	list-style-image: url(/images/icon_list.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.fix li, div.aktuell_text ul li {
	margin: 5px 0px 10px -25px;
}

/* ids */

#logo_zfv {
	z-index: 100;
	left: 18px;
	top: 54px;
	position: absolute;
}

#picture {
	z-index: 5;
	left: 166px;
	top: 0px;
	width: 132px;
	height: 66px;
	position: absolute;
	background-color: #FFCC99;
}

#hide_picture {
	z-index: 10;
	background-color: #ffffff;
	left: 166px;
	top: 190px;
	width: 784px;
	height: 145px;
	position: absolute;
}

#nav {
	z-index: 410;
	left: 166px;
	top: 165px;
	width: 784px;
	height: 25px;
	position: absolute;
}

#nav_restore {
	left: 0px;
	top: 0px;
	z-index: 400;
	position: absolute;
	visibility: hidden;
	width: 970px;
	height: 500px;
}

#nav_meta {
	z-index: 20;
	left: 13px;
	top: 193px;
	width: 135px;
	height: 353px;
	position: absolute;
}

#page_title {
	 z-index: 500;
	 left: 170px;
	 top: 48px;
	 width: 784px;
	 height: 80px;
	 position: absolute;
}

#content {
	 z-index: 20;
	 left: 166px;
	 top: 210px;
	 width: 750px;
	 height: 25px;
	 position: absolute;
}

#foot {
	font-size: 10px;
	border-top: 1px solid #d4d6d8;
	color: #9e9f9f;
	padding-top: 2px;
	margin-top: 20px;
	display: block;
	float: none;
}

#menu_dates {
	margin-bottom:1em;
}

#menu_dates ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#menu_dates ul li {
	margin-left: 0;
	padding-right: 10px;
	border: none;
	list-style: none;
	display: inline;
}

/* sub-navigation */

.subnav_box {
	padding: 0px 0px 0px 0px;
}

ul.subnav {
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.subnav li {
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style-image: none;
	display: inline;
}

.subnav li a {
	display: block;
	padding: 1px 0px 0px 7px;
	width: 181px;
	font-size: 11px;
	background-color: #dee0e1;
	color: #0c459c;
	text-decoration: none;
	line-height: 21px;
}

.subnav li a:hover {
	display: block;
	padding: 1px 0px 0px 7px;
	background-color: #85a1cd;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
}

.subnav li a.active {
	display: block;
	padding: 1px 0px 0px 7px;
	background-color: #0061ab;
	width: 181px;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
}

.subnav li  a.active:hover {
	display: block;
	padding: 1px 0px 0px 7px;
	background-color: #0061ab;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
}

/* Tagesmenuplan */

.menutitel {
	font-weight:bold;
	border-top:1px solid #9E9F9F;
	width:300px;
	padding-top:1em;
}

.menutext {
}

.menudeklaration {
	font-size:9px;
	font-style:italic;
}

.menupreis {
	color:#9E9F9F;
}

/* Minisite Aktuell */
.aktuell_titel {
	font-weight:bold;
}
