body{margin: 0px;background-image: url(../img/background.gif);}
body, td, caption{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px;color:#ffffff}
caption{font-weight: bold;border:1px dotted #777777;padding:4px;}
form{margin:0px;padding:0px;}
input, textarea{border:1px solid #999999;background-image: url(../img/input_bg.gif);width:98%; padding-left:3px;}
table{border-collapse:collapse;}
a{color:#ffffff;}
fieldset legend{color: #ffffff; font-weight: bold;}

.error{font-size: 16px;font-weight: bold; color: #ff0000;}
.error input, .error textarea, .error option{background-color: #ff0000;background-image:none;color: #ffffff;}
.div_error_text{font-size: 14px;font-weight: bold;background-color:#ff0000;border:1px dotted #777777;padding: 6px;}
.span_error input, .span_error textarea{background-color:#ff0000;background-image:none;border:1px dotted #777777;}

.cleaner{clear:both; margin:0px; padding:0px; font-size:0px; line-height:0px; }

.only_admin{border: 2px solid green;}
/*
######################################
#	Formular
######################################
*/
.form_button, .form_checkbox, .form_radio{width:auto;}
.form_checkbox, .form_radio{border:4px solid #085C88;}
.form_button{border:2px outset #ffffff;background-image:none;background-color:#D4D0C8;font-size: 16px;font-family: Verdana, Arial, Helvetica, sans-serif;}
/*
######################################
#	a buttons
######################################
*/
a.button_back{
	padding:3px;margin: 4px 6px;
	background-color:#93bbcf;
	display:block;
	width:max-content;
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	border:2px outset #ffffff;
}
/*
######################################
#	result text
######################################
*/
div#result_text{
	padding:0px;
	margin: 0px;
	background-color:#085C88;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	border:2px outset #ffffff;
}
div#result_text div.error{
	background-color:red;
}
div#result_text div#result_headline{
	background-color:#93bbcf;
	text-align:center;
	color: #ffffff;
	border:2px outset #ffffff;
}
div#result_text a{
	color: #ffffff;
}
/*
#########################################
#	Fuer Content
#########################################
*/
#content{
	background-color:#007C7B; /*09871D;#905C00*/
	color:#ffffff;
	padding: 6px;
	border: 1px solid black;
	border-top:none;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright: 5px;
}
/*
#########################################
#	Fuer fenster
#########################################
*/
.window_first{
	-moz-border-radius:5px;
	background-color: #085C88;
	border:1px outset #000000;
	padding: 6px;
}
.window_first .window_two{
	-moz-border-radius:5px;
	border:1px solid #999999;
	padding: 4px;
}
.window_first .hl_text{
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	border:1px dashed #999999;
	margin-bottom: 6px;
	margin-top: 0;
}
.window_first .hl_unter{
	margin-top: 2px;
	padding-top: 6px;
	font-weight: bold;
	border-top:1px dashed #999999;
}
/*
######################################
#	back button
######################################
*/
a.back_button{
	display: block;
	background-color: #085C88;
	padding: 4px 6px;
	font-weight: bold;
}
.print_button a{
	display: block;
}
.print_button{
	background-color: #085C88;
	padding: 4px 6px;
	font-weight: bold;
	margin: 2px 0;
}
/*** CALENDAR *******************************/
input.button_calendar{
	border: 0px;
	background-image: URL(../img/calendar/img/calendar.png);/*calendar.gif*/
	padding: 0;
	width:18px;
	height:17px;
	cursor: pointer;
	background-color:transparent; /* statt none; */
}
/*
######################################
#	DEVELOP
######################################
*/
.develop_insert, .develop_update, .develop_select, .develop_result, .develop_delete, .develop_error{
	font-size: 9px;
	color: Black;
	border-style:groove;
	padding: 2px;
	margin: 2px;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-top: 0px;
}
.develop_insert{
	background-color : #9D65C2;
}
.develop_update{
	background-color : Lime;
}
.develop_select{
	background-color : #C8C8C8;
	margin-bottom: 0px;
}
.develop_result{
	background-color : #F1363A;
	border-top:none;
	position:relative;
	top:-3px;
	width:90px;
	margin-top: 0px;
	height:auto;
}
.develop_delete{
	background-color : #FB842D;
}
.develop_error{
	background-color : #FFF428;
}
div.develop_insert:hover, div.develop_update:hover, div.develop_select:hover, div.develop_delete:hover, div.develop_error{
	width:auto;
	height:auto;
}
div.develop_db{
	border:1px dotted black;
	position:relative;
	bottom:-3px;
	padding: 2px;
	margin: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color : #9D65C2;
	width:120px;
}
