/* Termine ***********************************************************/
div#termine_monate {
	width: 435px;
	_width: 435px;
	height: 20px;
}

div.termin_monat {
	float: left;
	margin: 0px;
	padding: 3px;
	width: 23px;
	_width: 12px;	
	height: 12px;
	text-align: center;
	font-size: 11px;
	_font-size: 11px;
	_padding: 3px 5px 3px 5px;
	cursor: hand;
	text-decoration:none;
	background-color: #e3f6fd;
	border: 1px solid #009EE0;
	
}
a:link div.termin_monat, a:visited div.termin_monat {
	color: #000;
	background-color: #e3f6fd;    
}

div#termin_monat_active {
	background-color: #009EE0;
    font-weight:bold;
}
a:link div#termin_monat_active, a:visited div#termin_monat_active {
	color: #fff;
}
table.termin_table {
	margin: 6px 0;
	width: 100%;
}

td.termin_table_caption {
	height: 22px;
	color: #fff;
	padding-left: 4px;
	font-size: 1em;
	background-color: #009EE0;
}
td.termin_table_entry {
	padding: 8px 4px 8px 5px;
	border-bottom: 2px solid #f0f0f0;
	font-size: 1em;
	_font-size: 13px;
}
td.termin_table_left {
	width: 120px;
}

.selectTermineMonate{
	width: 200px;
}

.selectTermineLand{
	width: 200px;
}

#home_caption {
	color: #f29400;
}
#pre_caption {
	color: #979797;
	font-size: 10px;
    text-transform:uppercase;        
	margin-top: 0pt;
	margin-bottom: 4px;
	letter-spacing: 0.3em;
}
.termineSuchHeader{
	font-size: 0.9em;
	_font-size: 11px; 
}

.terminSucheInput{
	font-size: 0.9em;
	_font-size: 11px;
	width: 200px;
}

#terminNavigation{
	font-size: 11px;
}

input.submit_button {
	background-color: #e3f6fd;
	color: #000;
	border: 1px solid #009EE0;
}

input.submit_button:hover {
	background-color: #009EE0;
	color: #fff;
	border: 1px solid #009EE0;
}


select.terminSucheInput {
	background-color: #e3f6fd;
	color: #000;
}

input.terminSucheInput {
	border: 1px solid #009EE0;
}