body {
	margin: auto;
	font-family: Calibri, Myriad, sans-serif;
	font-size: 130%;
}


#supercontainer {
	margin: auto;
	width: 800px;
}

#header {
	z-index: 4;
	left: 200px;
	width: 100%;
	top: 0px;
	position: fixed;
	background-color: white;
	line-height: 110%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #fc7217;
	height: 72px;
}

#leiste {
	border-right-color: #fc7217;
	border-right-width: thin;
	border-right-style: none;
	left: 0px;
	clear: left;
	float: right;
	z-index: 0;
	margin-right: 0px;
	margin-left: 0px;
	border-left-color: #fc7217;
	border-left-style: none;
	border-left-width: thin;
	border-bottom-color: #ff8000;
	border-bottom-style: none;
	border-bottom-width: thin;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 72px;
	background-color: white;
	font-size: 90%;
	text-align: right;
	bottom: 0px;
	top: 0px;
	height: 100%;
	position: fixed;
	font-family: Verdana;
	width: 170px;
}

#leiste a {
	font-size: 80%;
	color: #fc7217;
}

#leiste h2 {
	color: #fc7217;
	font-size: 90%;
}

#logo {
	width: 200px;
	position: fixed;
	left: 0px;
	float: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-size: 90%;
	background-color: white;
	list-style-position: inside;
	list-style-type: none;
	display: block;
}

	#logo h2 {
	color: #fc7217;
	font-size: 80%;
	left: 0px;
	display: block;
}

	#logo a {
	text-decoration: none;
	list-style-type: none;
	color: #fc7217;
	display: block;
}

	#mainnav
	{
		z-index: 5;
		position: relative;
		border-bottom-color: #fc7217;
		border-bottom-style: none;
		margin-top: 23px;
		border-right-width: thin;
		border-right-color: #fc7217;
		border-right-style: solid;
		top: 0px;
		margin-left: 0px;
		height: 20px;
		border-bottom-width: thin;
		padding-bottom: 0px;
		padding-right: 0;
		padding-top: 0px;
		font-size: 95%;
		color: #fc7217;
		margin-bottom: 0px;
	}
	
	#mainnav ul
	{
		border-left-style: none;
		margin: 0 0 0 0;
		padding: 0;
		list-style-type: none;
		border-left: 1px;
	}
	
	#mainnav li
	{
		border-bottom-color: #fc7217;
		border-bottom-width: thin;
		border-right-width: 1px;
		border-bottom-style: none;
		border-right-style: none;
		display: inline;
		padding: 0 5px;
	}
	
	#mainnav li a
	{
		border-bottom-width: thin;
		border-bottom-style: none;
		font-weight: bold;
		font-variant: small-caps;
		text-decoration: none;
		color: #fc7217;
	}
	
	#mainnav li.ausgewaelt a
	{
		border-bottom-width: thin;
		border-bottom-style: none;
		font-weight: bold;
		font-variant: small-caps;
		text-decoration: none;
		color: #9cbead;
	}
	
	#mainnav li a:hover
	{
		color: white;
		text-decoration: none;
		background-color: #9cbead;
	}


	#subnav
	{
		z-index: 7;
		border-top-width: thin;
		border-top-color: #fc7217;
		border-top-style: dotted;
		text-align: left;
		line-height: 120%;
		position: relative;
		float: none;
		height: 20px;
		font-size: 80%;
		color: #272900;
	}
	
	#subnav ul
	{
		color: #9cbead;
		margin-left: 0px;
		margin-bottom: 0;
		margin-top: 0;
		border-right-color: #fc7217;
		border-left-color: #fc7217;
		border-right-style: dotted;
		border-left-style: dotted;
		border-left-width: thin;
		border-right-width: thin;
		padding: 0 5px;
		list-style-type: none;
	}
	
	#subnav li
	{
		line-height: 140%;
		display: inline;
		padding: 0 5px;
	}
	
	#subnav li a
	{
		color: #fc7217;
		border-right-color: #9cbead;
		border-right-width: 1px;
		border-right-style: none;
		border-left-color: #9cbead;
		border-left-style: none;
		border-left-width: 1px;
		text-shadow: 3px 2px 2px #9cbead;
		line-height: 160%;
		text-decoration: none;
	}
	
	#subnav li.ausgewaelt a
	{
		color: #9cbead;
		border-right-color: #9cbead;
		border-right-width: 1px;
		border-right-style: none;
		border-left-color: #9cbead;
		border-left-style: none;
		border-left-width: 1px;
		text-shadow: 3px 2px 2px #9cbead;
		line-height: 160%;
		text-decoration: none;
	}
	
	#subnav li a:hover
	{
		text-shadow: 0px 0px;
		text-decoration: none;
		color: white;
		background-color: #9cbead;
	}


#container {
	width: 599px;
	left: 200px;
	margin-bottom: 0;
	border-bottom-width: thin;
	border-bottom-color: #fc7217;
	border-bottom-style: none;
	z-index: 1;
	height: 100%;
	background-color: #008040;
	top: 70px;
	border-right-color: #fc7217;
	border-left-color: #fc7217;
	border-right-style: none;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
}

#inhalt {
	left: 200px;
	float: left;
	background-color: white;
	border-bottom-color: #ff66ff;
	border-bottom-style: none;
	border-bottom-width: thin;
	bottom: 30px;
	top: 70px;
	width: 599px;
	z-index: 2;
	border-right-width: thin;
	border-right-color: #fc7217;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #fc7217;
	margin-bottom: 0px;
	position: absolute;
	line-height: 150%;
	padding: 10px;
	margin-top: 0px;
	border-top-style: none;
	border-top-width: thin;
	text-align: justify;
	color: black;
	font-size: 75%;
}

#inhalt h1 {
	text-shadow: 2px 2px 2px #9cbead;
	font-variant: small-caps;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #fc7217;
	font-size: 125%;
	font-weight: bold;
}

#inhalt h2 {
	text-shadow: 2px 1px 4px #9cbead;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 30px;
	line-height: 170%;
	color: #fc7217;
	font-size: 115%;
	text-decoration: none;
}
#inhalt a {
	color: #fc7217;
	text-decoration: underline;
}

#inhalt a:hover {
	text-shadow: 0px 0px;
	color: #9cbead;
	text-decoration: underline overline;
}

#foot {
	left: 200px;
	float: right;
	z-index: 8;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	background-color: white;
	position: fixed;
	bottom: 0px;
	border-top-color: #fc7217;
	border-top-style: solid;
	border-top-width: thin;
	font-size: 65%;
	height: 30px;
}

#foot input {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	text-align: center;
	font-size: 85%;
	height: 13px;
}

#foot a {
	border-top-width: thin;
	border-top-color: #fc7217;
	background-color: #fc7217;
	color: white;
	text-decoration: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	text-align: center;
	font-size: 90%;
	height: 10px;
}

.rechts {
	padding-top: 5px;
	margin-left: 10px;
	position: static;
	float: right;
	
}

.nichtrechts {
	padding-top: 5px;
	margin-right: 10px;
	float: left;
}

#message {
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	font-style: italic;
	width: 500px;
	border-color: black;
	border-style: solid;
	border-width: thin;
	background-color: #ff6666;
	color: black;
	font-size: 90%;
}

#message a {
	text-decoration: underline overline;
	color: white;
}

#message i {
	color: white;
}

#formular {
vertical-align: top;
}

#formular.unterdembild {
width: 190px;
position: absolute;
top: 500px;
z-index: 0;
vertical-align: top;
}

#formular.unterdembild input {
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 150px;
}

#formular input {
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 500px;
}

#formular input.box {
	width: 20px;
}

#formular input.kurz  {
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 295px;
	
}

#formular input.kurzer  {
	height: 20px;
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 150px;
	
}

#formular input.kurzerer  {
	margin-top: 3px;
	background-color: white;
	height: 20px;
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 150px;
	-moz-box-sizing: content-box;
	
}

#formular select.kurzer {
	background-color: white;
	height: 20px;
	font-size: 90%;
	border-color: #fc7217;
	border-style: solid;
	border-width: thin;
	width: 130px;
	vertical-align: text-top;
	-moz-box-sizing: content-box
	}

#formular input.suche  {
	height: 15px;
	margin: 5px;
	border-color: #ff8000;
	border-style: solid;
	border-width: thin;
	font-size: 90%;
	width: 155px;
	
}

#formular textarea {
	height: 300px;
	width: 500px;
	border-width: thin;
	border-color: #fc7217;
	border-style: solid;
}

#formular select {
	border-color: #fc7217;
	border-style: solid;
	border-width: thin;
	width: 200px;
	vertical-align: text-top;
	}

#suchformular {
	position: absolute;
	bottom: 102px;
	margin: 0px;
	right: 0px;
	text-align: right;
	width: 100%;
}

#suchformular input.std  {
	visibility: hidden;
	height: 15px;
	font-size: 85%;
	font-family: verdana;
	background-color: white;
	border-color: #fc7217;
	border-style: solid;
	border-width: thin;
	width: 150px;
	
}

#suchformular input.butt  {
	visibility: hidden;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-color: #fc7217;
	background-color: white;
	font-weight: bold;
	color: #fc7217;
	font-size: 70%;
	font-family: verdana;
	border-width: 0.5px;
	width: 39px;
	
}

#echtesuche {
	bottom: 150px;
	z-index: 0;
	left: 0px;
	text-align: right;
	position: absolute;
}

#echtesuche input.std  {
	height: 15px;
	font-size: 85%;
	font-family: verdana;
	background-color: white;
	border-color: #fc7217;
	border-style: solid;
	border-width: thin;
	width: 150px;
	
}

#echtesuche input.butt  {
	border-style: none;
	border-color: #fc7217;
	background-color: white;
	font-weight: bold;
	color: #fc7217;
	font-size: 70%;
	font-family: verdana;
	border-width: 0.5px;
	width: 55px;
	
}

#ArchivTabelle {
}

#BeitragMain {
	font-family: Verdana;
	padding: 5px 5px 5px 5px;
	border-bottom-color: #9cbead;
	border-bottom-style: solid;
	border-bottom-width: thin;
	line-height: 150%;
	color: #333333;
	vertical-align: bottom;
}

#BeitragMain h3 {
	line-height: 80%;
	padding: 0px 0px 0px 0px;
	color: #fc7217;
	text-shadow: 0px 0px;
	text-transform: none;
	text-decoration: none;
	font-size: 110%;
}

#BeitragMain2 {
	width: 200px;
	padding: 5px 5px 5px 5px;
	border-bottom-color: #9cbead;
	border-bottom-style: solid;
	border-bottom-width: thin;
	line-height: 100%;
	color: #333333;
	vertical-align: bottom;
}

.BeitragSub {
	line-height: 170%;
	padding: 10px;
	margin-top: 20px;
	text-align: justify;
	color: #191919;
}

#spullen {
	text-align: center;
	border-top-color: #9cbead;
	border-top-style: solid;
	border-top-width: thin;
	float: none;
	clear: both;
	margin-right: 50%;
	margin-left: 50%;
	font-size: 85%;
}

#spullen a {
	text-align: center;
	color: #fc7217;
	text-decoration: none;
}

#spullen a:hover {
	text-decoration: underline overline;
	color: #fc7217;
}

#ediBild {
	width: 230px;
	list-style-position: outside;
	list-style-type: square;
	clear: both;
	text-align: left;
	font-size: 70%;
	margin-bottom: 10px;
	float: right;
}

.mini {
	font-size: 80%;
}

#htmltipps {
	position: relative;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	text-align: left;
	margin-left: 7px;
	margin-right: 5px;
	list-style-position: outside;
	font-size: 70%;
}

a.springer {
	padding-top: 65px;
}

.ROT {
	color: red;
}

#stichwoerter {
	padding: 10px;
	border-top-color: #fc7217;
	border-top-style: dotted;
	border-top-width: thin;
}

img.linieR {
	visibility: hidden;
	left: 975px;
	position: fixed;
	height: 30px;
	bottom: 0px;
}

img.linieL {
	visibility: hidden;
	position: fixed;
	left: 50px;
	height: 30px;
	bottom: 0px;
}

div.leistenbild {
	top: 150px;
	right: 0px;
	position: absolute;
	height: 300px;
	width: 150px;
	overflow: hidden;
}

#flashy {
	z-index: 3;
}



