/* ---------- GENERELL ----------- */
body {
	background-color:#dddddd;
	border:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

tr td {
	font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:11px;
	color: #333333;
	text-align: left
}

li {
    margin-bottom:6px;
}

/* ---------- CONTENT ----------- */

.titelHaupt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}

.titelSub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left ;
	font-weight: bold
}

.titelSub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left ;
	font-weight: bold
}

/* ---------- NAVIGATION LINKS ----------- */
.navtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=4);
	color: #333333;

}
a.navitem:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a.navitem:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a.navitem:hover {
	color: #333399;
	text-decoration: underline;
}

.arr {
	background-image:url("http://www.franz-k-opitz.ch/clips/arrow.gif");
	background-repeat:no-repeat;
	padding-left:7px;
	padding-bottom:3px;
}

/* ---------- SUB-NAVIGATION  ----------- */

A.subnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000066;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #F3F3F3;
	text-decoration: none;
}

A.subnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eeeeee;
	color: #000066;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #F3F3F3;
	text-decoration: none;
}

A.subnav:hover {
color : black;
background-color : #dddddd;
border : 1px solid #666666;
text-decoration: none; }

A.subnav:active {
color: black;
background-color: #eeeeee;
padding: 2px;
border: 1px dotted #666666;
text-decoration: none; }


