/* Start of CMSMS style sheet 'Layout' */
* {
	margin: 0; padding: 0; border: 0;
}

/* Wird benötigt, damit das mittig zentrierte Design bei unterschiedlichen Seitenhöhen nicht springt */
html {
	min-height: 101%;
}

/* Allgemeine Formatierungen */
body {
	background: url(uploads/images/grafiken/hintergrund.gif) no-repeat right top fixed; background-color: #7F7F7F; color: #000000;
	min-width: 700px; height: 101%; padding: 1em;
	font-size: 100.01%;
	font-family: Verdana, Arial, sans-serif;
}



a {
	text-decoration: underline;
	color: #225577;
}


a:hover,
a:active,
a:focus {
	color: #FF8C00 !important;
}

.linksfluss {
float: left;
margin-right: 1em; margin-bottom: 1em;
}

.rechtsfluss {
float: right;
margin-left: 1em; margin-bottom: 1em;
}

div#inhalt ul, ol, p, table {
	margin-bottom: 1em; font-size: 1em;
}

div#inhalt ul, ol {
	margin-left: 2em;
list-style-position: outside;
}

div#inhalt ol {
	list-style: decimal outside;
}

#inhalt li, 
#inhalt td {
	line-height: 1.5em; padding-right: 1em;
}

/* Spezifische Elemente */
/* Alles umgebender Container */
#container {
	background-color: #225577; color: #EFEFEF;
	margin: auto; max-width: 70em;
	border: 2px solid #2F2F2F;
}

/* Linke Navigationsleiste */
div#navi {
	float: left;
}

/* Logoelement */
div#logo {
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px;
}

/* Inhaltscontainer */
#inhalt {
	overflow: hidden; /* wichtiger Hack für korrekte Darstellung */
	background-color: #EFEFEF; color: #000000;
	border-left: 1px dotted #2F2F2F;
	min-height: 600px; padding: 1em; padding-bottom: 3em;
	line-height: 1.5em; font-size: 0.9em;
position:relative;
}

span#stand {
position: absolute; bottom: 10px; right: 10px;
font-size: 0.8em;
color: #5F5F5F;
}


/* Oberes Banner */
#banner {
width: 100%; height: auto;
border: 0 !important;
}

/* Fußzeile */
#fusszeile {
	clear: both;
	background-color: #2F2F2F;
	padding: 0.5em; text-align: center;
}

#fusszeile li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #EFEFEF;
	padding: 0 0.5em 0 0.5em;
}

#fusszeile a {
	color: #EFEFEF;
}

/* Element ganz links in Fußzeile */
li#adresse1 {
	border: 0;
}
/* End of 'Layout' */

