/* CSS-Datei fuer responsives Template 
auch darstellbar auf Mobilgeraeten
*/

/* 
Layouthinweise:
Gesamtfarbe: #52661F 
Gesamtfarbe, aufgehellt: #768B4A
Logo wird ab sofort in index.php eingebunden

*/

* {
  margin: 0;
  padding: 0;
}

/* Gesamtschrift und Gesamtrand festlegen */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	/* margin: 15px; */
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	/* width: 95%; */
	width: 100%;
}


/* 2016-08-28 container self first b varat und gde 2016-12 */

#flex-container {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	display: -ms-flex-align: start;
	display: -ms-flex-wrap: wrap;
	background-color: white;
	/* width:  400px; */
   /* height: 250px; */
	/* 13-11-2016 */
	flex-flow: row wrap;
	
}

#flex-item {
	background-color: transparent;
	width: 260px;
	/* height: 100px;   */
	/* margin: 10px; */
	margin: 1.3em;	
	/* 12-2016 untergruppe von content */
	flex: 3 1 0%;
	border: thin solid ButtonFace;
	padding: 2px 2px 2px 2px;
}

#flex-item-t {
	background-color: transparent;
	width: 260px;
	/* height: 100px;   */
	margin: 10px;
	/* 12-2016 untergruppe von footer */
	flex: 3 1 0%;
	border: thin solid ButtonFace;
}

#flex-item1 {
	/* background-color: #f9fafa; */
	background: white;
	padding: 15px 15px 15px 15px;
	width: 200px;
	/* height: 100px;   */
	margin: 15px;
	/* 12-2016 untergruppe von content */
	flex: 1 1 auto;
	/* border: medium solid ButtonFace; */
	border: 0px solid ButtonFace;
}

#flex-item2 {
	/* background-color: #f9fafa; */
	background: white;
	padding: 15px 15px 15px 15px;
	width: 200px;
	/* height: 100px;   */
	margin: 15px;
	/* 12-2016 untergruppe von content */
	/* flex groesser */
	flex: 2 1 auto;
	/* border: medium solid ButtonFace; */
	border: 0px solid ButtonFace;
}



#wrapper {
	text-align: center;
	margin: 0 auto;
	/* margin-top: 3px; */
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: white;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height:auto;
}

#wrapper1 {
	text-align: center;
	margin: 0 auto;
	/* margin-top: 3px; */
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: white;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height: auto;
}

#wrapper2 {
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: #e9e9e9;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height: auto;
}

#wrapper3 {
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: white;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height:auto;
}

#wrapper4 {
	text-align: left;
	margin: 0 auto;
	margin-top: 3px;
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: white;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height: auto;
}

#wrapper5 {
	text-align: center;
	margin: 0 auto;
	margin-top: 3px;
	border-style: solid;
	border-width: 0px;
	border-color: silver;
	color: black;
	background-color: #e9e9e9;
	padding: 2px 10% 2px 10%;
	overflow: auto;
	height:auto;
}

#header {  
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;  
  color: black;
  background-color: white;       
  margin-bottom: 2px;
  width: 250px;
  font-size: 0.8em;
}

/*
#header img {
  width: 200px;
  height: 33px;
}  */

#header2 {
	float: left;
	padding: 1px 1px 1px 1px;
	margin: 0;
	text-align: left;
	color: black;
	background-color: transparent;
	margin-bottom: 2px;
	/* width: 30%; */
	height: 253px;
}

#header2 img {
  padding-top:3px;
  width: 1200px;
  height: 253px;
  vertical-align: middle;
}


#logo {
  position: absolute;
  /* top: 10%; */
  top: 5px;
  left: 0;  
  text-align: left;
  width: 200px;
  height: 33px;
  background-color: rgba(0,0,0,0.2);  
}

#logo2 {
  position: relative;
  /* top: 10%; */
  top: 5px;
  left: 0;  
  text-align: left;
  width: 200px;
  height: 33px;
  background-color: rgba(0,0,0,0.2);  
}

/* HauptÃ¼berschrift im Logo-Container */
#logo h1 {
  font-size: 3.2em;
  color: white;
  margin: 0px;
  padding-left: 15px; 
  padding-right: 10px;  
  font-weight: bold;  
  padding-top: 0;    
  text-shadow: 3px 3px 5px #52661F; /* Gesamtfarbe */
}


/* Unterzeile im Logo-Container */
#logo h2 {  
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
  padding-right: 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background-color: transparent;    
  height: 20px;   
  text-shadow: 3px 3px 5px #52661F; /* Gesamtfarbe */
}

#logo a {
  text-decoration: none;
  color: white;
}

#logo a :hover {
  color: white;
  background-color: white;
}

/* Switch */
#switch {  
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 0.6em;
  font-weight: bold;  
  float: left;  
  margin-top: 140px;
  /* 30-10-14 Rö */
  width: 200px;
  color: white;  
  background-color: transparent;
  padding: 10px;
}

#switch a {
  text-decoration: none;
  color: white;
  background: silver;
  padding: 3px;
}

#switch a:hover {
  background: red;
}



/* slide show beat roelli 2014-10-26 */

#idslideshow {
	text-align: center;
	/* width: 785px; */
	width: 100%; 
	max-height: 230px;
	/* float: right; */
	/* float: left; */
}

.slideshow {
	max-height: 229px;
	/* border-bottom: 0px solid silver; */
}

.slideshow h1 {
	font-size: 26px;
	color: white;
	margin: 0;
	background-image: none;
	text-align: left;
	padding-top: 90px;
	padding-left: 15px;
}

.slideshow img {
	/* float: right; */
	padding-top: 5px;
	padding-left: 0px;
	/* width: 999px; */
	width: 100%;
	max-height: 224px;
}

/* Suchfeld */
#search {  
  position: absolute;
  bottom: 0;
  right: 5px;  
  text-align: right;  
  margin-top: 270px;
  width: 200px;
  color: white;  
  background-color: rgba(0,0,0,0.2);   
  padding: 10px;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;  
}

#search input {
  border-style: solid;
  border-width: 1px;
  border-color: #52661F;  
}

#searchfield {
/* Umrandung */
color: white;
border-style: none;
background-color: transparent;
}

.pdf {
  margin-top: 10px;
  padding: 5px;
  background-color: #FFFFD7;
}

#title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  background-image: url(reddot.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
}

#path {
  margin-top: 3px;
  padding-bottom: 7px;
}

/* Inhaltsbereich */
#content {
  /* float: left; */
  color: black;
  /* 12-2016   width: 95%;  */
  background-color: white;
  font-size: 1.0em; 
  line-height:1.45em;
  /* 12-2016 border-left-style: solid;
  border-left-width: 0px;
  border-left-color: silver;
   
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: silver; */
  
  padding-left: 10px;
  padding-right: 10px;  
  /* min-height: 350px; */
   text-align: left;
	/* 12-2016   column-count: 3;  */
	
	/* 01-2017 */
	display: -webkit-flex; 
	display: flex;
	display: -ms-flexbox;
	display: -ms-flex-align: start;
	display: -ms-flex-wrap: wrap; 
	
	background-color: white;
	/* width:  400px; */
   /* height: 250px; */
	/* 13-11-2016 */
	/* flex-flow: row wrap;  1-2018 */
	flex-wrap: wrap;
	
}

#content img {    
  max-width: 100%;  
  height: auto;  
}

/* Plugins */
.plugin, .plugin td {
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
}

/* Newsletter */
.newsletter {
  color: black;
  background-color: white;
  font-size: 0.9em; 
  line-height:1.45em;
}

.warning {
  color: red;
}

/* Fusszeile */
#footer {
	color: black;
	padding: 2px;
	background-color: transparent;
	/* clear: both; */
	width: 100%;
	text-align: left;

	/* 12-2016 */
	display: flex;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex-align: start;
	display: -ms-flex-wrap: wrap;	
	/* background-color: transparent; */
	flex-flow: row wrap;
}

#footer h1 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
	color: #00008b;
	background-color: transparent;
	/* column-break-before: column; */
}

div.copy {
  margin-top: 4px;
  font-size: 0.7em;
  text-indent: 10px;
  text-align: center;
}

/* Listenstile fÃ¼r MenÃ¼eintrag im Navibereich topmenu
Dieser Abschnitt ist sehr lang */

/* topmenu 1  */

#topmenu {
	float: right;
	/* width statt 75 % 16-08-2014 */
	width: 50%;
	padding-left: 0px;
	text-align: right;
	font-size: 0.8em;
}

#topmenu ul {
  padding: 1px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 1px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
	padding: 1px 1em;
	margin-right: 3px;
	border: 1px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 1;
}

#topmenu a:link {
	text-decoration: none;
	color: #708090;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: #708090;
  width: 100%;
  color: white;
}

#topmenu b {  
  padding: 1px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #708090;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile fÃ¼r MenÃ¼eintrag im topmenu */

/* menu 2  */

#menu2 {
	float: left;
	/* width: 80%; */
	width: 70%;
	height: 30px;
	/*	text-align: center; 2016-08-27 */
	text-align: left;
	margin-top: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

#menu2 ul {
  padding: 2px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 0px;
  /* neu 2015-01 */
  width: 100%;
}

#menu2 li {
  display: inline;
}

#menu2 a {
	padding: 2px 1% 2px 1%;
	margin-right: 2px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
}

#menu2 a:link {
	text-decoration: none;
	color: #4169e1;
}

#menu2 a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#menu2 a:hover {
  background-color: #4169e1;
  width: 100%;
  color: white;
}

#menu2 b {
	/* padding: 3px 1em; */
	padding: 2px;
	margin-right: 2px;
	border: 0px solid silver;
	background-color: #4169e1;
	color: white;
	border-bottom: 0;
}

/* ENDE menu 2 */

/* topmenu 2  */

#topmenu2 {
	float: right;
	/* width: 80%; */
	width: 70%;
	height: 20px;
	/*	text-align: center; 2016-08-27 */
	text-align: right;
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
}

#topmenu2 ul {
  padding: 3px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 0px;
  /* neu 2015-01 */
  width: 100%;
}

#topmenu2 li {
  display: inline;
}

#topmenu2 a {
	padding: 25px 1% 25px 1%;
	margin-right: 3px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
}

#topmenu2 a:link {
	text-decoration: none;
	color: #4169e1;
}

#topmenu2 a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu2 a:hover {
  background-color: #4169e1;
  width: 100%;
  color: white;
}

#topmenu2 b {
	/* padding: 3px 1em; */
	padding: 3px;
	margin-right: 3px;
	border: 0px solid silver;
	background-color: #4169e1;
	color: white;
	border-bottom: 0;
}

/* ENDE topmenu 2 */




/* Haupt-Navigationsbereich   */
#nav {
	font-size: 0.8em;
	float: left;
	/* width: 21%; */
	width: 90%;
	color: #008041;
	background-color: white;
	margin-top: 21px;
}

/* Listenstile fÃ¼r MenÃ¼eintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#nav ul ul {
  list-style-type: none;
  list-style-image: url(arrow.png); /* change color here */
  /* background-image: url(arrow_menu.png); */
  background-repeat: no-repeat;
  background-position: 0.6em;
  padding-left: 10px;
  margin-left: 10px;
  }

#nav ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 3px;
  padding: 4px 3px 3px 8px;
  font-weight: bold;
  color: gray;
  background-color: transparent;
  border-top-style: solid;
  border-width: 1px;
  border-color: silver;
}

#nav ul ul li a {
 display: block;
 margin-top: 1px;
 padding: 2px 2px 2px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: gray;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#nav a:link {
  display: block;
  text-decoration: none;  
}

#nav a:visited {
  color: gray;
  text-decoration: none;
  display: block;  
}

#nav a:hover {
	display: block;
	background-color: transparent;
	color: #2f4f2f; /* change color here */
}

#nav ul b, #nav li a.high {
  list-style-type: none;
  display: block;
  /* width: 150px; */
  margin-top: 3px;
  padding: 2px 2px 2px 8px;
  font-weight: bold;
  color: white;
  background-color: #008041;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #008041; /* change color here */  
}

#nav ul ul b {
  list-style-type: none;
  list-style-image: url(arrow.png);
  display: block;  
  margin-top: 1px;
  padding: 2px 2px 2px 2px;
  font-weight: bold;
  color: gray;
  background-color: #008041; /* change color here */  
  color: white;  
} 
/* ENDE Listenstile fÃ¼r MenÃ¼eintrag im Navibereich */

/* Ab hier wird es fÃ¼r Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-MenÃ¼ von TinyMCE! */

/* ueberschrift 1 gestalten */
#content h1 {
	/*  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: silver; */
	margin-top: 3px;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.4;
	margin-top: 10px;
	color: #00008b;
	background-image: url(verlauf.jpg);
	background-repeat: repeat-y;
	margin-bottom: 12px;
	/* 12-2016 column-break-before: column;  */
}

/* ueberschrift 2 */
#content h2 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 1.1em;  
  background-image: url(arrow3.png);  
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: 0px 5px;  
}

/* ueberschrift 3 */
h3 {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 1em;
}

/* Absatz und div */
#content p, div, object {
  margin-top: 2px;
  margin-bottom: 8px;  
}

#nav div.rss {
  line-height: 1.1;
  margin: 5px;
  padding-left: 6px;
}

#nav div {
  line-height: 1.1;
  padding-left: 1px;
  margin: 0;  
}


/* Tag b zusaetzlich einfaerben */
#content b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
#content strong {
  /*  color: #AF1810; */
 color: black;
}


/* normaler Listenstil, beschrÃ¤nkt auf Inhaltsbereich */
#content ul, .plugin ul {
  margin-bottom: 12px;
  list-style-image: url(reddot.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 1.2em;
  padding-left: 1.2em;
}

#content ol, .plugin ol {
  margin-bottom: 12px;  
  font-size: 1em;
  line-height: 1.4;
  margin-left: 1em;
  padding-left: 1em;	
}

a:link {
  color: black;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hovereffekt fÃ¼r Links */
a:hover {
  text-decoration: none;
  color: white;
  background-color: #008041;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im AuswahlmenÃ¼ von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}
.kasten {
  clear: both;
  font-size: 0.9em;
  margin-top: 10px;
  margin-left: 3px;
  float: right;
  width: 200px;
  border-style: dotted;
  border-width: 2px;
  border-color: #008041;
  padding: 3px;
}
.kasten h3 {
margin-top: 0px;
} 

.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  margin-left: 4px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 8px;
  margin-right: 3px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #008041; /* Gesamtfarbe */
}

.box h3 {
  background-color: #008041;  /* Gesamtfarbe */
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 0px;
}

.box div {
  padding-left: 4px;
  padding-right: 4px;
}


/* EinfÃ¼hrungsabsatz */
.lead, .lead p {  
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

img[align="right"] {
  margin-left: 6px;
  margin-bottom: 3px;
}

/* grauer Rahmen mit Umrandung */
blockquote, .rahmen {
  font-size : 1em;
  width: 90%;
  background-color : #F1F1F1;
  border-style : solid; 
  border-width : 1px; 
  border-color : #008041;  /* Gesamtfarbe */
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {  
  font-size : 1em; 
  width: 95%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Linie interessant gestalten */

hr#trenner {
  border: 1px solid white;  
  width: 370px;
  margin-left: 0;
  text-align: left;
}

hr {
  border: 1px dashed #008041; /* Gesamtfarbe */
  width: 95%;
  margin-left: 0px;
  text-align: left;
}

#linie {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: silver;
  padding-top: 4px;  
  padding-bottom: 8px;  
  line-height: 0.3;
}


table {    
  margin: 12px 0 10px 0;
  border-collapse: collapse;    
  /* box-shadow: 4px 4px 4px silver;  12-2016 */
   /* neu 2015-01 br */
  /* column-span: all;  12-2016  */
}

/* Luft fuer Tabellen */
table th, td, tbody {
  padding: 5px;
  border: 0px solid silver;  
}


/* Links innerhalb von AbsÃ¤tzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 10px;  
/*  background-image: url(bluedot.gif); */
  background-image: url(arrow2.png);
  background-repeat: no-repeat;
}

#content p.image {
  text-align: left;
}

.datum {
 font-size: 0.8em;
}



/* bis 800 Pixel Bildschirmbreite, z.B. Tablet */

@media (max-width: 850px) {
  #header img {
   /* max-width: 100%;    */
   /* height: auto; */
	 display: none;
}

#header2 {
	height: 40px;
	padding: 10px 0.7em 10px;
}

#header2 img {
  padding-top:1px;
  width: 100px;
  height: 17px;
}

#idslideshow {
	width: 700px;
	height: 120px;
}

.slideshow  {
	width: 700px;
	height: 120px;
}  

.slideshow img {
	width: 700px;
	height: 120px;
}  

#logo {
 	 height: 30px;
    width: 230px;
}

  #logo h1 {
  /* 11-09-2014 eingefügt */
    font-size: 1.2em;
  }

 /* 11-09-2014 eingefügt */ 
    #logo h2 {    
    font-size: 0.7em;
}
   
#wrapper {
	padding: 2px 5px 2px 5px;
}

#wrapper2 {
	padding: 2px 5px 2px 5px;
}

#wrapper3 {
	padding: 2px 5px 2px 5px;
}

#wrapper4 {
	padding: 2px 5px 2px 5px;
}

#wrapper5 {
	padding: 2px 5px 2px 5px;
}

#topmenu2 {
	width: 70%;
	height: 30px;
	margin-top: 25px;
	font-size: 0.7em;
	font-weight: normal;
}

#topmenu2 a {
	padding: 8px 1% 8px 1%;
}


  
}


/* bis 600 Pixel Bildschirmbreite, z.B. Smartphone */
@media (max-width: 600px) {
  body {
	margin: 0;
	padding: 0;
	/* Rö 2014-10-30 */
	background-image: none;
	background-color: transparent;
}


/* Rö 2014-10-30 */
#header img {
    max-width: 100%;    
    height: auto;      
  }
  
#wrapper {    
  width: 100%;  
}

#wrapper1 {    
  width: 100%;  
	text-align: left; 
	padding: 2px 1px 2px 0px; 
}

/* Rö 2015-02-08 fuer topmenu2 */
#wrapper2 {
	overflow: inherit;
	height: 100px;
	text-align: right;
}

#header2 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

#header2 img {
  width: 280px;
  height: 50px;
}


/* Rö 2014-10-30 */
#idslideshow {
	display: none;
}
/* Rö 2014-10-30 */
#slideshow {
	display: none;
}
#slideshow img {
	display: none;
}
  
  #logo {
    width: 100%;
	 /* 12-9-14 eingefügt */
	 height: 30px;
	}
  
  #logo h1 {
  /* 16-08-2014 verkleinert bisher 3.2em */
    font-size: 1.8em;
  }

 /* 16-08-2014 verkleinert bisher 1.5em */ 
    #logo h2 {    
    font-size: 0.3em;
  }

  #content {    
    display: block;
    float: none !important;
    width: 95%;
  }
  #nav {    
    display: block;
    float: none !important;
    width: 100%;
  }
  #topmenu {
    display: block;
    float: none !important;
    width: 100%;  
  }
  
/* 2015-02 rö */

#topmenu2 {
    display: block;
    float: none !important;
    width: 100%;  
	 
	/* height: 1px;
	margin-top: 2px; */
	
	text-align: right;
	font-size: 0.8em;
	font-weight: bold; 
	 
}
  
#topmenu2 ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    /* padding-left: 0;   */
	 /* 2015-02-08 */
	 padding: 0px;
}

#topmenu2 ul li {    
    margin: 0px;
    padding-left: 2px !important;   
	 	 padding: 0px; 
}

#topmenu2 ul li li {
    margin: 2px;    
    padding: 2px;      
}
  
#topmenu2 a { 
    padding: 0px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #0002cc !important; /* Gesamtfarbe, aufgehellt */
}
  
#topmenu2 b {
    padding: 1px !important;
    background: #008041 !important; /* Gesamtfarbe */
	 display: block;   /* ergänzt 2015-02 rö */
}
   
#topmenu2 a:visited {
    color: white !important;    
}
  
#topmenu2 a:hover {
	background: #008041 !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
 

  
  #nav ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    padding-left: 0;    
  }

  #nav ul li {    
    margin: 1px;
    padding-left: 2px !important;    
  }
  #nav ul li li {
    margin: 2px;    
    padding: 2px;      
  }
  
  #nav a { 
    padding: 5px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #0002cc !important; /* Gesamtfarbe, aufgehellt */
  }
  
  #nav b {
    padding: 5px !important;
    background: #008041 !important; /* Gesamtfarbe */
  }
   
  #nav a:visited {
    color: white !important;    
  }
  
  #nav a:hover {
	background: #008041 !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
}