/* ------ Textdefinitionen ------ */
body {
	text-align: center;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

h1 {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}

/* Linkdefinitionen Navi */
#navi, #navi a:link {
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#navi a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navi a:hover {
	color: #F9E79D;
	text-decoration: underline;
}

#navi a:active {
	color: #ffffff;
	text-decoration: none;
}

#rheinline, #rheinline a:link, #rheinline a:visited, #rheinline a:hover {
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #867249;
	text-align: right;
}

#fusszeile, #fusszeile a:link, #fusszeile a:visited, #fusszeile a:hover {
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
}

#fusszeile a:link, #fusszeile a:visited, #fusszeile a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Linkdefinitionen */
a:link {
    color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

hr {
    height: 0px;
    margin-top: 10px; 
    margin-bottom: 10px; 
	color: #ffffff;
    border-top: 1px dotted #000000;
}

.hrfuss {
    height: 0px;
    margin-top: 0px; 
    margin-bottom: 10px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	color: #ffffff;
    border-top: 1px dotted #000000;
	clear: both !important;
}

ul {
	margin-top: 10px;
}

li {
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.postkarte {
    font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

.meldung {
  font-weight: bold;
  color: #ff0000;
}

.hr_hell {
    height: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
	color: #ffffff;
    border-top: 1px dotted #cccccc;
}

.dokumente:ul {
	list-style-image: url('img/icon_doppelpfeil.gif'); 
	padding-left: 10px; 
	margin-left: 10px; 
	margin-top: 10px;
}

.dokumente:li {
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.bildunterschrift {
    font-size: 12px;
	line-height: 14px;
}

