﻿/*
@font-face {
	font-family: Verdana;
	font-style:  normal;
	font-weight: normal;
	src: url(../fonts/verdana0.eot);
}
@font-face {
	font-family: Verdana;
	font-style:  normal;
	font-weight: 700;
	src: url(../fonts/verdana1.eot);
}
*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +        Formatdefinitionen zur Bildschirmausgabe            + */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen, handheld {
	
.sitemappath {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	color: #0000ff;
}
.backhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff;
	text-decoration: none;
	position:absolute;
	right: 12pt;
	top: 12pt;
	background-color: #f65100;
	padding: 2px;
}
.backstart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff;
	text-decoration: none;
	position:absolute;
	left: 12pt;
	top: 12pt;
	background-color: #f65100;
	padding: 2px;
}
	
} /* Ende Formatdefinitionen zur Bildschirmausgabe /*

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +             Formatdefinitionen zum Drucken                 + */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media print {
	
.sitemappath {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	color: #0000ff;
	visibility: hidden;
	}	
.backhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff;
	text-decoration: none;
	position:absolute;
	right: 12pt;
	top: 12pt;
	background-color: #ff0000;
	padding: 2px;
	visibility: hidden;
	}
.backstart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff;
	text-decoration: none;
	position:absolute;
	left: 12pt;
	top: 12pt;
	background-color: #ff0000;
	padding: 2px;
	visibility: hidden;
	}
	
	} /* Ende Formatdefinitionen zum Drucken */

body {
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	background-image: url(../images/backcolor.jpg);
	}
#LayerLogo {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 30px;
	width: 441px;
	height: 100px;
	}
#LayerOnClick {
	position: absolute;
	z-index: 101;
	top: 16px;
	left: 0px;
	width: 770px;
	height: 150px;
	}
#LayerOberrand {
	position: absolute;
	z-index: 102;
	top: -11px;
	left: 0px;
	width: 770px;
	height: 2px;
	}
#LayerBackhome {
	position: absolute;
	z-index: 103;
	top: 2pt;
	right: 6pt;
	}
dl, dt, dd, ul, li {
	margin: 1;
	padding: 0;
	list-style-type: none;
	}
#menu {
	position: absolute;
	top: 130px;
	left: 4px;
	z-index:103;
	width: 100%;
	}
#menu dl {
	float: left;
	position: relative;
	background-image: url(../images/menubutton.gif);
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #fff;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #fff;
	}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 18px;
	}
#menu dd {
	display: none;
	border: 1px solid gray;
	background-color: #ccc;
	position: absolute;	
	width: 100%;
	}
#menu li {
	font-size: 9pt;
	text-align: left;
	background: #fff;
	}
#menu li a, #menu dt a {
	color: #50B7E4;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}
#menu li a:hover, #menu li a:focus { 
	color: #0000ff;
	background: #C8E8F6;
	}
#menu dt a:hover, #menu dt a:focus { 
	background: #eee;
	}
img {
	border-width: 0px;
	}
.labels
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}	
