

/* == Zurücksetzen == */

img, a {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* == Hintergrund == */

body {
	margin: 0px; padding: 0; border: 0; font-family: "Verdana", sans-serif; line-height: 1.4em; font-size: 13px;
	background-image: url(../img/hg/verlauf-dunkel.png);
	background-attachment: fixed;
	min-width: 1010px;
}


/* ==== Seitenaufteilung ==== */

div.rahmen {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	border: 10px solid #9E1E1A; /* Rot */
	background-color: #FFFDFB; /* Naturweiß */
}



/* == Kopfteil == */

div.kopf {
	position: relative;
	margin-left: auto; margin-right: auto;
	text-align: center;
	width: 800px;
	z-index: 20;
}

div#logo { margin-left: 0px; width: 800px; height: 145px; }

/* „div.menueleiste“ ist in „menue.css“ definiert. */

div.clear {
	clear: both;
}

/* == Pfadleiste == */

.pfadleiste {
	position: absolute;
	top: -30px;
	left: 7px;
	width: 926px;
	height: 20px;
	z-index: 1;
	font-size: 10px;
	line-height: 1.2em;
	color: #9E1E1A;
}

.pfadleiste a { color: #00993D; text-decoration: none; }
.pfadleiste a:hover { color: #FFFFFF; background-color: #FFA500; }

.pfad { float: left; }
.verweise { float: right; }

.suche {
	float: right;
	font-size: 10px;
	margin-top: -6px;
	color: #9E1E1A;
	line-height: 11px;
}



/* == Inhaltsteil == */

div.inhalt {
	position: relative;
	margin-left: 70px;
	width: 800px;
	min-height: 100px;
	padding-bottom: 65px;
	padding-top: 45px;
	z-index: 10;
}

div.stand { position: absolute; bottom: 4px; right: 11px; font-size: 10px; color: #999999; }



/* ==== Fußteil ==== */

.fuss {
	position: relative;
	height: 60px; width: 960px;
	margin-left: auto; margin-right: auto;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
}

.fuss .valid-xhtml { position: absolute; top: 9px; right: 9px; }
.fuss .vcss { position: absolute;  top: 9px; right: 102px; }


.fuss .hinweis p {
	margin: 0px; padding: 0px;
	font-size: 10px;
	line-height: 13px;
	color: #9E1E1A;
}

.fuss .hinweis a { color: #00993D; text-decoration: none; }
.fuss .hinweis a:hover { color: #FFFFFF; background-color: #FFA500; }


/* Suchbegriffe */

div.suchbegriffe {
	color: #666;
	text-align: center;
	font-size: 9px;
	line-height: 1.3em;
	padding: 20px;
	display: none;
}



