/*
CSS by c-m-s.net Ltd.
Steve
28.01.2010
*/

body {
	margin-top: 0;
	margin-bottom:0;
	margin-right:0;
	margin-left: 10px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active, a:focus {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #0c7bc0;
	text-decoration: none;
}
/* Beim Menu wird die CSS Vererbung verwendet.
   Das Basismenu ist menu-no, falls es aktiv ist, kommt menu-act
   dazu. Der Level des Menus wird durch menu-levelx angegeben.
   Falls ein Menu ausklappt, sind alle Level 1 Einträge hinterlegt.
   Der aktive Eintrag hat menu-current.
*/
.menu-no {
	font-size: 12px;
	color: #707070;
	vertical-align: middle;
	height: 26px;
	padding-left: 8px;
	/*white-space:nowrap;*/ /* das entspricht <nobr> und ist standardisiert */
}
.menu-act {
	background: #EFF3FA;
}
.menu-level0 {
}
.menu-level1 {
	padding-left: 25px;
	text-indent: -12px;

}
.menu-level2 {
	padding-left: 35px;
	text-indent: -12px;
}
.menu-current {
	font-weight: bold;
}

/* Inhaltselement im Content Bereich */

/* zuerst Hauptinhalsbereich */
.content {
	font-size: 12px;
	color: #767676;
	line-height: 16px;
}
td.content h1 {
	font-size: 20px;
	color: #6F8996;
	font-weight:normal;
	line-height: normal;/*background-color:#99FFFF;*/
}
td.content h2 {
	font-size: 14px;
	color: #707070;
	font-weight: bold;
}
td.content h3 {
	font-size: 13px;
	color: #707070;
	font-weight: bold;
	margin-bottom: -0.8em; /* damit kein grosser Zeilenumbruch gemacht wird *//*background-color:#33CC33;*/
}
td.content p {
/*background-color:#6699CC;*/
}
td.content ul {
	padding-left: 2em; /* damit die punkte etwas weiter links sind */
}

/* jetzt seitlicher Inhalsbereich */
.sidecontent {
	font-size: 10px;
	color: #767676;
}

/* verschiedene Einzelformatierungen */

.bluebox {
	font-size: 11px;
	color: #767676;
	background-color: #E0E8EB;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.trennlinie {
	background-image: url(media/navi_line.gif);
	background-repeat: repeat-x
}

.tenpx {
	font-size: 10px;
}

a:link.linkunderline, a:visited.linkunderline, a:active.linkunderline, a:focus.linkunderline {
	text-decoration: underline;
}

/* ---------------- nachfolgend sind alte regeln ---------------- */

.topref {
	text-align: right;
}
.splash_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767676
}
.blueline {
	border-bottom-style: solid;
	border-bottom-color: #7DA2CC;
	border-bottom-width: 1px;
}
.mediumheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F8996;
	font-style: normal
}
.splash_content_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767676;
	text-decoration: underline
}
.contentKlein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767676
}
.contentFatBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E90B3;
	font-weight: bold
}
.contentside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	line-height: normal;
}
.contentsideblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	line-height: normal;
	background-color: #B9CBD5;
}
.infoline {
	color: #7DA2CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
/* Menu 1 column */
.hrmenu {
	color: #000080;
	size: 1px;
	width: 180px;
}
