/* CSS für Inhaltsseiten */

/* Farben:
  #324BBE : dunkel
  #AABEFF : hell
  #D4DEFF : ganz hell
*/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
/*  background-image: url(pics/hintergrund.gif) ;  */
  margin: 3px;
  padding: 0;
  background-color: #FDFEFF;
}

.legende { font-size: 8pt; }

.atafeln {
  border: 1px solid #BBBBBB; 
  margin-bottom: 10px;
}

a {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.zc {
  color: blue;
}

a.gi {
	color: red;
}

.clr { 
  font-size: 1pt; /* IE Hack, damit er bei div class="clear" height: 0 (einigermassen) berücksichtigt - Firefox braucht aber != 0! */
  clear:both; 
  height: 0;
}

#topinn { 
  padding: 0; 
  margin:0 ; 
  width:100%; 
}

#topout{
  border:solid white 0px;
  /*/*/ border-left-width: 260px ;  /* left column width. NN4 hack to hide borders */
  border-left-color: #FFFFFF;   /* left column colour */
  border-left-style: solid;
  /*/*/ border-right-width: 200px; /* right column width. NN4 hack to hide borders */
  border-right-color: #FFFFFF;  /* right column colour */
  border-right-style: solid;
  background-color: #FFFFFF; /* center column colour */
  width: auto; /* oder fixe Breite */
} 

#topleft {
  float: left;
  width: 256px;
  margin-left: -260px;
  margin-top: 0px;
  margin-bottom: -5px;
  position:relative;
}

#topmiddle {
  float: left;
  width: 98%;
  height: 176px;
  margin-top: 0px;
  white-space: nowrap;
}

#topmiddle p {
  margin: 3px;
  padding: 0;
}

#topmiddle h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #7C5724;
  margin: 3px 0 0 0;
  padding: 3px;
}

#topright {
/*/*/ width:197px; /* hack keeps NN4 right column right? */
  float:right;
  margin-right: -200px;
  margin-left: 3px;
  position:relative;
}

#balken {
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  text-align: right;
  width: 100%;
  height: 21px;
  padding: 2px 0 2px 0;
  background-color: #7C5724; /* #324BBE; */
}

#balken td {
	white-space: nowrap;
}

#balken form {
  margin: -2px 4px 4px 0;
}

#balken input.google {
 font-size: 8pt;
 color: #000000;
 border: 1px solid #008844;
 background-color: #CCFFCC; /* #EAEFFF; */
}

#balken input.googlesubmit {
 margin-right: 4px;
 font-size: 8pt;
 font-weight: bold;
 color: #006600;
 border: 0;
 background-color: #FFFFFF; /* #D4DEFF; */
 cursor: pointer;
 text-decoration: none;
}

#balken input.googlesubmit:hover {
 border-bottom: 1px solid #FFFFFF;
 background-color: #CCFFCC; /* #C4CEEF; */
 cursor: pointer;
 text-decoration: none;
}

#coninn { margin:0; width:100%; }

#conout{
  border:solid white 0px;
  /*/*/ border-left-width: 252px ;  /* left column width. NN4 hack to hide borders */
  border-left-color: #DFD6C9;   /* left column colour */
  border-left-style: solid;
  /*/*/ border-right-width: 200px; /* right column width. NN4 hack to hide borders */
  border-right-color: #DFD6C9;  /* right column colour */
  border-right-style: solid;
  background-color: #FFFFFF; /* center column colour */
  width: auto; /* oder fixe Breite */
} 

/* linke Spalte auf der Inhaltsseite */
#conleft {
  float: left;
  width: 245px;
  margin-top: 1px;
  margin-left: -248px;
  position:relative;
  height: 500px;
}

#conleft ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#conleft ul li a {
  width: 230px;
  background: #EFEFEF;
  padding: 3px 5px 3px 10px;
  margin-top: 4px;
  display: block;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #BEAB92;
  border-bottom: 1px solid #BEAB92;
}

#conleft ul ul li a {
  width: 225px;
  background: #E6E6E6;
  font-weight: normal;
  font-size: 9pt;
  padding: 3px 5px 3px 15px;
  margin: 0;
  display: block;
}


#conleft ul ul ul li a {
  width: 225px;
  background: #E0E0E0;
  font-weight: normal;
  font-size: 8pt;
  margin: 0;
  padding: 3px 5px 3px 15px;
}

#conleft li a:hover {
  background: #DDDDDD;
  color: white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid #BEAB92;
  border-top: 1px solid #BEAB92;
}

#conleft a:hover {
  text-decoration: none;
}

/* mittlere Spalte auf der Inhaltsseite */
#conmiddle {
  float: left;
  width: 98%;
  margin-left: 5pt;
  margin-top: 7px;
}

#conmiddle h2 {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #7C5724;
}

#conmiddle h3 {
  font-size: 10pt;
  font-weight: bold;
  margin: 3px 0 0 0;
  padding: 0;
}

#conmiddle h5 {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  background-color: #7C5724;
  margin: 10pt 0 5pt 0;
  padding: 2 4 2 4;
  text-transform: uppercase;
}

#conmiddle .list {
  border-top: solid black 1pt;
  margin-top: 16px;
  padding-top: 3px;
}

#conmiddle p {
  margin: 0;
  padding: 0;
}

/* brauchts das?
#conmiddle a {
  color: #324BBE;
  text-decoration: none;
  font-weight: bold;
}

#conmiddle a:hover {
  text-decoration: underline;
} */

#conmiddle b.namen {
  font-family: Comic Sans MS, Verdana, Arial, Helvetica; 
  font-size: 18pt;
}

#conmiddle td {
  font-size: 10pt;
}

#conmiddle td.buwal1 {
  font-size: 8pt;
  padding-left: 20px;
}

#conmiddle .small {
  font-size: 8pt;
  font-weight: normal;
}

#conmiddle .perstd {
  line-height: 16pt;
}

#conmiddle .rubrikaktiv {
  color: #FFFF00;
  padding: 3;
  background: #ADC87A;
  border-right: 1pt solid #8DA85A;
  border-bottom: 1pt solid #8DA85A;
  text-decoration: none;
  font-size: 8pt;
}

#conmiddle .rubrikpassiv {
  color: #999999;
  padding: 3;
  background: #DDDDDD;
  border-left: 1pt solid #8DA85A;
  border-top: 1pt solid #8DA85A;
  text-decoration: none;
  font-size: 8pt;
}

#conmiddle table.gemeinden {
	margin-top: 4px;
}

#conmiddle table.gemeinden td {
	font-size: 8pt;
	text-align: center;
}

#conmiddle table.gemeinden td a {
	text-decoration: none;
	font-weight: normal;
}

#conmiddle form {
  background-color: #DFD6C9;
  padding: 5pt;
}

#conmiddle form input {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: none;
  border-bottom: 1pt dotted #7C5724;
  color: #000000;
}

#conmiddle form input.submit {
   cursor: pointer;
   font-weight: bold;
}

#conmiddle form textarea {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  border: none;
  border-bottom: 1pt dotted #7C5724;
  font-size: 10pt;
  color: #000000;
}

/* rechte Spalte auf der Hauptseite */
#conright {
  /*/*/ width:197px; /* hack keeps NN4 right column right? */
  float:right;
  margin-right: -200px;
  margin-left: 3px;
  position:relative;
}

#conright h4 {
  color: white;
  background-color: #7C5724;
  margin: 13px 0 6px 0;
  padding: 3px;
}

#footer {
  border-top: solid 1px #7C5724;
  background-color: #DFD6C9;
}

#footer td {
  font-size: 8pt;
  text-align: center;
  white-space: nowrap;
}

