/* Allgemeine Definitionen */
body, p, td, li, h1, h2, h3, a, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
	font-size: 13px;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333333
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333
}

/* Formularfelder können individuell angepasst werden*/

input.eingabefeld {
	font-size: 13px;
	background-color: #ffffff;
	border: 1px solid #3366cc;
}

input.button {
	font-size: 13px;
	background-color: #3366CC;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;

}

textarea {
	font-size: 13px;
	border: 1px solid #3366cc;
}

/* Neben ul kann auch li individuell formatiert werden */ 
ul {
	text-decoration: none;
	margin-left: 8px;
	padding-left: 8px;
	list-style-image: url(images/i_quadratdg.gif);
}

li ul {
	text-decoration: none;
	margin-left: 12px;
	padding-left: 12px;
	list-style-image: url(images/i_quadrat.gif);
}

/* Link-Definitionen allgemeiner Text*/
a {
	color: #3366cc;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #000000;
	font-weight: bold; text-decoration: underline;
}
a:visited {
	color: #999999;
	font-weight: bold; text-decoration: underline;
}
a:active {
	color: #FFCC00;
	font-weight: bold; text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	font-weight: bold; text-decoration: underline;
}

/* Link-Definitionen Adresse - falls Textadresse mit Mail-Scrambler*/
/* Dazu wird aber eine modifizierte umsetzer.js-Datei benötigt - siehe kstreuhand*/
a.adresse {
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 13px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
table.contenttable {width: 100%; }
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/* Content-Zelle hat etwas grösseren Zeilendurchschuss */
td#content {
	line-height: 18px;
}

/* Hauptnavigation */
/* => id="hauptnavigation" */
td#hauptnavigation {
	text-decoration: none;
	line-height: 24px;
}

/* Ebene 1 ist die Hauptnavigation */
/* Farbwahl: color = Text */
/* border-top und bottom = Trennlinie */
/* bgcolor = Hintergrundfarbe */
td#hauptnavigation a.ebene1normal {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

td#hauptnavigation a.ebene1normal:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}

td#hauptnavigation .ebene1aktiv {
	color: #000000;
	background-color: #99B3DB;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Ebene 2 ist die Unternavigation */
/* Farbwahl: color = Text */
/* Es existiert nur border-bottom = Trennlinie */
/* bgcolor = Hintergrundfarbe */

td#hauptnavigation a.ebene2normal {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
	height: 20px;
}

td#hauptnavigation a.ebene2normal:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}

td#hauptnavigation .ebene2aktiv {
	color: #000000;
	background-color: #A2C3E7;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 20px;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
}

/* Topnavigation */
/* => id="topnavigation" */

td#topnavigation {
	text-decoration: none;
	line-height: 20px;
}

/* Es gibt nur eine Ebene in der Topnavigation */
/* Farbwahl: color = Text */
/* bgcolor = Hintergrundfarbe */

td#topnavigation a.topnormal {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

td#topnavigation a.topnormal:hover {
	color: #ffffff;
	text-decoration: none;

}

td#topnavigation .topaktiv {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { }
DIV.csc-menu  A {  font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; }
DIV.csc-menu  A { color: #000000; text-decoration: underline; }
DIV.csc-menu  A:hover { color: #FFCC00; text-decoration: underline; }
DIV.csc-menu .csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 .csc-sitemap { }
DIV.csc-menu-2 .csc-sitemap-level1 {
	margin-left: 3px;
	padding-left: 23px;
	background-image : url(images/i_quadratdg.gif);
	background-repeat : no-repeat;
}
DIV.csc-menu-2 .csc-sitemap-level2 { 	margin-left: 26px;
	padding-left: 23px;
	background-image : url(images/i_quadrat.gif);
	background-repeat : no-repeat;
}
DIV.csc-menu-2 .csc-sitemap-level3 { 	margin-left: 49px;
	padding-left: 23px;
	background-image : url(images/i_quadrat.gif);
	background-repeat : no-repeat; }
DIV.csc-menu-2 .csc-sitemap-level4 { 	margin-left: 72px;
	padding-left: 23px;
	background-image : url(images/i_quadrat.gif);
	background-repeat : no-repeat;}
DIV.csc-menu-2 .csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 .csc-sitemap-level2 A { color: #000000; }
DIV.csc-menu-2 .csc-sitemap-level3 A { color: #000000; }
DIV.csc-menu-2 .csc-sitemap-level4 A { color: #000000; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }


