/*
Styles für Termin DB
termin_editform.cfm
termin_list.cfm

wird über vorlagen 
	eamt_termineingabe.cfm 
	eamt_terminausgabe.cfm
eingebunden
*/



#textbox_breit table{
	border:0px solid black;
	width:100%;
	border-spacing: 1px;
}

#textbox_breit td{
	padding:10px;
	/*margin:0px;*/
 	
}

#textbox_breit table.auswahl{
	border:0;
	width:100%;
	border-spacing: 1px;
	padding:0;
	margin:0;
	border-collapse: collapse;
}
#textbox_breit table.auswahl th{
	background-color:#DCDCDC;
	border:1px solid black;
}

#textbox_breit table.auswahl td{
	padding:0 10px 0 10px;
	border:1px solid black;
	/*border-width: 1px;*/

}

.bez{
	background-color:#DCDCDC;
	border:0;
	border-bottom:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-collapse:collapse;
	/*text-align:right;*/
	width:150px;
}
.wert{
	padding:0 10px 0 10px;
	background-color:#F1F1F1;
	border:0;
	border-bottom:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	width:380px;
}


#textbox_breit input.text, #textbox_breit textarea, #textbox_breit select.kategorie {
	width:350px;
}

#textbox_breit textarea {
	height:200px;
}



/*temin_list -*/
#textbox_breit table.zweispalten{
	width:100%;
	table-layout:fixed;
	margin:10px 0;
	border-spacing: 10px;
	border-collapse:collapse;
}

#textbox_breit td {  vertical-align:top; overflow:show; }
#textbox_breit td.left {border-right:1px solid #d24900;}
#textbox_breit td.right {border-left:1px solid #d24900;}

#textbox_breit table.sucheuebersicht{
	width:100%;
	table-layout:auto;
	margin:0;
	border:0px solid red;
	border-spacing: 0;
}
#textbox_breit table.sucheuebersicht td {
	border:0px dotted green; 
	padding:0;
	font-size:11px;
} 



.suchtext{
	width:100%;
}

p.alterTermin{text-decoration:line-through;}
