@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
ul.dir { 
	list-style: none;

	padding: 0;
	margin: 0;
	margin-left: 20px;
}
ul.dir li::before {
	content: '\2794';    /* https://unicode-table.com/de/sets/arrow-symbols/#right-arrows */
	color: #ADB96E;

	display: inline-block;
	width: 20px;
	margin-left: -20px;
  }
ul.dir li {
	padding-bottom: 0.5em;
  }

.imp {
	font-size: medium;
	font-weight: bold; 
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}
blockquote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}
#zitquelle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}


a img { 
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a.sb:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
}
a.sb:visited, a.sb:active, a.sb:focus {
	text-decoration: none;
}
a.sb:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
} 

p.sb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #6E6C64;
		white-space: nowrap;
		overflow-wrap: normal;
		text-align: left;
}
a:link, a:visited, a:active, a:focus {
	color: #ADB96E;
	text-decoration: none;
}
a:hover {
	color: #6E6C64;
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; 
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background-color: #FFFFFF;
	height: 60px;
	--background-image: url(../grafik/logo_sw_vb.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.heading {
	color: #42413C;
  text-align: left;
  font-size: 1.3em;
  font-weight: normal;
}

#name {
	text-transform: uppercase; 
  font-size: 1.4em;
  font-weight: bold;
}

.upper {
  text-transform: uppercase; 
}

.highlight {
	color: #ADB96E;
}

/* ~~ Dies sind die Spalten für das Layout. ~~ 
*/
.sidebar1 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 580px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	text-decoration: none;
}
.sidebar2 {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding: 150px 0;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Stile für die Navigationslisten (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 180px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ADB96E;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
}


/* ~~ Stile für die Fußzeile ~~ */
.footer {
	padding: 10px 0;
	background-color: #FFFFFF;
	position: relative;
	clear: both; 
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
