/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
margin: 0;
padding: 0;
}

body#all {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #3333FF;
}

#switcher input.out {
	padding: 1px 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	background-color: #006699;
	color: #fff;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 37px;
}
#switcher input.in {
display: none;
}

/* Text und Links allgemein */
p, li {
	font-size: 80%;
	color: #FFCC00;
}

li {
	font-size: 100%;
	color: #FFCC33;
}

/* Container mit ihren Inhalten */
#wrapper {
	text-align: left;
	margin: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #3333FF;
	background-color: #3333FF;
/*color: #000;
border: 1px solid #000;*/
}

/* Header */
#header {
	background-color: #3333FF;
	color: #000;
	height: 100px;
}

#feld1 {
	background-color: #3333FF;
	color: #000;
	height: 90px;
	width: 250px;
	float: left;
	border-left-width: 40px;
	border-left-style: solid;
	border-left-color: #3333FF;
	background-position: 5px 5px;
	position: absolute;
	top: 10px;
	left: 0px;
}


#feld2 {
	background-color: #3333FF;
	color: #000;
	height: 90px;
	background-image: url(Logo-LV2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 190px;
	position: relative;
	top: 0px;
	left: 0;
	border-right-width: 35px;
	border-right-color: #3333FF;
	border-right-style: solid;
}

h1 {/* vorbehalten fuer Titel|Banner */
padding: 5px 10px;
background-color: #bbb; 
color: #000;
border: 1px solid #000;
}

/* Menues */
/* ---------------- / Screenshot 1 --------------------------- */
/* blendet Trennzeichen und "Standort:" aus: */
/*span.hier {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}*/

span.dort, span.unsichtbar {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}

/* sorgt für die Ränder und Hintergrundfarbe des gesamten Navigationsmenüs */
div#menue {
	width:235px;
	background: #3333FF;
	padding:0;
	float: left;
	position: absolute;
	left: 1px;
	top: 125px;
}
/* gestaltet die Überschrift */
h1 {
font: bold 90% tahoma, sans-serif;
letter-spacing:1px;
color:#fff;
margin: 0;
padding:4px 0 4px 12px;
border-bottom: 1px solid #777;
background: #17178B;
}
/* Kontextselektor "Liste innerhalb der Navigation" */
#menue ul {
	font: normal 140% sans-serif;
	list-style:none;
	padding:0;
	margin:0;
	color: #FFCC00;
}
/* ---------------- / Screenshot 2 --------------------------- */
#menue ul li {
	padding: 0;
	margin: 0px;
	display:inline;
}
/* Kontextselektor für die Listeneinträge ab der zweiten Ebene: */
#menue ul li ul li {
	border:0;
	margin:0;
	display:inline;
}
#menue a, #menue a:link {
	display:block;
	font: normal 90% tahoma, sans-serif;
	letter-spacing: 1px;
	color: #FFCC00;
	padding: 3px 5px 3px 10px;
	margin:0;
	background:#3333FF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3333FF;
}
/* übernimmt die notwendigen Formatierungen der Links für die aufgerufene Seite und erweitert sie, unter anderem um ein Hintergrundbild: */
#menue strong {
	display:block;
	font: 90% tahoma, sans-serif;
	color: #FFCC99;
	letter-spacing:1px;
	padding: 2px 5px 3px 10px;
	background: url(../pics/butakt.gif) no-repeat right top;
	margin:0;
	text-decoration: underline;
}
/* sorgt für Einzüge und Höhe der Links und der aufgerufenen Seite in der zweiten Ebene: */
#menue li ul li a:link, #menue li ul li strong {
	padding: 2px 5px 3px 35px;
	font-size: 65%;
}
/* würde Einzüge für die dritte Ebene herstellen:
li ul li ul li a:link, li ul li ul li strong {
padding: 2px 5px 3px 30px;
}
immer je 10px mehr beim padding links für 4., 5., usw. Ebene */

#menue li ul li a:visited {
	padding: 2px 5px 3px 35px;
	font-size: 65%;
}

/* --------------------------- / Screenshot 3 --------------------------- */

#menue a:visited {
	color:#FFCC00;
	background: #3333FF url(../pics/butvis.gif) no-repeat right top;
}
/* Drucktasteneffekt beim Überfahren mit der Mouse: */
#menue a:hover {
color:#FFFF66;
}
/* sorgt für zusätzliche Anzeige der angetabbten Links: (wird nicht in allen Browsern unterstützt) */
#menue a:focus, #menue a:active {
	color:#FFFF33;
	background: #3333FF;
	border: 1px;
}
/* formatiert die Ordnungszahlen: */
#menue dfn {
	font: bold normal 80% tahoma, sans-serif;
	color:#FFCC00;
}
/* selbe Farbe wie der Link bei angezeigten Seiten: */
#menue strong dfn {
color: #FFCC00;
}

/* Content */
#content {
	background-color: #3333FF;
	color: #FFCC00;
	border-left: 220px solid #3333FF;
	border-right-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #3333FF;
	border-right-color: #3333FF;
	font-size: 150%;
	padding: 0;
}

#content p {
	line-height: 150%;
	padding: 0 60px 10px 40px;
	font-size: 90%;
	color: #FFCC00;
}

#content a:link {
	color: #FFCC00;
}

#content a:hover {
	color: #FFFFFF;
}

#content a:visited {
	color: #FFCC00;
}

#content p.topper {
padding: 10px 60px 20px 40px;
	padding: 0px;
}
#content ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
h2, h3, h4 {
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
}
h2 {
padding: 0px 0 15px 40px;
}

/* Footer */
#footer {
clear: both;
height: 34px;
background-color: #3333FF; 
color: #ccc;
}
#footer p {
position: absolute; 
left: 7%;
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}

#content .einschub {
background-color: #fffff0;
color: #000;
}

code {
font-size: 110%;
font-family: 'Times New Roman', serif;
background-color: transparent;
color: #cc00ff;
}

