body
{
	background-color: #f8f8f8;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	padding-bottom: 24px;
	overflow: auto;
}

body, td, th
{
	font-family: sans-serif;
}

#kopf
{
/*	height: 279px;*/
	height: 229px;
	overflow: hidden;
	border-bottom: 1px solid silver;
}

#kopfbildrand
{
	background-color: white;
	padding-top: 15px;
	padding-bottom: 5px;
}

#kopfbild
{
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
}

#kopfbild img
{
	border-right: 5px solid white;
}

.navigation
{
	font-size: 9pt;
	padding-top: 3px;
	margin-left: 210px;	
}

.fuss
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 20px;

	font-size: 9pt;
	text-align: center;
	width: 100%;
}

.inhalt_links, .inhalt_mitte, .inhalt_rechts
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
	height: 400;
}

.inhalt_links, .inhalt_mitte
{
	top: 230px;
}

.inhalt_links
{
	position: absolute;
	left: 0px;
	bottom: 24px;

	width: 200px;
	font-size: 9pt;
	background-color: #f8f8f8;
}

.inhalt_mitte
{
	position: absolute;
	left: 200px;
	bottom: 24px;
	width: 700px;

	background-color: #ffffff;
	font-size: 11pt;
	text-align: center;
}

.inhalt_rechts
{
	margin-left: 900px;
	overflow: scroll;
	width: auto;

	background-color: #f8f8f8;
	font-size: 9pt;
}

.inhalt
{
	text-align: left;
}

.inhalt_mitte .inhalt
{
	margin: 10px;
/*	width: 680px;*/
}

.inhalt_links .inhalt
{
	width: 100%;
	overflow: hidden;
}

.inhalt_rechts .inhalt
{
	padding: 10px;
	overflow: hidden;
}

/****************************************************************/

.menu
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-color: #006fb8;
	height: 39px;
	overflow: hidden;
	white-space : nowrap;
}

.menu div
{
	padding: 10px;
	margin-left: 199px;
}

.menu a
{
	display: inline;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 10px;
	height: 39px;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px solid white;
	color: #e5f0f8;
}

.menu a.first
{
	border-left: 1px solid white;
}

.menu a:hover
{
	background-color: #99c5e3;
	color: #ffffff;
	text-decoration: none;
}

.menu a.active
{
	background-color: #99c5e3;
	color: white;
}

/****************************************************************/

.menu_links
{
}

.menu_links a
{
	color: #990000;
}

.menu_links .item
{
	padding: 3px;
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid silver;
	background-color: white;
}

.menu_links .layer .layer .item
{
	padding-left: 20px;
}

.menu_links .layer .layer a
{
	color: black;
	padding-left: 10px;
	background-image: url(hook.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.menu_links .layer .layer .layer .item
{
	padding-left: 30px;
}

.menu_links div.active
{
	background-color: #f0f0f0;
	color: black;
	background-image: url(active_menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.menu_links div.active a
{
	color: black;
}

.menu_links .layer .layer a.selected_menu_item_link
{
	margin: 0px;
	padding: 0px;
	background-image: none;
}

.menu_links .layer .has_submenu
{
/*	background-image: url(has_submenu.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}



/****************************************************************/

.spezial
{
	margin-top: 2em;
	background-image: url(verlauf.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	padding: 10px;
	border: 1px solid #cccccc;
	border-right: none;
	border-left: none;
}

.spezial td
{
	font-size: 9pt;
}

/****************************************************************/

#flugbild
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #f0f0f0;
	border: 1px solid gray;
	padding: 2em;
}

#flugbild_bild
{
	border: 1px solid black;
}

#galerie_grossbild
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: none;
}

#galerie_grossbild table
{
	height: 100%;
	width: 100%;
}

#galerie_grossbild div
{
	padding: 15px;
	background-color: #d0d0d0;
	border: 1px solid #cccccc;
}

#galerie_grossbild img
{
	border: 1px solid black;
}

#galerie_grossbild p
{
	font-size: 10pt;
	margin-top: 10px;
}

