/* ### ALLGEMEINES ### */

body {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				10px;
	color: 					#424242;
	line-height: 			19px;
	text-decoration: 		none;
	background-color: 		#FFFFFF;

}

td, form * {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				10px;
	color: 					#000000;
	line-height: 			19px;
	text-decoration: 		none;

}

td:kon {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				10px;
	color: 					#424242;
	line-height: 			15px;
	text-decoration: 		none;

}




/* ### HEADER ### */

h1 {
	color:					#FFFFFF;
	font-size:				10px;
	font-weight:			normal;
	line-height: 			19px;

}

h2 {
	color:					#9F0A1C;
	font-size:				9px;
	margin-bottom:			5px;
	font-weight:			normal;
	line-height: 			16px;

}

h3 {
	color:					#999999;
	font-size:				13px;
	margin-bottom:			5px;
	font-weight:			bold;
	line-height: 			16px;

}



/* ### ANCHORS ### */


a {
	color: 					#668f7e;
	text-decoration: 		none;
	font-weight:			bold;
}

a:visited {
	color: 					#8c9f97;
	text-decoration: 		none;
	font-weight:			bold;
}

a:hover {
	color: 					#FFFFFF;
	background-color: 		#668f7e;
	font-weight:			bold;
}

/* ### FORM ELEMENTS ### */

/* label siehe ganz oben */

table.form {
	border-collapse:		collapse;
}

table.form td {
	padding:				0px;
}

.inputText, .inputDate, .inputDateLong {
	margin-top:				2px;
	margin-bottom:			3px;
}

.inputText {
	width:					260px;
}

.inputDate {
	width:					24px;
}

.inputDateLong {
	width:					48px;
}

textarea.inputText {
	height:					90px;
}

.error label, p.error {
	color:					#9f0a1c
}


/* Debugging */

.debug, .debug td {
	border:						1px solid red;
	color:						red;
}