* {
	margin: 0;
	padding: 0;
}

html, body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
}

p, li, td, form, textarea, input {
	font-size: 90%;
}

p {
	margin-bottom: .6em;
}

#kopf {
	position: static;
	color: #000;
}

#inhaltsbereich {
	background-color: transparent;
	z-index: 10;
}

#inhalt {
	margin: 0 20%; 
	padding: .5em;
	min-height: 550px;
	text-align: center;
}

#unten {
	width: 100%;
	text-align: center;
	font-size: 90%;
}
#unten p {
	margin: .1em;
	font-size: 90%;
}

.breadcrumb {
	padding: 5px;
	font-size: 75%;
}

img {
	border: none;
}

.unsichtbar {
	position: absolute;
	left: -2000px;
}

.nofloat {
	clear: both;
}

ul.linkliste {
	list-style-type: none;
}

#inhaltsbereich .linkliste li p.linkinfo {
	margin: 0;
	padding: 0 0 .5em 25px;
}

/*Links */
#inhaltsbereich .linkliste li a {
	display: block;
	background-repeat: no-repeat;	
}

a:link  {text-decoration: none;}
a:visited {text-decoration: none; font-weight: 500;}
a:hover {text-decoration: underline;}
a:active  {text-decoration: underline;}
a:focus  {text-decoration: underline;}

#inhaltsbereich #inhalt li a:hover,
#inhaltsbereich #inhalt p a:hover,
#inhaltsbereich #inhalt li a:active,
#inhaltsbereich #inhalt p a:active,
#inhaltsbereich #inhalt li a:focus,
#inhaltsbereich #inhalt p a:focus {
	background-color: transparent;
	text-decoration: underline;
}

#inhaltsbereich li a:hover,
#inhaltsbereich p a:hover,
#inhaltsbereich li a:active,
#inhaltsbereich p a:active,
#inhaltsbereich li a:focus,
#inhaltsbereich p a:focus {
	background-color: transparent;
	text-deocration: underline;
}


#inhaltsbereich #inhalt li a:visited,
#inhaltsbereich #inhalt p a:visited {
	background-color: transparent;
}

#inhaltsbereich li a:visited,
#inhaltsbereich p a:visited {
	background-color: transparent;
}	


/* Ueberschriften */

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-align: left;
	letter-spacing: 1pt;
	padding: 1em 0 .3em 0;
	margin: 0 auto;
	max-width: 80%;
}

h1 {
	font-size: 150%;
	text-align: center;
}

h2 {
	font-size: 130%;
	text-align: center;
	margin-bottom: .8em;
}

h3 {
	font-size: 110%;
}

h3.oben {
	text-align: center;
	margin-bottom: 1em;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 98%;
}

h6 {
	font-size: 96%;
}

#inhalt p,
#inhalt ul,
#inhalt table, 
#inhalt form,
#inhalt p .breadcrumb {
	text-align: left;
	padding: .5em 0;
	line-height: 140%;
	margin: 0 auto;
	max-width: 80%;
}

#inhalt ul {
	padding-left:  2em;
}

#inhalt li {
	padding-left: 1em;
	margin-left: 1em;
	line-height: 140%;
}

#inhalt hr {
	text-align: center;
	margin: 1em auto 0 auto;
	width: 50%;
	height: 1px;
}


#inhalt #unten p {
	text-align: center;
	font-size: 90%;
}

#inhalt #unten a {
	font-size: 90%;
}

.mitte {
	width: 80%;
	text-align: center;
}

table {
	border: 2px solid #c0c0c0;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto; 
	caption-side: top; 
	width: 100%;
}

th {
	border: 1px solid #c0c0c0;
	padding: .3em;
	vertical-align: top;
	text-align: left;
	background-color: #e2e3e1;
}

td {
	border: 1px solid #c0c0c0;
	padding: .3em;
	vertical-align: top;
	text-align: left;
}



/* Formulare */
form {
	font-size: 100%;
	margin: 1em auto;
}

fieldset {
	padding: .3em;
}

legend {
	font-weight: bold;
	padding: .3em;
}

label {
	margin: .2em .3em;
	display: block;
}

select, option {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 .2em 0 0 0;
}

input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 .5em 0 3em;
}

input.button {
	display: inline;
	color: #fff;
	font-weight: bolder;
	margin: .5em;
	padding: .2em;
	width: 8em;
}


/* Navigation */

#navigation {
	position: absolute;
	top: 6.2em;
	left: 0;
	width: 12em;
	background-color: transparent;
	z-index: 20;
}

#navigation ul {
	margin: 1em .4em 0 0;
	list-style-type: none;
}

#navigation a {
	color: #369;
	display: block;
	padding: 1px 3px 2px 15px;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	background-color: transparent;
	color: #00f;
	display: block;
	background-repeat: no-repeat;
	background-position: .2em;
	text-decoration: underline;
}

#navigation a:visited {
	background-color: transparent;
	color: #6600ff;
}

#navigation hr {
	width: 10.5em;
	text-align: center;
	margin: .5em auto;
	height: 1px;
	color: #ccc;
}