/* ------------------------------------------------
Body
------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff0d0;
}

/* ------------------------------------------------
Absatzformatierungen
------------------------------------------------ */

p {
	font-size: 0.8em;
	line-height: 1.2em;
	color:#660066;
}

p.navig {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 15px;
	margin-top: 20px;
}

p.navig_start {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 20px;
	color: #fff0d0;
}

p.navigklein {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 30px;
	margin-top: -15px;
}


ul {
	line-height: 1.2em;
	font-size: 0.8em;
	color: #660066;
	list-style-type: square;
}

ul.zwei {
	list-style-image: url(_bild/hg/quadrat_lila_klein.gif);
}

ul.blau {
	list-style-image: url(_bild/hg/quadrat_blau.gif);
}

ul.gruen {
	list-style-image: url(_bild/hg/quadrat_gruen.gif);
}

ul.pink {
	list-style-image: url(_bild/hg/quadrat_pink.gif);
}

ul.rot {
	list-style-image: url(_bild/hg/quadrat_rot.gif);
}

ul.tuerkis {
	list-style-image: url(_bild/hg/quadrat_tuerkis.gif);
}
/* ------------------------------------------------
Ueberschriften
------------------------------------------------ */

h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 1.2em;
	color:#660066;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: -5px;
	line-height: 1.2em;
	color:#660066;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: -10px;
	line-height: 1.2em;
	color:#660066;
}

/* ------------------------------------------------
Links
------------------------------------------------ */
a:link {
	font-weight:bold;
	text-decoration:underline;
	color: #660066; 
}
a:visited {
	font-weight:bold;
	text-decoration:underline;
	color: #333366;
}

a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #333366;
}

a:active {
	font-weight:bold;
	text-decoration: underline;
	color: #333366;
	outline:none;
}

a:focus {
	outline:none;
}

/* ------------------------------------------------
sonstige Hervorhebungen
------------------------------------------------ */

.beige {
	color: #fff0d0;
}

.zentriert {
	text-align: center;
}

.rechts {
	text-align: right;
}

.bild_rechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.bild_links {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.bild_hspace_zwoelf {
	margin-left: 6px;
	margin-right: 6px;
}

.hg_gruen {
	background-image: url(_bild/hg/gruen.gif);
}

.hg_kiste {
	background-color: #606;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #6B015B;
	border-right-color: #6B015B;
	border-bottom-color: #6B015B;
	border-left-color: #6B015B;
	color: #FFF0D0;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}
