@font-face {
	font-family: 'db sans alternate';
	src: url('pics/dbsax36.ttf') format('truetype');
}
@font-face {
	font-family: 'office';
	src: url('pics/dboffbo.ttf') format('truetype');
}
@font-face {
	font-family: 'condensed';
	src: url('pics/dbsan43.ttf') format('truetype');
}
html {
	height:100%;
}
body { 
	margin:0em; 
	padding:0em; 
	background-color:#FFFFFF;
	height:100%;
	font-size:1em;
}
img {
	border: none;
	margin: 0;
	padding:0;
}
*{	
	margin:0em; 
	padding:0em;
}
a {
	text-decoration:none;
	color:#13b;
}
a:hover {	
	color:#f00;
	font-weight:bold;
}
ul {
	list-style:none;
}
#thisbody {
	min-height:100%;
	position: relative;
}
#logo {
	position: absolute;
	left:0;
	margin-top:0px;
	padding-top:0.75em;
	padding-left:1em;
}
#logo img{
	height:2em;		
}
#titel {
	padding-top:1em;
	padding-bottom:1em;
	padding-left:5em;
	color:#000000;
	font-size: 1em;
	font-family:office;
	font-weight: bold;
}
#balken {
	height: 2em;
	width: 100%;
	background-color:rgb(182, 0, 0);
	padding-top: 0em;
	padding-left: 0em;
	margin-bottom:0.4em;
}
#navigation {
	position:absolute;
	top:0em;
	font-size:1.2em;
	/*left:-1em;*/
	height:4.2em;
	z-index:99;
	overflow:hidden;
	
}
#navigation a{
	text-decoration: none;
	color:#000;
}
#navigation a:hover{
	color:#000;
	border-bottom:1px #f55;
	font-weight:bold;
	text-decoration:underline;
}
#navigation ul ul li img {
	width:80%;
	margin:0em;
	box-shadow:0.5em 0.5em 0.2em black;
}
#navigation ul li img {
	margin-top:2.6em;
	margin-bottom:-0.2em;
}
#navigation ul {

	display:inline;
}
#navigation li {
	display:inline;
	padding:1em 0.5em 1em 1em; 
	font-size:1em;
	font-family:condensed;
	cursor: pointer;
}
#navigation:hover {
	left:0em;
	width:11em;
	height:100%;
	/*transition:0.2s;*/
}
#navigation ul ul {
	margin-left:-11em;
	width:10em;
	height:100%;
	background-color:rgb(240, 240, 240);
	display:block;
	opacity:0.95;
	box-shadow:0.3em 0.0em 0.2em rgb(189, 189, 189);
	/*overflow:hidden;*/
}
#navigation ul li:hover > ul {
	margin-left:0em;
	z-index:2;
	/*width:10em;*/
	transition:0.3s;
	
}
#navigation ul ul li {
	display:block;
	font-size:0.7em;
	font-family:condensed;
	text-align:left;
	border-bottom:1px solid green;
}
#navigation ul ul li span {
	padding-left:0.7em;
	writing-mode:vertical-rl;
	text-orientation:upright;
	font-size:1.4em;
	margin-bottom:-0.5em;
}
#navigation ul ul li:hover {
	background-color:#aaa;
}
#footer {
	position:absolute;
	bottom:0px;
	background-color: #fff;
	width:calc(100% - 1em);/*95%;  116em;*/
	z-index:-1;
	margin-left:0em;
}
#footer p, #footer h2 {
	font-family:office;
	/*z-index:2;*/
}
.regname{
	font-family: db sans alternate;
	font-weight: bold;
	font-style: italic;
	font-size:1.5em;
	color: #bbb;
	text-align:right;
	margin-bottom: 0.2em;
	margin-right: 0em;
}
.sign {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	text-align:left;
	font-family:office;
	font-size:1em;
	color:#444;
	z-index:-1;
}
#hauptfeld {
	margin-left:0.2em;
}

@media (min-width: 1020px) {

	.regname{
		font-size:1.7em;
	}
	.sign {
		font-size:1.2em;
	}

}
@media (min-width: 1430px) {
	

}