﻿body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", "Arial", "sans serif";
	color: #ffff00; 
	background-color: #000080;
	/* font-size: 16px; */	
}

strong {
	font-weight: bold;
}

/* .mikro {font-size:0.5em} */

p {
	color: #ffff00; 
	font-family: inherit;
	text-decoration: none;
	text-align:justify;
	line-height: 1.3em;
	font: inherit;
	text-decoration: none;
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 16px;	
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
	text-align:inherit;
}

a:link {
	color: "#ffd320";
	font-family: inherit;
    text-decoration: underline;
	text-align: inherit;
}

a:visited {
	color: "#ffd320";
	font-family: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a:hover {
	color: "#ffd320";
	font-family: inherit;
	text-align: inherit;
	text-decoration: underline;
}

a:active {
	color: "#ffd320";
	font-family: inherit;
	text-decoration: underline;
	text-align: inherit;
}

table {
	border-collapse: collapse;
}

td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	/* padding: 4px; */
	
}

tr.zweitezeile {
	background-color: #f2f1f0;
}


#kopfleiste {
	position: fixed; 
	width: 700px;
	height: 50px;
	margin: 0px auto;	
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: inherit;
	box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #FAF9F8;
}

#menu {
	position: absolute;
	top: 20px;
	float: left;	
	width: auto;
	height: auto;
	margin: 0px 15px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #000060;
}

#menu p.info {
	color: #ffff00; 
	text-decoration: none;
	text-align:justify;
	line-height: 1.3em;
	text-decoration: none;
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 16px;
}

#menu a {
	color: #00f0f0;
	font: inherit;
	text-decoration: inherit;
	text-align: left;
}

#menu a:hover {
	color: #88ffff;
	background-color: inherit;
}

#menu a:active {
	color: #00ffff;
	font-family: inherit;
	text-decoration: inherit;
}


#menu ul {
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
}

#menu li {
	margin: 0px 0px 1px 0px;
	padding: 0px 15px 0px 15px;
	font-size: 0.7em;
	font-family: inherit;
	text-decoration: none;
	text-align:justify;
	line-height: 1.3em;
	color: #ffffff; 
	font: inherit;
	text-decoration: none;
	text-align: justify;
	margin-top: 0em;
	margin-bottom: 0em;
}

#menu li.current {
	/* color: inherit; */
	color: #ffffff; 
	background-color: inherit;
	
}

#inhalt {
	position: relative;
	float: center;
	top: 10px;
	left: auto;
	max-width: 800px;
	margin: 0px auto;
	overflow-x: hidden;
	padding: 10px 10px 10px 10px;
	background-color: inherit;
	background-color: #000060;
}

#inhalt p {
	line-height: 1.0em;
	color: inherit;
	font: inherit;
	text-decoration: none;
	text-align: justify;
}

#inhalt p.righttext {
	line-height: 1.0em;
	color: inherit;
	font: inherit;
	text-decoration: none;
	text-align: right;
}

#inhalt p.mikro {font-size:0.7em}

#inhalt p.menumarker {
	font-size:0.6em;
	background-color:inherit;
	color: #00f0f0;
	text-align:right;
}

#inhalt p.submenumarker {
	font-size:0.6em;
	background-color:inherit;
	color: #00f0f0;
	text-align:justify;
}

#inhalt h1 {
	text-align: left;
	font-size: 1.8em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
}

#inhalt h2 {
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
	text-align: justify;
}
