/* Allgemein
 *****************************************/
form {
	display:inline;
}

textarea {
	font-size:11px; 
	padding:2px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-style:solid; border-width:1px; border-color:#CCC;
	cursor:text;
}

select {
	font-size:11px;
}

input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px; 
	padding-left:1px;
	border:1px solid #CCC;
	cursor:text;
	line-height:18px;
   line-height:normal;
}

input:focus {
}

input.button,
input.submit {
	background-color:#D4D0C8; 
	cursor:pointer;
   overflow:visible;
   padding:0 5px;
   line-height:normal;
}

.news_archiv_search {
	margin-right:3px;
}

.radioButton,
.checkbox { 
	cursor:pointer;
	border:none;
}

.dropDown {
	color:#000000; 
	font-size:11px; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#999999; 
}

.dropDown_direkt_zum_wein {
	color:#000000; 
	font-size:10px; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	width:148px; 
}

/* Projekt Spezifisch */
/*
.submit_button,
.submit_button:focus {
	border-style:solid;
   border-width:1px;
   border-color:#D2D3D5 #BABABC #BABABC;
	padding:0;
	cursor:pointer;
	width:20px; 
	height:20px;
	float:left;
}

.search_input,
.search_input:focus{
	float:left;
	margin:0;
	height:18px;
	line-height:12px;
	width:134px;
   margin-right:5px;
	border:1px solid #CCC;
}
*/

.search_input {
	color: #303030;
	background-color: #ffffff;
	width: 134px;
	height: 19px;
	border-top:1px solid #d2d3d5;
	border-right:1px solid #d2d3d5;
	border-bottom:1px solid #bababc;
	border-left:1px solid #bababc;
	vertical-align: top;
}

.submit_button {
	border-top: 1px solid #D2D3D5;
	border-right: 1px solid #bababc;
	border-bottom: 1px solid #bababc;
	border-left: none;
	width: 20px;
	height: 19px;
   cursor:pointer;
}