/******************************************************************/
/* Formulardaten																									*/
/* Vision Pool GmbH	- TP																					*/
/* Schniederreisen Cara Tours GmbH																*/
/* Last Update: 12.01.2006																				*/
/******************************************************************/

form{
	margin:0px;
	padding:0px;
}

select,textarea,input,legend{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 


fieldset{
	margin:0px;
	padding:10px 10px;
	border:1px solid #b4b9b5;
}


legend{
	padding:2px 5px;
	
	color:#294838;
	text-transform:none;
	font-weight:bold;
	
	border:1px solid #b4b9b5;
}


/* Zeile mit Headline und Feld */
.formzeile{
	overflow:hidden;
	display:block;
	margin-top:5px;
	margin-left:0px;
	
	width:auto;
	height:auto;
	/*background-color:#00CCFF;*/
	
}

label{
	display:block;
	float:left;	
	width:200px;
}


/*** Katalog ***/
.katalogcontainer{
	float:left;
	width:260px;
}

.katalogcontainer .inputcontainer{
	float:left;
	width:22px;
}

.katalogcontainer .image{
	float:left;
	width:100px;
}

.katalogcontainer .textcontainer{
	float:left;
	
	width:133px;
	margin-left:5px;
}
/******************/

/* Formularbeschriftungen	*/
.formheadline{
	float:left;
	display:block;
	width:200px;
	
	font-weight: bold;
	
	/*background-color:#00CCFF;*/
}

.formfield, .formarea{
	width:300px;
	padding:2px 0px 0px 5px; 

	font-weight: bold;
	
	border:1px solid #004A99;
	background-color:#EAEAD8;
}

.formfield{
	height:15px;
}

.formarea{
	height:60px;
}

.formselect{
	width:300px;
	height:20px;
	font-weight: bold;
	background-color:#EAEAD8;
}

.formbutton{
	width:130px;
	background-color:white;

	font-size:11px;
	font-weight: bold;
	color: black;

	border:1px solid #004A99;
	background-color:#EAEAD8;
}

.formupload{
	font-weight: bold;
	background-color:#EAEAD8;
}


/* Searchbox */
.searchboxinput{
	float:left;
	height:15px;
	width:100px;
	
	padding:2px 0px 0px 5px; 

	font-weight: bold;
	
	border:1px solid white;
	background-color:#EAEAD8;
}
