@charset "utf-8";
/* CSS Document */

	body
	{
		font-size: 				10px;
		font-family: 			Verdana, Arial, Helvetica, sans-serif;
	}
	
	a:link 
	{
		color: 						#4893cc;
		font-size: 					10px;
		text-decoration:			none;
	}
	a:visited 
	{
		color: 						#4893cc;
		font-size: 					10px;
		text-decoration:			none;
	}
	a:active
	{
		color: 						#4893cc;
		font-size: 					10px;
		text-decoration:			none;
	}
	a:hover 
	{
		color: 						#4893cc;
		font-size: 					10px;
		text-decoration:			underline;
	}
	
	h1 
	{
		font-weight:				bold; 
		font-size: 					14px;
		padding: 					0px;
		margin: 					0px;
	}
	
	h2 
	{
		font-weight:				bold; 
		font-size: 					12px;
		padding: 					0px;
		margin: 					0px;
	}
	
	h3 
	{
		font-weight:				bold; 
		font-size: 					12px;
		padding: 					0px;
		margin: 					0px 0px 0px 10px;
	}
	
	h5
	{
		font-weight:				bold; 
		font-size: 					14px;
		padding: 					0px;
		margin: 					10px 0px 0px 10px;
	}
	
	h4 
	{
		font-weight:				bold; 
		font-size: 					10px;
		padding: 					0px;
		margin: 					0px 0px 0px 10px;
	}
	
	/* Strukturen */
	.tabelle
	{
		background-color: 		#edf2f6; 
		border: 				1px solid #599dd1;
	}
	
	.td_dunkel 
	{
		background-color:		#d1e1ed;
		height:					26px;
	}
	.td_hell 
	{
		background-color:		#edf2f6;
		height:					26px;
	}
	
	.subnav
	{
		position:fixed;
	}
	
	@media print
	{
		.subnav
		{
			position:fixed;
			display:none;
		}
	}
	
	/* Formulare */
	input
	{
		border: 				1px solid #b1b1b1; 
		background-color: 		#FFF;
	}
	
	.input_none
	{
		background-color: 		#edf2f6; 
		border: 				0px;	
	}
	
	.input_dark
	{
		background-color: 		#d1e1ed; 
		border: 				0px;	
	}
	
	/* Fehlermeldungen */
	.error 
	{
		background-color: 		#ffc7c7; 
		border: 				1px solid #ff0000;
		width: 					920px;
		min-height:				10px;
		background-image:		url(../img/error.gif);
		background-position: 	left;
		background-repeat:		no-repeat;
		padding: 				10px 0px 10px 50px;
	}
	
	.erfolg 
	{
		background-color: 		#edf2f6; 
		border: 				1px solid #599dd1;
		width: 					920px;
		min-height:				10px;
		background-image:		url(../img/page_save.gif);
		background-position: 	left;
		background-repeat:		no-repeat;
		padding: 				10px 0px 10px 50px;
		vertical-align:			middle;
	}
	
	.error_text
	{
		background:				#cc0000;
		color:					#FFFFFF;
		margin-top:				6px;
		min-height:				17px;
		width: 					260px;
		padding-left: 			12px;
		padding-top:			3px;
		margin-left: 			4px;
		padding-bottom:			3px;
	}
	
	.error_box
	{
		background:				url(../img/error_box_corner.gif) left top no-repeat;
		padding-top:			4px;
		margin-top: 			8px;
		margin-left: 			10px;
		margin-bottom: 			10px;
	}