@import url(bselemente.css);
@import url(bsnavi.css);
@import url(bsinfo.css);

body {
	color: black;
	background-color: #d0d0d0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100.01%;
	padding: 0px;
	text-align:center;
}

.neuezl {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 1px;
	width:100%;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

a img {
	border-style:none;
}

#viewport {
	position: relative;
	font-size: 0.8em;
	max-width: 1024px;
	min-width: 850px;
	padding: 0;
	margin: 5px auto;
	text-align: left;
	background-color: #e0e066;
	color: black;
	font-size: 0.8em;
	border: 2px solid #ffff00;
	z-index: 1;
}

#kopf {
	position: relative;
	width:auto;
	min-height:70px;
	height:4em;
	z-index: 2;
	margin: 0;
	padding: 8px;
	background-color:#009900;
	color: white;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo img {
	margin:10px;
}

#titel {
	position:absolute;
	top:15px;
	left:120px;
	min-height:80px;
	padding:0.2em 0 0 0;
}

#titel h1 {
	font-size: 3em;
	font-family: Thomdale,"Times New Roman",Times,serif;
	font-style: italic;
	white-space:nowrap;
}

#logo a img {
	border: 2px solid #009900;
	color: white;
	text-decoration: none;
}

#logo a:hover img {
	border: 2px solid #ffff00;
	background-color:#ccff99;
}

#spruenge li {
	display: inline;
}

#navleiste {
	position: relative;
	left: 0px;
	top: 0;
	right: 0;
	background-color:#b0cc33;
	color: black;
	padding: 3px;
	text-align: left;
	z-index: 3;
}

#sprachen {
	position: relative;
	margin: 0px;
	width: 200px;
	float: left;
	text-align: center;
	z-index: 4;
}

#sprachen img {
	border:2px solid #99cc33;
}

#sprachen a:hover img, #sprachen a:focus img {
	border:2px solid #ffff99;
}

#pfad {
	position: relative;
	margin: 0 0 0 200px;
}

#pfad a:link, #pfad a:visited {
	color:black;
	text-decoration:none;
}

#pfad a:hover, #pfad a:active, #pfad a:focus {
	text-decoration:underline;
	background-color:#e0ff66;
}

#koerper {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 5;
	min-height:500px;
}

#menue {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height:100%;
	z-index: 6;
/* 	background-color:#99ff66; */
}

#infoleiste {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 160px;
	margin: 15px 0 0 0;
	z-index: 6;
}

#inhalt {
	position:relative;
	margin: 0px 160px 0px 200px;
	padding: 20px 12px 15px 15px;
	z-index: 5;
}

#koerper #inhalt {
	min-height: 350px;
	color:black;
	background-color:#ffffe0;
}

#inhalt a:link {
	color:#006600;
	text-decoration:none;
}

#inhalt a:visited {
	color:#660000;
	text-decoration:none;
}

#inhalt a:hover, #inhalt a:focus, #inhalt a:active{
	color: white;
	background-color: #333333;
	text-decoration:underline;
}

#infoleiste a:link {
	color:#003300;
	text-decoration:none;
}

#infoleiste a:visited {
	color:#660000;
	text-decoration:none;
}

#infoleiste a:hover, #infoleiste a:focus, #infoleiste a:active{
	color: white;
	background-color: #333333;
	text-decoration:underline;
}

#fuss {
	width: 100%;
	margin: 1.3em 0 0 0;
	border-top: 3px solid #009900;
	z-index: 29;
}

#datum {
	width: 25.1em;
	display: block;
	float: left;
	font-size: 90%;
}

#copyright {
	width:auto;
	text-align:right;
	display:block;
	font-size:90%;
	font-style:italic;
}

#drucken {
	padding:3px 3px 8px 3px;
	text-align:right;
	font-weight:bold;
}

#drucken img {
	margin-right:0.61em;
}

#drucken a:link, #drucken a:visited {
	color:#006600;
	text-decoration:none;
}

#drucken a:hover, #drucken a:active, #drucken a:focus {
	text-decoration:underline;
	background-color:#e0ff66;
}

#blaettern {
	margin:0px;
	padding:3px;
	clear:both;
	display:block;
	background-color:#b0cc33;
	z-index: 29;
}

#blaettern a:link, #blaettern a:visited {
	color:black;
	text-decoration:none;
}

#blaettern a:hover, #blaettern a:active, #blaettern a:focus {
	text-decoration:underline;
	background-color:#e0ff66;
}

#kontaktdaten {
	margin:0px;
	padding:3px 3px 8px 15px;
	clear:both;
	display:block;
	background-color:#009900;
	color:white;
	font-weight:bold;
}

#kontaktdaten a:link, #kontaktdaten a:visited {
	color:white;
	border:3px solid #009900;
}

#kontaktdaten a:hover, #kontaktdaten a:active, #kontaktdaten a:focus {
	border:3px solid #ffff00;
}

abbr {
	speak: spell-out;
}

/* Abkuerzungen aussprechen, Acronyme buchstabieren */
acronym {
	speak: normal;
}

/* Acronyme/Abkuerzungen in Verweisen auch unterstreichen */
a abbr, a acronym {
	text-decoration: underline;;
}

/* Acronyme/Abkuerzungen kennzeichnen */
abbr[title], acronym[title] {
	border-bottom: 1px dashed black;
	cursor: help;
}
