@charset "utf-8";
/* CSS Document */


/* normaler Seitentext */

._Navitext {
	font-family: "Hoefler Text", "Palatino Linotype", "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-size-adjust: 0.50;
	color: #666;
	text-decoration: none;
}

/* Position der Navigation */

#_Navi {
	position: relative;
	height: 20px;
	width: 609px;
	left: auto;
	top: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	bottom: -50px;
	right: auto;
}

/* Position des Contents */

#_Content1 {
	position: relative;
	height: 459px;
	width: 609px;
	margin: auto;
	text-align: justify;
}


/* alle Links ausser Home-Link auf "Marion Denis" */

.a1:link {
	color: #666;
	text-decoration: none;
}
.a1:visited {
	text-decoration: none;
	color: #666;
}
.a1:hover {
	text-decoration: none;
	color: #CCC;
}
.a1:active {
	text-decoration: none;
	color: #000;
}

/* Home-Link auf "Marion Denis" */

.a2:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.a2:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}
.a2:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.a2:active {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

/* kursiver fetter Text */

._kursiv {
	font-style: italic;
	font-family: "Hoefler Text", "Palatino Linotype", "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-size-adjust: 0.50;
	color: #333;
	font-weight: bold;
}

/* Position der Bildunterschriften */

#_text {
	position: relative;
	height: 25px;
	width: 609px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	text-align: right;
}

/* Fettschrift z.B. bei "Marion Denis" */

._logo {
	font-family: "Hoefler Text", "Palatino Linotype", "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-size-adjust: 0.50;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

/* aktuell angezeigte Seite */

._static {
	font-family: "Hoefler Text", "Palatino Linotype", "Georgia", "Times New Roman", Times, serif;
	font-size: 11px;
	font-size-adjust: 0.50;
	color: #333;
	text-decoration: underline;
}
