body {
	margin: 0;
	padding: .5em;
	padding-top:2em;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;	
	color: black;
	background-image:url(Bilder/kachelnbg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}

p, label {
	font-size: .9em;
}
h1 {
	font-size: 1.2em;
	color: #e85d45;
}

a {
	color: #e85d45;
	font-weight:bold;
	text-decoration:none;
}

#pageWrap {
	margin: 0;
	width: auto;
	min-width: 700px;
}

#container {
	z-index: 1;
	border-top-width: 0;
	border-bottom-width: 0;
/*	border-left: 8em solid white;*/
/*	border-right: 180px solid white;*/
	margin-right:180px;
}

#innerContainer {
	z-index: 2;
	width: 100%;
	margin: 0 -1px;
}
* html #innerContainer {
	position: relative;
}
* html #container {
	margin-top: -1px;
	border-top: solid 0px #000;
}

#content {
	margin: 0 -1px;
	width: 80%;
	z-index: 8;
	padding: 1em;
}

#content[id] {
	width: 70%;
}
#content, #sidebar, #menu {
	float: left;
	position: relative;
	overflow: visible;
	padding-top: .5em;
	padding-bottom: .5em;
}

#content li {
	font-size:.9em;
	margin:0;
	list-style-position:inside;
	margin-left:2em;
	text-indent:-1em;
}

#content li.agb {
	margin:0;
	list-style-position:outside;
	margin-left:-1.2em;
	text-indent:0em;
}

#content li.sitemap {
	font-size:1em;
}
#content h2 {
	font: 1em bold Arial, Helvetica, sans-serif;
	color: #e85d45;
}

#footer{
	margin-top: -1.6em;
}

#sidebar {
	float: right;
	width: 180px;
	margin: 0 -180px 0 1px;
	z-index: 9;
}

#menu {
	width: 10em;
	padding: .5em .1em 0 .1em;
	z-index: 10;
}


#content {
	font-size: .9em;
	padding-left: 1em;
}

#sidebar p {
	font-size: .8em;
}

#sidebar a {
	font-weight:normal;
	text-decoration:none;
	color:black;
}

#footer {
	color: white;
	font-size: 0.7em;
	white-space: nowrap;
	clear: both;
	z-index: 5;
	padding: 5px;
	background-color: #e85d45;
	padding-bottom: 1px;
	margin-bottom: -1px;
	text-align: center;
}
#metanavi {
	color: gray;
	font-size: 0.7em;
	white-space: nowrap;
}

#metanavi a:visited,  #metanavi a:link {
	color: gray;
	text-decoration: none;
}
#metanavi a:hover {
	color: gray;
	text-decoration: underline;
}


#marginal {
	width: 180px;
	color: black;
	padding: 5px;
	background-color: #ffba8a;
	padding-bottom: 1px;
	margin-bottom: -1px;	
	text-align: left;
}

#marginal[id] {
	width: 170px;
}

#marginal h2 {
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 2px solid white;
	margin: 1px;
}
#marginal p {
	margin: 1px;
	font-size: 0.7em;
}

.hide { display: none; }

/* Menue-Definition */
#menu {
	font-weight: bold;
/*	background: #e85d45;*/
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
}

#menu a {
	font-size: .8em;
	display: block;
	margin: 0;
	padding: .1em 0;
	color: black;
/*	background: #e85d45;*/
	text-decoration: none;
	border: 0px solid #e85d45;
	line-height: 1.3em;
}

#menu a:hover,
#menu a.aktiv {
	background: #e85d45;
}

#menue li a {
	width:100%;				/* IE */
}
#menu li>a {
	width:auto;				/* Firefox & Opera */
}
#menue li.folder {
	height: 1.2em;
}
#menu li.folder ul {
	position:absolute;
	display:none;
	left:60%;
	top:0;
	width:10em;
	border: 1px solid red;
	background:white;
	padding: .1em;
}		
#menu li.folder>ul {
	position:relative;
	top:-1.2em;
}

#menue li.folder a {
	border: none;
}

/* Hover-Anweisungen */

#menu li.folder:hover {
	height: 1.2em;
	z-index:20;
}		
		
#menu li:hover ul {
/*	background: #e85d45;*/
	display:block;
}		

/* Ende Menue */


checkbox {
	border: .1em solid red;
}

textarea {
	border: .1em solid red;
	width: 20em;
	height:5em;
}

table.formular {
	border:none;
	margin:0;
	padding:0;
}

table.formular th {
	text-align:left;
	font-weight: 1em normal arial, helvetica, sans-serif;
}

table.formular input, table.formular select {
	border: .1em solid red;
	width: 15em;
}

table.formular input.PLZ {
	width: 5em;
}
table.formular input.Ort {
	width: 9.5em;
	margin-left .5em:
}


#banner {
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align:bottom;
}

img.Logo {
	float: left;
}

.clear {
	clear: both;
}	
.inside {
/*	padding: 0 1.5em;*/
}

table.login {
	border:1px solid black;
	background-color:#aaa;
}
table.login th {
	text-align:left;
}
table.login input {
	background-color:#ddd;
	border:none;
}

.Fehler {
	font-weight:bold;
	color:red;
}

