* {
margin: 0;
padding: 0;
}
html, body { 
top: 0;
right: 0;
left: 0;
width: 100%;
background: #F3EDD6 url(../bilder/backgrd.gif);
background-repeat: repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

body { 
position: absolute;
color: #000;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* container */
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 159px;
z-index: 2;
}
#head {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background-image: url(../bilder/kopfstreifen.jpg);
background-repeat: no-repeat;
color: #000;
}

/* wenn Submenue vorhanden: */
#head2 {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background-image: url(../bilder/kopfstreifen2.jpg);
background-repeat: no-repeat;
color: #000;
}

#menue {
position: fixed;
top: 149px;
left: 20px;
width: 200px;
padding: 10px;
/*background: #F3EDD6 url(../bilder/backmenue.gif);
background-repeat: repeat-y;*/
}

.suche {
	margin-left: 22px;
	margin-top: 30px;
	font-size: 12px;
	color: #593413;
}

.suche input {
	vertical-align: middle;
}

.suchfeld {
	border: 1px #AE6118 solid;
	background-color: #F2E1CD;
	margin-right: 3px;
	font-size: 13px;
	height: 18px;
	padding-left: 2px;
	color: #593413;
}

input.suchfeld:focus {background:#fff; color:black;}

#werbung {
	position: absolute;
	top: 470px;
	left: 52px;
	width: 178px;
	border: 1px #07467D solid;
	background-color: #DCF1FE;
}

#werbung h1 {
	font-size: 12px;
	padding: 5px 8px 0px 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#werbung p {
	padding: 5px 8px 0px 8px;
}
#werbung p.last {
	padding: 5px 8px 5px 8px;
}




#submenue {
position: fixed;
top: 141px;
left: 220px;
height: 19px;
z-index: 3;
font-size: 11px;
}

#content {
/*background: #F3EDD6 url(../bilder/backgrd.gif);
background-repeat: repeat-y;*/
padding: 169px 50px 40px 255px;
/*color: #000;*/
}
.spiegel {
width: 480px;
padding-left: 1px;
clear: both;
}

#footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: 30px;
}
#foot {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 30px;
background: #862811;
color: #e0d0b0;
border-top: 1px solid #600;
z-index: 100;
}

/* ==== Formate === */
/* menue und links */

a {
	color: #07467D;
}
#menue li {
list-style: none;
padding: 0;
}

#submenue li {
list-style: none;
padding: 0;
display: inline;
}

#submenue a {
padding: 0px 8px 0px 0px;
color: black;
text-decoration: none;
}

#menue a {
display: block;
padding: 0px 0 0px 23px;
color: black;
border-bottom: #AE6118 1px solid;
font-size: 12px;
}

#menue a:link {
	text-decoration: none;
}

#menue a:visited {
	text-decoration: none;
}

#menue a:hover {
background-color: #F2B673;
}

#menue a:active {
	text-decoration: none;
}

#menue a.aktiv, #menue a:hover.aktiv {
background-color: #F2B673;
}

a.aktiv,
a:hover.aktiv {
cursor: default;
}


/* text */
h1,h2,h3,h4 {
font-size: 12px;
padding-top: 8px;
}
h1, p, li {
line-height: 140%;
}
.spiegel p {
margin-bottom: 10px;
}

/* sonstige */
img {
border: 0 none;
}
.invis, hr {
display: none;
}
code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #transparent;
color: #939;
}

/*  -------------------------------------
	Extrawuerste fuer IEs
	WICHTIG: IE6 muss in den Quirks-Modus
	gesetzt werden, um die Anweisungen zu
	'position:' richtig auszufuehren!
*/
* html, 
* html body {
overflow: hidden;
bottom: 0;
height: 100%;
}
* html #menue {
position: absolute;
width: 230px;/* wg. boxmodel */
z-index: 30;    
}
* html #submenue {
position: absolute;
z-index: 30;    
}
* html #header, 
* html #footer {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 20;
}
* html #head,
* html #head2,
* html #foot {
height: 100%;
position: static;
z-index: 20;
}
* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html .spiegel {
width: 500px;/* statt max-width */
}
* html #switcher {
position: absolute;
z-index: 40;
}
* html #menue a {
width: 200px;
}
* html #menue a:visited.aktiv {
width: 200px;
background-color: #F2B673;
}
/* IE-Wurst Ende */

