body {
	margin: 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
}

.all {
	width: 800px;
	height: auto;
	padding: 4px 0;
	margin: 0 auto;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	background-color: #990000;
	text-align: left;
}


/* Menue gesamt */
.menu {
	width: auto;
	height: auto;
	padding: 0;
	text-align: center;
}

/* Menue Links */
.menu a:link {
	color: #FFCC00;
	text-decoration: none;
}

.menu a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.menu a:hover {
	z-index: 10;
	color: #FFCC00;
	text-decoration: underline;
}


/* Menueleiste */
.mheader {
	width: auto;
	height: 1.1em;
	margin: 0 4px;
	color: #FFCC00;
	background-color: #660000;
	border-collapse: collapse;
	border-top: 1px solid #DDAA00;
	border-bottom: 1px solid #DDAA00;
}

.mheader > div {
	margin: 0 auto;
	height: 1.1em;
}


/* Menueleisten-Elemente */
.mmain {
	display: block;
	width: 19.6%;
	height: 1.1em;
	float: left;
	margin: 0;
	text-align: center;
	border-collapse: collapse;
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
}

.mmain span {
	text-transform: lowercase;
}


/* Menue-PopUp */
.mmain ul {
	display: none;
	width: 120%;
	margin: 4px -10% 0 -10%;
	padding: 2px 2px 0 2px;
	background-color: #CC0000;
	text-transform: lowercase;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
}

.mmain li {
	list-style-type: none;
	margin: 0 0 2px 0;
}

.mmain:hover ul {
	z-index: 10;
	display: block;
}

.mmain:hover li {
	z-index: 10;
	display: block;
}

.mmain ul:hover {
	display: block;
}

.mmain li:hover {
	z-index: 10;
	margin: 0 -2px 2px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #AA0000;
}

.mmain > div:hover ul {
	z-index: 10;
	display: block;
}

/* Menue-Content (Banner) */
.mcontent {
	width: auto;
	height: 100px;
	margin: 3px 4px;
	background: #660000 none center center no-repeat;
}

/* Menue-Footer (Home-Link) */
.mfooter {
	width: auto;
	height: 1.1em;
	margin: 0 4px;
	border-top: 1px solid #DDAA00;
	border-bottom: 1px solid #DDAA00;
	background-color: #660000;
	color: #FFCC00;
	text-align: center;
}


/* ccontent */
.content {
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 4px;
	text-align: center;
}

.ccontent {
	width: auto;
	/*height: auto;*/
	margin: 0 4px;
	padding: 5px 5px 15px 5px;
	border-top: 1px solid #DDAA00;
	border-bottom: 1px solid #DDAA00;
	color: #FFCC00;
	background-color: #660000;
	text-align: left;
}



/* Footer */
.footer {
	width: 100%;
	height: auto;
	padding: 0;
	color: #FFCC00;
	text-align: center;
}

.fcontent {
	width: auto;
	height: auto;
	margin: 0 4px;
	padding-top: 4px;
	border-top: 1px solid #DDAA00;
	border-bottom: 1px solid #DDAA00;
	background-color: #660000;
	text-align: left;
}

.fcontent p {
	display: inline;
	margin: 0;
	padding: 0;
}

.fcontent div {
	display: inline;
	margin: 0;
	padding: 0;
}

.fcontent a:link {
	color: #FF8833;
	text-decoration: none;	
}

.fcontent a:visited {
	color:  #EE7700;
	text-decoration: none;
}

.fcontent a:hover {
	color: #FF9900;
	background-color: #663333;
	text-decoration: overline underline;
}

.fcontent a:active {
	color: #FF9900;
	background-color: #663333;
	text-decoration: overline underline;
}


/*
	Hier sind alle Stylesheets für den normalen Inhalt (ccontent) der Seiten.
*/


/* Links */
.ccontent a:link {
	color: #FF8833;
	text-decoration: none;	
}

.ccontent a:visited {
	color:  #EE7700;
	text-decoration: none;
}

.ccontent a:hover {
	color: #FF9900;
	background-color: #663333;
	text-decoration: overline underline;
}

.ccontent a:active {
	color: #FF9900;
	background-color: #663333;
	text-decoration: overline underline;
}


/* Überschriften */
.ccontent h1 {
	font: normal normal bold 26px Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 0.5em 0.5em;
}

.ccontent h2 {
	font: normal normal bold 22px Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 0.5em 0.5em;
}

.ccontent h3 {
	font: normal normal bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 0.5em 0.5em;
}


/* Absätze */
.ccontent p.book {
	margin: 0.5em 0.5em 0 0.5em;
	text-indent: 1em;
	text-align: justify;
}

.ccontent p {
	margin: 0.5em 0.5em 0 0.5em;
	text-align: justify;
}


/* Tabellen */
.ccontent table {
	border-spacing: 3px;
	border-width: 0;
	color: #FFCC00;
	empty-cells: show;
}


/*CSS3 pseudo classes "nth-child"*/
/*
.ccontent table tr:nth-child(2n) {
	background-color: #990000;	
}

.ccontent table tr:nth-child(2n+1) {
	background-color: #996600;	
}
*/

.ccontent th {
	font-weight: bold;
	text-align: center;
}

.ccontent td {
}


/* Listen */
.ccontent ul {
	list-style-position: outside; /* inside; */
}

.ccontent ol {
	list-style-position: outside;
}


/* Link-"On-Mouse-Overs" - Not working with IE */
/*
.ccontent ul>li>div {
	display: none;
}

.ccontent ul>li:hover>div {
	display: block;
	float: both;
	background-color: #FFAA00;
	border: 1px solid #FFCC00;
	position: static;
	left: 3em;
	top: 1em;
	width: auto;
	z-index: 5;
}
*/

/* Formulare */
.ccontent form {
	margin: 0.5em 0.5em 0 0.5em;
}