/* Allgemeine Definitionen */
body, p, td, li, h1, h2, h3, a, input, textarea {
	font-family: Arial, Helvetica, sans-serif; color: #666666
}

body, p, td, li {
	font-size: 12px;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;


}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #666666
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666
}

/* Formularfelder können individuell angepasst werden*/
input.eingabefeld {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid ##DEA5C7;
}

input.button {
	font-size: 12px;
	background-color: ##FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	border-top: 1px solid #DEA5C7;
	border-right: 1px solid #DEA5C7;
	border-bottom: 1px solid #DEA5C7;
	border-left: 1px solid #DEA5C7;

}

textarea {
	font-size: 12px;
	border: 1px solid #DEA5C7;
}

/* Neben ul kann auch li individuell formatiert werden */ 

ul {
	text-decoration: none;
	margin-left: 8px;
	padding-left: 8px;
}

/* Link-Definitionen allgemeiner Text*/

a {
	color: #3366cc;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #3366cc;
	text-decoration: none;
}
a:hover {
	color: #333333;
	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: 12px;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}

/* Content-Zelle hat etwas grösseren Zeilendurchschuss */
td#content {
	line-height: 18px;
}

/* Hauptnavigation, id="hauptnavigation" */
td#hauptnavigation {
	text-decoration: none;
	line-height: 20px;
}

/* 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: #666666;
	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: #666666;
	text-decoration: none;
	background-color: #F0D6E6;
}

td#hauptnavigation .ebene1aktiv {
	color: #666666;
	background-color: #DEA5C7;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 20px;
}

/* Ebene 2 ist die Unternavigation */
/* Farbwahl: color = Text */
/* Es existiert nur border-bottom = Trennlinie */
/* bgcolor = Hintergrundfarbe */

td#hauptnavigation a.ebene2normal {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-color: #dedede;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
	height: 20px;
}

td#hauptnavigation a.ebene2normal:hover {
	color: #999999;
	text-decoration: none;
	background-color: #ffffff;
}

td#hauptnavigation .ebene2aktiv {
	color: #999999;
	background-color: #DEA5C7;
	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: #DEA5C7;
	text-decoration: none;
}

td#topnavigation a.topnormal:hover {
	color: #999999;
	text-decoration: none;

}

td#topnavigation .topaktiv {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}