@import url(produkte.css);
@import url(menues.css);
@import url(kaesten.css);
@import url(formulare.css);
@import url(lexikon.css);


body {
	background-color: white;
	background-image: url(../grafik/bg.gif);
	margin: 0px;
	padding: 0px;
}


/* absolut positionierte Elemente */
#flashkopf {
	position: absolute;
	left: 0px;
	top: 39px;
}
#logo {
	position: absolute;
	left: 810px;
	top:23px;
}


/* Der Kopf umfasst das gro�e Bild mit den Links oben links */
#kopf {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
	background-image: url(../grafik/kopfbg.gif);
	background-repeat: repeat-x;
	min-width: 920px;
}
#kopf div.innen {
	xbackground-image: url(../grafik/sonne.jpg);
	background-repeat: no-repeat;
	height: 205px;
}
#kopf div.innen table.links td {
	height: 35px;
	vertical-align: bottom;
	padding-left: 10px;
	font: bold 70% arial, helvetica, sans-serif;
}
#kopf a {
	color: #D91919;
	text-decoration: none;
}
#kopf a:hover {
	text-decoration: underline;
}


/* In zeile2 steht der Domainname und das Suchfeld */
#zeile2 {
	background-color: #F99B00;
	margin: 0px;
	border-bottom: 2px solid white;
	float: left;
	width: 100%;
	min-width: 920px;
}
#zeile2-titel {
	width: 232px;
	padding: 0.5em 0em 0.5em 0em;
	border-right: 2px solid white;
	float: left;
	background-color: #D91919;
	text-align: center;
}
#zeile2-titel a {
	font: bold 100% arial, helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#zeile2-rest {
	float: left;
	width: 686px;
	padding: 7px 0em 0.25em 0em;
	text-align: right;
}
#zeile2-rest form {
	margin: 0px;
	padding: 0px;
}
#zeile2-rest form input {
	font: normal 70% arial, helvetica, sans-serif;
}
#zeile2-rest form input.suchbox {
	background-image: url(../grafik/icon_suche.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-color: #FEF5E4;
	border: 2px solid white;
}
#zeile2-rest form input.suchstart {
	background-color: #636363;
	border: 2px solid white;
	color: white;
	font-weigth: bold;
}

/* Der Inhaltsbereich */
#inhalt {
	float: left;
	width: 610px;
	padding: 20px 30px;
	background-color: #FEF5E4;
	font: normal 80% arial, helvetica, sans-serif;
	line-height: 160%;
}
#inhalt h1 {
	font-size: 140%;
	margin: 0px 0px 1em 0px;
}
#inhalt h2 {
	font-size: 120%;
	margin: 0px 0px 1em 0px;
}
#inhalt h3 {
	font-size: 100%;
	margin: 0px 0px 1em 0px;
}
#inhalt h1 span.sub, #inhalt h2 span.sub {
	font-weight: normal;
}
#inhalt p {
	margin: 0px 0px 1em 0px;
}
#inhalt p.brotkrumen {
	font: normal 70% arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 2em;
}
#inhalt p.brotkrumen span.aktiv a {
	font-weight: bold;
	text-decoration: none;
}
#inhalt a {
	color: #D91919;
}
#inhalt a:hover {
	color: #F99B00;
}
#inhalt img.bild-rechts {
	float: right;
	margin: 0.25em -32px 0.25em 1em;
	border: 2px solid white;
}
#inhalt img.bild-links {
	float: left;
	margin: 0.25em 2em 0.25em 0px;
	border: 0px solid white;
}
#inhalt img.bild-mitte {
	display: block;
	margin: 0px auto 1em auto;
	border: 2px solid white;
	padding: 10px;
}

#inhalt img.bild {
	border: 2px solid white;
}

#inhalt ul {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 18px;
	list-style-type: square;
}
#inhalt table {
	border-collapse: collapse;
	border: 2px solid white;
}
#inhalt table td {
	text-align: left;
	border-bottom: 2px solid white;
	padding: 0.2em 0.5em;
	margin: 0px;
	border-spacing: 0px;
	background-color: #FCCD7F;
}
#inhalt table td p {
	margin: 0px;
}
#inhalt table th {
	text-align: left;
	border-bottom: 2px solid white;
	padding: 0.2em 0.5em;
	background-color: #F99B00;
	color: white;
}
#inhalt table.tab1 td {
	font-size: 80%;
}
#inhalt table.tab1 th {
	font-size: 80%;
}
#inhalt small {
	font-size: 80%;
}
#inhalt .csc-textpic-caption {
	font-size: 80%;
	line-height: 140%;
	margin: 0.5em 2px 1em 2px;
}
#inhalt p.csc-frame-frame1 {
	border: 2px solid white;
	padding: 0.2em;
	text-align: center;
	width: 80%;
	margin: 0px auto 1em auto;
}

#inhalt div.fusszeile {
	float: left;
	width: 100%;
	border: 2px solid white;
	padding: 0px 5px;
	font-size: 80%;
	margin-top: 2em;
}

#inhalt div.lexikonnavigation {
	display: none;
}

input {
	font-family: verdana;
}
input.text {
	border: 2px solid white;
	background-color: #FEF5E4;
}
input.eingabe_pflicht {
	border: 1px solid #D91919;
	background-color: #FEF5E4;
}
input.eingabe_pflicht_fehler {
	border: 2px solid #D91919;
	background-color: #FEF5E4;
}
select{
	font-family: verdana;
	border: 2px solid white;
	background-color: #FEF5E4;
}
input.submit {
	border: 2px solid white;
	background-color: #636363;
	color: white;
	margin: 1em 0px 0px 0px;
}
#inhalt table td.submit {
	text-align: right;
}
div.abisz ul li {
	display: inline;
	padding: 0px 0.2em 0px 0.2em;
	font-weight: bold;
	border-right: 1px solid black;
}




@media print {

#kopf,#zeile2,div.brotkrumen,div.kasten-rechts,div.fusszeile,#menuezeile,#untermenue,#flashkopf{
	display: none;
}

}