.container_kalender {
	width:765px;
	margin:0px auto 30px auto;
}

.form_termine {
	width:765px;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	background-color:#FFF;
	color:#4f4f4f;
	border:1px solid #737373;
	margin:0px;
	padding:0px;
}

.form_termine fieldset {
	border:0px;
	margin:0px;
	padding:0px;
}

.legend {
	color:#962727;
	font-size:18px;
	background:#dfdfdf;
	margin:0px;
	padding:4px;
	border-style:solid;
	border-color: #737373;
	border-width: 0px 0px 1px 0px;
}

.legend div{
	font-size: 13px;
	font-weight: normal;
	color:#4f4f4f;
	padding:4px 0px;
}

.form_termine table {
	border-collapse:separate;
}

.form_termine table td{
	padding:0px 4px 0px 4px;
}

.form_termine table td.lable {
	width:230px;
	text-align:right;
	font-weight:bold;
	color:#962727;
}

.form_termine table td.form_field {
	width:535px;
}

.form_termine .formfeld {
	width:350px;
}

.form_termine table td.lable2 {
	width:300px;
	border:0px;
	padding:10px 10px 10px 0px;
}

.form_termine table td.form_field2 {
	width:445px;
	border:0px;
	padding:10px 10px 10px 0px;
}

.form_termine table td.form_field div.hinweis, td.form_field2 div.hinweis {
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
}

.form_termine table td.form_field input[type=text] {
	width:350px;
	border:1px solid #a9a9a9;
}

.form_termine table td.form_field textarea {
	width:350px;
	border:1px solid #a9a9a9;
}


.form_termine table td.buttons {
	color:#962727;
	background:#dfdfdf;
	margin:0px;
	padding:4px;
	border-style:solid;
	border-color: #737373;
	border-width: 1px 0px 0px 0px;
	text-align:center;
}

.form_termine .form_submit {
	border:1px solid #000;
	background:#962727;
	color:#FFF;
	font-weight:bold;
	padding:2px 40px;
}

.msg_error {
	background:#b00000;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	margin:4px 0px 0px 0px;
	border:1px solid #710000;
}

.eingabefehler {
	background: #FEE0E0;
}


div.kalender {
width:100%; 
height:300px; 
overflow:scroll;
}

div.kalender table {
width:97%;
border-collapse:collapse;
margin: 5px auto;
table-layout:fixed
}

div.kalender table td {
border-width:0px 0px 1px 0px;
border-style: solid;
border-color: #cacaca;
padding: 3px;
}


div.kalender table tr.normal {
background-color:#FFF;
}

div.kalender table tr:hover {
background-color:#f0f0f0;
}

hr {
width:100%;
margin:6px 0px;
padding:0px;
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#c2c2c2;
background:#FFF;
height:1px;
font-size:1px;
}

a.button, a.button:link, a.button:visited {
display:block;
border:1px solid #000;
background:#962727;
color:#FFF;
font-weight:bold;
padding:1px 6px;
font-size:11px;
}

a.button:hover {
text-decoration:none;
background:#C64040;
}
