/* ### ALLGEMEINES ### */

body {
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			14px;	
	color: 					#3d7095;
	text-decoration: 		none;
	background-color:		#ffffff;

}

img { border: none; }

td {
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:				12px;
	color: 					#3d7095;
	text-decoration: 		none;
	
}

td.kon {
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			bold;
	color: 					#000000;
	background-color:		#97abc3;
	text-decoration: 		none;
	
}

.txtf {
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			bold;
	color: 					#a82849;
	text-decoration: 		none;
	
}

/* ### HEADER ### */

h1 {
	color:					#3d7095;
	font-size:				13px;
	font-weight:			bold;

}

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

}



/* ### ANCHORS ### */


a {
	color: 					#3d7095;
	text-decoration: 		none;
	font-weight:			bold;
}

a:visited {
	color: 					#355e7c;
	font-weight:			bold;
	text-decoration: 		none;
}

a:hover {
	color: 					#FFFFFF;
	background-color: 		#3d7095;
	font-weight:			bold;
}

/* # Sonderfall-Anchors # */

a.imgNoHover, a.imgNoHover:hover {
	background-color: 		#ffffff;
}


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

table.form {
	border-collapse:		collapse;
}

table.form td {
	color:					#000000;
	padding:				0px;
	vertical-align:			top;
}

table.form p {
	margin-bottom:			8px;
}

table.form h1 {
	color:					#ffffff;
}

table.form td.label {
	padding-top:			4px;
	font-size:				10px;
}

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

.inputText {
	width:					200px;
	font-size:				10px;
	margin-bottom:			8px;
	padding:				0px;
}

input.abschicken {
	background-color:		transparent;
	color:					#ffffff;
	font-size:				10px;
	padding:				0px;
	border:					0px;
}

select {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:				11px;
	line-height: 			15px;
}

select.inputText {
	width:					200px;
}

textarea.inputText {
	font-family: 			Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin-top:				4px;
	height:					64;
	width:					200px;
}

.error label, p.error {
	color:					#c92d29;
	font-weight:			bold;
}

.small {
	font-size:				9px;
	margin-bottom:			8px;
}


/* Debugging */

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