@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

body {
	width: 500px;
	border: 1px solid #FFFFFF;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	margin: 8px;
	overflow: auto;
}

p {
	padding: 8px;
}

a {
	color: #000;
	text-decoration: none;
	/*display: block;*/	
}

dt {
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #660000;
    padding: 8px;
	-webkit-border-top-right-radius: 23px;
	-moz-border-radius-topright: 23px;
	border-top-right-radius: 23px;
}

h2 {
	font-size: 1.0em;
	padding: 8px;
	line-height: 16px;
}

h3 {
	font-size: 1.0em;
	padding: 8px;
}

ul {
	list-style-image: none;
}

label {
	padding: 8px;
}

input.submit {
	padding: 8px;
	margin: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #660000;
}

input.casetype_checkbox {
	width: 40px;
}

select {
	border: 1px dotted #D5D5D5;
	width: 40px;
}



li {
	list-style-type: none;
}

form {
	padding: 8px;
}

.location_list {
	padding: 8px;
}

fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px dotted #D5D5D5;
}

legend {
	padding: 4px;
	margin-left: 10px;
	background-color: #FFF;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px dotted #D5D5D5;
}
/**
																			*** Aufbau der Kalendertabelle
*/
table.nat_calendar {
	width: 284px;
	margin: 8px auto;
	border: none;
	background-color: #EBDFDF;
}

th.nat_calendar, td.nat_calendar {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

th.nat_calendar {
	background-color: #D5D5D5;
	color: #000000;
}

td.nat_calendar {
	background-color: #EBDFDF;
	color: #000000;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: none;
}

td.nat_calendar_weekday {
		
}

abbr, a {
	color: inherit;
}

nat_calendar_weekday_bookable {
	display: block;
}

td.nat_calendar_weekday_bookable {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #660000;
}

a.nat_calendar_weekday_bookable {
	display:block;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #FFFFFF;
	color: #660000;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*
nat_calendar_weekday_bookable {
	display: block;
}

/*
td.nat_calendar_weekday_bookable {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #660000;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
*/
/*
a.nat_calendar_weekday_bookable {
	display:block;
	width: 90%;
	height: 90%;
	margin: 0;
	/*background-color: #FFFFFF;*//*
	border: 2px solid #000;
	background-color: rgba( 0, 0, 0, .8 );
	color: #660000;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}*/

td.nat_calendar_weekend {

}

td.nat_calendar_weekend_bookable {
	
}

td.nat_calendar_today {
	
}

td.nat_calendar_chosen_day {
	background-color: #F00;	
}

/*
																			*** Kalendernavigation
*/
.nat_navigation {
	overflow: auto;
	color: #FFF;
	height: 36px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.nat_navigation_currentmonth {
	width: 192px;
	float: left;
	background-color: #FFFFFF;
	color: #660000;
}
	
.nat_navigation_button {
	height: 32px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #660000;
	background-color: #FFFFFF;
}

.nat_navigation_button_img {
	height: 32px;
	width: 46px;
	padding: 0;
	margin: 0;
	border: 0;
}

/*
																			*** Liste der verf. Zeiten
*/
.nat_timelist {
	background-color: #FFF;
	padding: 4px;
	
}

.nat_casetypelist_casetype_li {
	padding: 8px;
        padding-bottom: 2px;
        padding-top: 2px;
}

.nat_casetypelist_label {
	margin-top: -7px;
	width: 210px;
	float: left;
	margin-left: 10px;
}

.nat_contactform {
	padding: 8px;
}

.nat_contactform_label {
	display: block;
    float: left;
    width: 100px;
}

.nat_contactform_input_select, .nat_contactform_input_text {
	margin-bottom: 4px;
	width: 135px;
	border: 1px solid #D5D5D5;
	padding: 4px;
	
}

.terminbuchung {
	min-height: 200px;
	width: 300px;
	float: left;
	overflow: auto;
	border-right: 1px dotted #D5D5D5;
}

.terminbuchung_head {
	width: 300px;
	background-color: #FFFFFF;
	color: #660000;
	overflow: auto;
}

.content {
	clear: both;
}

.merkzettel {
	overflow: auto;
}

.merkzettel_head {
	width: 199px;
	background-color: #FFFFFF;
	color: #660000;
	overflow: auto;
}

.merkzettel_content {
	padding: 8px;
	height: 100%;
	display: block;
	overflow: auto;
}

.merkzettel_tbl {
	text-align: left;
}

.statusleiste {
	height: 33px;
	width: 500px;
	background-color: #D5D5D5;
	color: #000000;
	margin-top: 4px;
	letter-spacing:-0.025em;
}

.statusleiste_6tabs {
	width: 83px;
	float: left;
	line-height: 33px;
	text-align: center;
	font-size: 11px;
	/*background-image: url( '/netappoint/images/arrow_right.png' );*/
}

 .statusleiste_li {
 	float: left;
 }

a.statusleiste_aktiv, a.statusleiste_6tabs:hover {
	background-color: #FFFFFF;
	color: #660000;
	/*background-image:none;*/
	font-size: 11px;
}

.nat_timeslist {
	width: 100%;
	border-spacing: 7px;
}

.nat_timeslist_th {
	text-align: left;
	white-space: nowrap; 
}

.nat_timeslist_td {
	text-align: center;
}

a:hover {
	background-color: #D5D5D5;
	color: #000000;
}

.message_-1 {
	background-color: #8aed8a;
}

.message_0 {
	background-color: #8aed8a;
}

.message_1 {
	background-color: #ed8a8a;
}

.error {
	border: 1px solid #ED8A8A;
}

.hidden {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}
