@font-face {
    font-family: 'comfortaaregular';
    src: url('../intern/css/Comfortaa-webfont.eot');
    src: url('../intern/css/Comfortaa-webfont.eot?#iefix') format('embedded-opentype'),
         url('../intern/css/Comfortaa-webfont.woff2') format('woff2'),
         url('../intern/css/Comfortaa-webfont.woff') format('woff'),
         url('../intern/css/Comfortaa-webfont.ttf') format('truetype'),
         url('../intern/css/Comfortaa-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {	
	width:99%;
	height:99%;
	max-height: 99%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-color:#FFFFFF;
	background-image:url(../img/bg.jpg);*/
	background-repeat:no-repeat;
	background-position:left top;
	color:#000066;	
}
table tr {	
	font-size:12px;
}
th {
	font-size: 12px;	
	font-style: normal;
	text-align:left;
}

#oben {
	position:absolute;
	left:10px;
	top:16px;
	width:99%;
	height:30%;
	z-index:1;
	overflow: visible;
}
body.anmelden {
	background-color: #ffffff;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
}
#navi {
	position:absolute;
	left:11px;
	top:151px;
	width:25%;
	height:68%;
	z-index:2;
	overflow: auto;
	background-color:#EAEEF5;/*helles grau*/
}
#inhalt {
	position:absolute;
	left:195px;
	top:140px;
	width:75%;
	height:70%;
	z-index:3;
	overflow: auto;
	/* fallback for <IE9 and other older browsers */
	background: url(../img/hggross.gif) no-repeat left top ;
	/* Multi-background supporting browsers */
	background: url(../img/hggross.gif) no-repeat left top, url(../img/Rundung.png) no-repeat right top  ;
	background-color:#FFF;
	/*border-left: 1px groove blue ;
	border-bottom: 2px groove #EAEEF5;
	border-right: 2px groove #EAEEF5;
	border-top: 1px groove blue;*/
}

#mitte {
	position:absolute;
	top:30px;
	margin-left:30px;
	width:90%;
	min-width:1050px;
	height:90%;
	min-height:650px;
	z-index:4;
	background-color:#EAEEF5;
	background-image:url(../img/alecbildOben.png) ;
	background-repeat:no-repeat;
}

a:link { text-decoration:none; font-weight:normal; color:#2B5784;}
a:aktive { text-decoration:none; font-weight:normal; color:#2B5784;}
a:visited { text-decoration:none; font-weight:normal; color:#2B5784;}
a:hover { text-decoration:underline; font-weight:normal; color:#2B5784; }
.nav {
	font-size:12px;
	color:#2B5784;
	letter-spacing:0.1em;
	margin: 10px;
}
.unterpunkt {
	font-size:12px;
	color:#2B5784;
	letter-spacing:0.1em;
	margin-left: 10px;
}
.klein { font-size:10px; color:#000; }
p {
	font-size:12px;
	font-style:normal;
	color:#000066;
	display: block;
}
LI {
	color:#000066;
}
.gross {
	font-size:14px;
	font-style:normal;
}
.H4 {
	color:#000066;
	font-size:14px;
}
ul {
	list-style-type:disc;
	display:block;
	margin-left:0;
}

#oben {
	margin:0 auto;
	position:relative;
	height: auto;
	width: 90%;
	min-width: 400px;
	text-align: left;
	text-transform:uppercase;	
	z-index: 1;
	float: none;
}
#formdiv {
	margin:0 auto;
	position: relative;
	width: 90%;
	min-width: 400px;
	height: auto;
	z-index:2;
	text-align:left;
	background-color: #FFF;		
}
#kontaktListeErsterEintrag {
	margin-bottom:-70px;
	text-align: center; 
}
#kontaktListeNachfolgeneEintrag {
	text-align: center; 
}