/* CSS Document */
	 
fieldset
	{
	margin:10px;
	padding:10px;
	top:0;
	width:400px;
	font-size:0.80em; 
	border:1px solid #CCCCCC;
	background:#E0E0E0;
	color:#000000;
	}
		
* html fieldset 
	{
		padding:5px;
	}
		
legend 
	{
	color:#000000;
	background:#D0DCDD;
	padding:4px;
	border:1px solid #FFFFFF;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-bottom:4px;
	font-weight:bold;
   }

label 
	{
		color:#000000;
		margin:5px 0;
	} 

.kundennummer
	{
		display:block;
		width:846px;
	}

.kontaktdaten
	{
		float:left;
		width:350px;
	}

.kontaktdaten label 
	{
		color:#000000;
		width:100px;
		float:left;
   }
.kundennummer label 
	{
		color:#000000;
		width:100px;
		float:left;
   }
.buchungsdaten
	{
		float:right;
		width:400px;
	}

.buchungsdaten label 
	{
		width:100px;
		float:left;
		color:#000000;
   }

.anfrage label 
	{
		width:5em;
		float:left;
		color:#000000;
	}

input,textarea,select 
	{
		color:#000000;
		margin:3px 0;
		border:1px solid #333333;
		background:white;
		padding:3px 3px;
		width:200px;
	}  

.date_time
	{
		width:80px;	
		color:#000000;
	}

select
	{
		color:#000000;
		width:100px;
	}

input:active, input:focus, input:hover 
	{
		background:#EEEEEE;
	}

.buttons 
	{
		color:#000000;
		text-align:center;
		float:right;
		width:400px;
	}
strong
	{
		color:#000000;
	}

