/*   10. Februar 2004                                      
     Cascading Style Sheet fuer die Website der GST
	 ----------   VERSION FUER MONITOR-ANZEIGE   ----------       
     Erstellt von Jonas Loepthien / NetConsult AG, Bern   */

table.imgtext-table {
	margin-top: 1em;	
}

/*   Allgemeine Schriftformatierungen   */
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 0px;
}
h1, h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}

ul {
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 15px;
}
ol {
	padding-left: 30px;
	margin-left: 0px;
	margin-top: 15px;
}
li {
	margin-top: 10px;
	margin-bottom: 0px;	
}
textarea, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*   Formatierung fuer suchen Textfeld   */
.textbox {
	height: 16px;
	width: 91px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
}

/* Standart Links Formatierungen */
a {
	text-decoration: none;
	color: 0000FF;
}
a:hover {
	text-decoration: underline;
}

/* Klasse fuer einen Rahmen -- siehe Seite:  "Vorstand"  */
.rahmen {
	vertical-align: top;	
	padding: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

/*   Formatierungen fuer Tabellendaten (Titel, Inhalt, Navigation, Datum, Fusszeile, Impressum, GoTop)   */
TD#title {
	padding-left: 25px;
	padding-top: 12px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
TD#suchausgabe {
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 35px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
TD#content {
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 35px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
#fuss {
	background-image: url(bilder/hg_fusszeile.gif);
	background-repeat: no-repeat;
	height: 56px;
}
TD#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 25px;
	line-height: 130%;
}
TD#fussli {  width: 149px;  }

TD#fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 25px;
	line-height: 140%;
}

#impressum {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: center;
}
a.netc  {
	text-decoration: none;
	color: #000000;
}
a.netc:hover {
	text-decoration: underline;
	color: #000000;
}
#top {
	padding-left: 25px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}

/* ****************** Formatierungen fuer die Navigation  ****************/
TD#navig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
TD#navig DIV A {
	text-decoration: none;
	color: #000000;
}
TD#navig DIV A:hover {
	text-decoration: underline;
	color: #000000;
}
TD#navig DIV.menu1-level1-no {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
TD#navig DIV.menu1-level1-act {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
TD#navig DIV.menu1-level2-no {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 25px;
}
TD#navig DIV.menu1-level2-act {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 25px;
}

/* Anpassungen vom 25.8.08 / Jonas Loepthien */

a { outline: none; }

.csc-frame-rulerBefore {
	border-bottom: 1px solid black;
	height: 1px;
	margin: 10px 0;
}



