/* ALLGEMEIN */

* {
	vertical-align: top;
	border: none;
	margin: 0;
	padding:0; }

body {
	background-color: #999;
	color: black;
	font-size: 1em;
	text-align: center;
	padding: 1em 0 1em 0; }

/* LAYOUT-CONTAINER mit IE 5+6 Hack mittels Kind-Selektor */

#layout_outer { width:654px; margin: auto; border: solid 4px #12127a; }

#layout_middle { 
width:652px; 
border: solid 1px #e0e0e0; }

#layout_inner { 
width:600px; 
border: solid 1px #12127a; 
padding: 25px; 
background-image: url(background.jpg);
background-repeat: repeat;
text-align: left; }

html>body div#layout_inner {
width:600px;
}

/* HTML-ELEMENTE */

p,h1,h2,h3,li,td,.blau,.rot,.rotkursiv,a:link,a:visited,a:active,a:hover,#Ort,#Jahr,#footer,footer a {
	background-color: transparent; }

p { 
	font-size: 1em; 
	margin-bottom: 1.1em; }

h1 { 
	font-size: 1.25em; }
	
h2 { 
	font-size: 1.1em; }

h3 { 
	font-size: 1em; }

h1,h2,h3 { 
	font-weight: bold; 
	margin-top: 1em; 
	margin-bottom: 0; }

ul { 
	margin-bottom: 1.05em; 
	margin-left: 1em;
	list-style-type: disc; }
	
ol { 
	font-size: 1.1em; 
	margin-bottom: 1.1em; 
	margin-left: 3.5em;
	list-style-type: none; }
	
li { 
	vertical-align: middle; 
	margin-bottom: 0.05em; }

p,h1,h2,h3,ul,ol,li,td { 
	line-height: 1.2em; }

em { 
	font-style: italic; }

strong { 
	font-weight: bold; }

table { 
	width: 100%; 
	margin-top: 0.2em; 
	margin-bottom: 0.4em; }

/* Horizontales Menue in MGGScheidt.htm */
	
ul.float { margin-left: -0.5em; padding-bottom: 0.5em; }
	
li.float { list-style-type: none; float: left; margin-left: 0.5em; }

/* Pseudo-Klassen */

a:link { 
	color: #12127a; }

a:visited { 
	color: #000080; }

a:active { 
	color: #12127a; }

a:hover { 
	color: #00f; }
	
/* HEADER */

#header0 { 
	margin-bottom: 2.6em; }

#header { 
	text-align: center; }

#Ort { 
	color: #12127a; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-transform: uppercase; 
	border-bottom: 1px solid #000080; 
	margin-bottom: 1em; }

#Jahr { 
	color: #12127a; 
	font-size: 1em; 
	font-weight: bold; 
	text-transform: capitalize; 
	float: right; }

/* HAUPTINHALT */

#content { 
	font-size: 1.1em; }

/* MENUE PL.HTM */

#nav { 
	list-style-type: upper-alpha; }

/* FOOTER */

#footer { 
	color: #12127a; 
	text-align: center; 
	margin-top: 1em; 
	margin-bottom: -0.4em; 
	border-top: 1px solid #000080; }

#footer a { 
	color: #12127a; 
	text-decoration: none; }

#footer0 { 
	margin-top: 2.6em; }

/* RUECKKEHRLINK */

.back2index { 
	font-weight: bold; 
	text-align: right; 
	margin-top: -0.8em; 
	margin-bottom: -0.9em; }

.back2index a { 
	text-decoration: none; }

.back2index img { 
	margin-top: 0.2em; }

/* FORMATIERUNGEN, POSITIONIERUNGEN, MASSANGABEN */

.blau { 
	color: #12127a; }

.rot { 
	color: red; }

.kursiv { 
	font-style: italic; }

.rotkursiv { 
	color: red; 
	font-style: italic; }

.fett { 
	font-weight: bold; }

.unterstrichen { 
	text-decoration: underline; }

.gelbermarker { 
	background-color: #ff0; }

.kleiner { 
	font-size: smaller; }

.kleinergelbermarker { 
	background-color: #ff0; 
	font-size: smaller; }

.grossbuchstaben { 
	text-transform: uppercase; }

.nachbemerkung { 
	color: #12127a; 
	font-size: 1.1em; 
	margin-top: 0; 
	margin-bottom: 0; }

.nachbemerkung2 { 
	margin-top: -1em; }

.h2special { 
	margin-top: 3.5em; 
	margin-bottom: 0.2em; 
	border-top: 1px solid black; }

.obenpfeil { 
	float: right; 
	margin-top: 0.4em; }

.smallcolumn { 
	width: 10%; }