/* -------------------------------------------------------------------- */
/* --- ERSTELLT VON vera vögele | 22.09.2004               */ 
/* -------------------------------------------------------------------- */

/* Verwendete Farben für Hintergrund und Menü */
/* #02367A ' dunkelstes Blau  */
/* #6286AE ' mittleres Blau   */
/* #CAD6E2 ' helles Blau   */


/* #F2F2F2 ' hellstes Grau   */
/* #E8E8E8 ' mittleres Grau  */
/* #D2D2D2 ' dunkelstes Grau */


/* -------------------------------------------------------------------- */
/* --- Die Schriftart/-grösse des gesammten Webs                        */
/* -------------------------------------------------------------------- */
a, td, th, div, p, h2, h3, h4 {
	font-family:Arial, Verdana, Helvetica, Geneva sans-serif; 
	font-size:12pt; 
	font-weight:bold;
	color:#333333;
}
small {font-size:8pt; }
big {font-size:12pt; }
strong {color:#02367A; }


/* -------------------------------------------------------------------- */
/* --- Formate der Links                                                */
/* -------------------------------------------------------------------- */
a {text-decoration:none; color:#02367A; }
a:link {color:#02367A; }
a:visited {color:#02367A; }
a:hover {color:#6286AE; text-decoration:underline; }



/* -------------------------------------------------------------------- */
/* --- Formatierung der Überschriften                                   */
/* -------------------------------------------------------------------- */
h2.titel {font-size:14pt; font-weight:bold; color:#000000; }
h3.titel {font-size:10pt; font-weight:bold; color:#000000; }
h4 {font-size:10pt; font-weight:bold; color:#000000; }
span.titel {font-size:10pt; font-weight:bold; color:#000000; }



/* -------------------------------------------------------------------- */
/* --- Formate des Seitenfusses                                         */
/* -------------------------------------------------------------------- */
td.feet {font-family:Arial, Verdana; font-size:8pt;color:#666666;font-weight:lighter; }
a.feet:link, a.feet:visited {color:#000000; font-size:8pt; }
a.feet:hover {color:#FFFFFF; }


/* -------------------------------------------------------------------- */
/* --- der Content                                                  */
/* -------------------------------------------------------------------- */

/* Zitate */ 

a.cite, td.cite, th.cite, div.cite, p.cite, {
	font-size:12pt; 
	color:#333333;
	font-style:italic;
}



a.plak, td.plak, th.plak, div.plak, p.plak, {
	font-size:16pt; 
	color:#000000;
	text-align:center;
}

span.plak_hb_i,{
	font-size:20pt; 
	color:#ABC0D6;
	font-style:italic;
	font-weight:bold;
}

span.plak_mb_i,{
	font-size:20pt; 
	color:#6286AE;
	font-style:italic;
	font-weight:bold;
}

span.plak_db_i,{
	font-size:20pt; 
	color:#02367A;
	font-style:italic;
	font-weight:bold;
}


td.plak2_mb,{
	font-size:12pt; 
	color:#FFFFFF;
	text-align:center;
	background-color:#6286AE;
	padding:6px
}

ul.disk {
	list-style-image:url(../images/disk.gif);
	margin-left:20px;
	margin-top:0px;
	padding:0px;
}

ul.square {
	list-style-image:url(../images/square.gif);
	margin-left:20px;
	margin-top:0px;
	padding:0px;
}


.hb {
	color:#ABC0D6;
}

.mb {
	color:#6286AE;
}

.db {
	color:#02367A;
}

td.plak_db, span.plak_db,{
	font-size:16pt; 
	color:#02367A;
	font-weight:bold;
}

td.form {
	font-size:10pt; 
	color:#333333;
	text-align:right;
	vertical-align:middle;	
}


input, textarea {
	border:1px solid #6286AE; 
	background-color:#F9F9F9; 
}


input.eingabe {
	padding-right:10px;
	padding-left:10px;
	border:2px solid #6286AE; 
	background-color:#F5F5F5; 
}






/* -------------------------------------------------------------------- */
/* --- UNBENUTZTE                                                 */
/* -------------------------------------------------------------------- */


/* -------------------------------------------------------------------- */
/* --- Die Hintergrundfarbe und die Marginalien des BODY                */
/* -------------------------------------------------------------------- */
body.main {
	background-color:#F2F2F2; 
	margin:0px; 
	padding:0px; 
}


a:link.text {color:#000000; }
a:visited.text {color:#336666; }
a:hover.text {color:#FF6600; text-decoration:underline; }

/* --- Format des Banners                                               */
td.head {
	padding-top:32px; 
	padding-left:2px; 
	font-family:Arial, Verdana; 
	font-size:15pt; 
	font-weight:lighter; 
	color:#000000;
}

/* -------------------------------------------------------------------- */
/* --- Abstand des Banners                                              */
/* --- Hintergundbild wird im Script initialisiert ( ../ oder ../../ )  */
/* -------------------------------------------------------------------- */
div.banner {margin-top:32px;}


/* -------------------------------------------------------------------- */
/* --- Die Marginalien des Inhalts                                      */
/* -------------------------------------------------------------------- */
div.main {margin-left:40px; margin-top:32px; }


/* -------------------------------------------------------------------- */
/* --- Formate für das Menü                                             */
/* -------------------------------------------------------------------- */
td.bar {background-color:#D2D2D2; }
td.amenu {font-weight:bold}
td.amenu, td.pmenu {
	background-color:#B0D235; 
	color:#FFFFFF; 
	font-size:10pt; 
	cursor:pointer; 
	line-height:12pt;
	padding-left:11px; 
}
td.pmenu {background-color:#D2D2D2; color:#000000; }
a.amenu:link, a.amenu:visited {color:#FFFFFF; padding-left:11px; font-weight:bold; }
a.pmenu:link, a.pmenu:visited {color:#000000; padding-left:11px; }
a.amenu:hover, a.pmenu:hover {color:#FFFFFF; text-decoration:none; }


/* -------------------------------------------------------------------- */
/* --- Formate der dreispaltigen Tabelle                                */
/* -------------------------------------------------------------------- */
td.td2right, td.td2left, td.td2middle {
	background-color:#DFE9BD;
	border-bottom:2px solid #FFFFFF; 
	padding-left:6px; 
	padding-right:6px; 
}
td.td2middle {background-color:#E8E8E8; }
td.td2Top {background-color:#D2D2D2; font-weight:bold; border-bottom:2px groove #FFFFFF; }

/* -------------------------------------------------------------------- */
/* --- der Rahmen um die Tabelle                                        */
/* -------------------------------------------------------------------- */
.rahmen {border: 2px groove #FFFFFF; }
img.rahmen {border: 1px solid #000000; }



/* -------------------------------------------------------------------- */
/* --- das Formular                                                     */
/* -------------------------------------------------------------------- */
.inpb {background-color:#EFEFEF; font-size:8pt}
img.rahmen {border: 1px solid #000000; }


button.ein, input.ein {
	text-align:right 
	font-size:11px;
	margin-top:10px;
	margin-right:2px;
	margin:0px; 
	font-weight:bold;
	height:22px; 
	width:24px;
	border:1px solid #333333; 
	background-color:#F5F5F5; 
	padding-left:4px;
}
