/*------------------------------------------- Definitionen S. ---------------------------------*/
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, table, tr, td, img, div {
	margin: 0em;
	padding: 0em;
}
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	/*font-size: 75%;*/
	background-color: whitesmoke;
	background-image:url(../images/back-verlauf.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	height: 100%;
}

body {
	width: 85.5em;
	margin: auto;
	/*border-left: 0.2em #F9F000 solid;*/
  /*border-right: 0.2em #663300 solid;*/
	height: 100%; /* für alte IEs */
}

#body {
  width: 798px;
	border-left: 2px #F9F000 solid;
  border-right: 2px #663300 solid;
  background-color: white;
	min-height: 100%;
	height: auto !important; /* für alle neuen standardkonformen Browser */
	height: 100%; /* für alte IEs */
}
.clear{
	clear: both;
}

h1 {
	/* font-size: 1em; */
	padding: 0;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
}
h1 img {
	/* width: 80.2em; */
	float: left;
}
#Navigation ul {
	border: 0px solid red;
	width: 100%;
	margin: 0px;
	padding: 0px;
		list-style-type: none;
	background-color: #663300;
}



#Navigation ul li {
	width: 114px;
	overflow: hidden;
	margin: 0px;
	padding: 8px 0px;
	float: left;
	text-align: center;
}
#Navigation ul li.c0 {
	background-color: #F9F000;
}
#Navigation ul li.c1 {
	background-color: #E5CF00;
}
#Navigation ul li.c2 {
	background-color: #CCAA00;
}
#Navigation ul li.c3 {
	background-color: #B28300;
}
#Navigation ul li.c4 {
	background-color: #996600;
}
#Navigation ul li.c5 {
	background-color: #7F4800;
}
#Navigation ul li.c6 {
	background-color: #663300;
}
#Navigation a {
	font-size: 120%;
	color: white;
	text-decoration: none;
}
#Navigation a.active {
	color: black;
	text-decoration: none;
}
#Navigation a:hover {
	text-decoration: underline;
}
#Inhalt {
	margin-top:0em;
	clear: both;
	padding: 4em 2em;
	border:0px solid red
}

#links {
	width:15em;
}

#Inhalt a {
	color: #996600;
	text-decoration: none;
}
#Inhalt a:hover {
	text-decoration: underline;
}
#Inhalt a.active {
	color: black;
	font-weight:600;
}
#Unternavigation {
	font-size: 120%;
	/*width: 18em;
	padding:3em 0em;*/
	width: 14em;
	padding:3em 0em;
	float: left;
	overflow: hidden;
}
#Unternavigation ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#Unternavigation ul.sub {
	list-style-type: none;
	margin: 0em;
	margin-top:1em; 
	padding: 0em;
	padding-left: 1em;
}


#Unternavigation ul li {
	padding: 0em 0em 1em 0em;
}
/*
#Unternavigation ul ul {
	padding-left: 0em 0em 2em 0em;
}
*/
#Inhaltstext {
	font-size: 120%;
	float: right;
	/*width: 58em;*/
	width: 48em;
	line-height: 150%;
	border:0px solid red;
}

#Inhaltstext ul {
	list-style-type:square;
	margin-top:0.7em;
	margin-bottom:0.7em;
	padding-top:0em;
	border:0px solid red;
}

#Inhaltstext ul li{
	/*margin:0px;
	padding-left:0px;*/
	border:0px solid red;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #663300;
	padding: 0em 0em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #996600;
	color: #000000;
	padding: 0em 0em 1em 0em;
	margin-top:0.2em;
	border:0px solid red;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding: 1em 0em 1em 0em;
	margin-top:1em;
}

p {
	padding: 0em 0em 2em 0em;
}

#Fusszeile {
	padding: 2em 4em;
	clear: both;
}

table {
	margin: 0em 1em 1em 0em;
	border-collapse:collapse;
}
td {
	padding:0.2em;
	border: 1px solid #999999;  
}

sub {
	font-size:0.8em;
	margin-right:0.1em;
}



/*------------------------------------------- Definitionen H. ---------------------------------*/

hr {
	display:none
}

p.articleImage1 {
	float:right;
	padding: 0em 0em 2em 2em;
	border:0px #eeeeee solid;
}

p.articleImage2 {
	float:left;
	padding: 0em 2em 2em 0em;
	border:0px #eeeeee solid;
}

caption {
	display:none;
}

div.left {
	float:left;
}

div.right {
	margin-left:26em;
	padding-top:0.2em;
}

form p {
	padding:0.25em 0em;
}

input.text, textarea {
	color:#996600;
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
	border:1px inset #996600;
	background-color: whitesmoke;
	/*width:30em;*/
	width:20em;
	padding:0.2em;
}

input.submit {
	color:white;
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
	background-color: #996600;
	border: 1px outset #663300;
	padding: 0.25em;
}

textarea {
	height:15em;
}
