/*
	grün				#00ab4e		0		171		78
  hellgrün		#E1FFEF
  blau				#4498d2		68	152		210
  hellblau		#E4ECFA		228	236		250
*/

a:link, a:visited {
	background-color: #D7EBFF;
  color: #007EFD;
  text-decoration: none;
/*  text-decoration: underline; */
}

a:hover {
  background-color: #00AB4E;
	color: #ffffff;
  text-decoration: none;
}

.block {
	font-size: 100%;
	text-align: justify;
  margin-top: 5px;
  margin-bottom: 15px;
}

.font_7 {
	font-size: 7px;
}

hr {
	color: #4498d2;
}

.klein {
  font-size: 85%;
}

.box_datum {
	border-bottom: 1px solid #00ab4e;
  color: #00ab4e;
  font-size: 90%;
}

.box_lesen {
  font-size: 90%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.box_titel {
  font-size: 95%;
	font-weight: bold;
}

.box_titel2 {
  font-size: 95%;
}


.button {
	border: 1px solid #00ab4e;
	background-color: #00ab4e;
	color: #F7F1EE;
	font-size: 90%;
}

.nolink {
	color: #AFAFAF;
}

.td_temp1 {
  background-color: #E9FFE8;
}

.text_left {
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 1.5em;
}

.text_right {
	text-align: left;
	margin-right: 10px;
	line-height: 1.5em;
}

.ueberschrift {
	border-bottom: 2px solid #00ab4e;
	color: #00ab4e;
	font-size: 130%;
	font-weight: bold;
}

.ueberschrift1 {
	border-bottom: 1px solid #00ab4e;
	color: #00ab4e;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
  margin-top: 5px;
}

.ueberschrift2 {
	background-color: #E4ECFA;
	color: #4498d2;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
  margin-top: 5px;
  padding: 2px;
}

.ueberschrift3 {
  border-bottom: 1px solid #4498d2;
  border-top: 1px solid #4498d2;
	color: #4498d2;
	font-size: 90%;
	font-weight: bold;
  margin-top: 5px;
  padding: 2px;
}

ul.aufzaehlung {
	margin-top: 5px;
/*	margin-left: 20px; */
}

li.aufzaehlung {
	list-style-image: url('../images/aufzaehlung.gif');
  margin-bottom: 5px;
}










.titelleiste {
color: #4498d2;
font-weight: bold;
font-size: 90%;
text-align: center;
padding-top: 5px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 5px;
background-color: #654228;
}



.meldung {
padding: 5px;
border: 1px dashed #654228;
background-color: #F7F1EE;
font-size: 90%;
}




.no_text {
color: #AFAFAF;
}

.beschreibung_r {
margin-top: 5px;
margin-left: 5px;
margin-right: 20px;
margin-bottom: 5px;
font-size: 80%;
text-align: right;
line-height: 1.5em;
}

.beschreibung_l {
margin-top: 5px;
margin-left: 0px;
margin-right: 20px;
margin-bottom: 5px;
font-size: 80%;
text-align: left;
line-height: 1.5em;
}

.bild {
margin-right: 5px;
margin-bottom: 5px;
padding: 2px;
border: 1px solid #654228;
background-color: #F2E6DF;
}

.linie {
margin-top: 3px;
margin-bottom: 3px;
border-bottom: 1px dotted #654228;
}

.seitenzahl_auswahl {
background-color: #F2E6DF;
color: #654228;
font-family: courier, courier new;
font-size: 100%;
font-weight: bold;
padding: 3px;
text-decoration: none;
}


.tr_hell {
background-color: #F7F1EE;
}


a.link_extern {
color: #7F7F7F;
text-decoration: underline;
/*  font-family: courier, courier new; */
}

a.seitenzahl {
color: #654228;
font-family: courier, courier new;
font-size: 100%;
padding: 3px;
text-decoration: none;
}

a.seitenzahl:hover {
background-color: #F2E6DF;
color: #ffffff;
font-family: courier, courier new;
font-size: 100%;
padding: 3px;
text-decoration: none;
}



select, input {
margin-top: 2px;
font-size: 80%;
}