.head {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #4A638A;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

.head_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4A638A;
	line-height: 18px;
}

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

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

.blank {
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	}
	
.text_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#666666;
	font-style: normal;
	font-weight: normal;
	}

.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	}
	
.text_bold_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	}
	
.text_bold_12_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #4A638A;
	}

.text_klein_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	}

#reper {
	color:#666666;
	font-size: 12px;
	width: 200px;
	position: relative;
	top: 0px;
	left: -35px;
	font-size: 90%;
	}
	
#reper li {
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 6px;
	border-bottom: 1px solid #A8C2DF;
	background-image: url(../gif/quada_2m.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	
#reper li.reper_bold {
	list-style-type: none;
	background-image: none;
	font-weight: bold;
	}
	
#reper2 {
	color:#666666;
	font-size: 12px;
	width: 210px;
	position: relative;
	top: 0px;
	left: -35px;
	}
	
#reper2 li {
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 8px;
	border-bottom: 1px solid #A8C2DF;
	background-image: url(../gif/quada_2m.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
#abstand_gr {
	padding-left: 82px;
	}
	
#abstand_gr2 {
	padding-left: 248px;
	}

#termine {
	width: 400px;
	position: relative;
	top: 0px;
	left: -35px;
	}
	
#termine li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../gif/quada_3m.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}


/* +++++GESCHICHTE Tabelle 1952+++++ */

.tabelle1952 td {
	border-bottom: 1px solid #88AEDD;
	padding: 1px; 
	}


/* +++++KONTAKTFORMULAR+++++ */

form {
	background-color: #FFFFFF;
	width: 210px;
	padding: 0px;
	font-size: 11px;
	}
	
label { /* Beschriftung auf eigener Zeile */
	display: block;
	cursor: pointer; /* Mauszeiger wird zur Hand */
	}
	
input#vorname,
input#nachname,
input#telefon,
input#email,
textarea {
	width: 210px;
	height: 17px;
	border: 1px solid #A6C3E6;
	margin-bottom: 7px;
	}
	
textarea {
	height: 100px;
	}
	
input#vorname:focus,
input#nachname:focus,
input#email:focus,
input#telefon:focus,
textarea:focus {
	background-color: #4A638A;
	color: #FFFFFF;
	}

#kontaktformular .senden_button {
	padding: 2px;
	margin-right: 4px;
	border: 1px solid #A6C3E6;
	font-size: 90%;
	font-weight: bold;
	color: #A6C3E6;
	background-color: #FFFFFF;
	}
