@charset "utf-8";
/* CSS Document */

 #suche_box
	{
		float:right;
		width: 700px; /* 345 somit + 355 */ 
		height: 30px;
		margin-top: 3px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 3px;
		padding-left: 0px;
		
		background-image:url(../img/suche/suche_main_bg.jpg);
		background-position:top;
		background-repeat:no-repeat;
		overflow:visible;

	}
 
 
  #suche_top_left
	{
	    float:left;
		width: 695px; /* 340px; */
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		/*background-image:url(../img/suche/suche_top_left.gif);
		background-position:left;
		background-repeat:no-repeat;*/
	}
 
 
	 #suche_top_right
	{
		float:left;
		width:  5px;
		height: 5px;
		padding: 0px 0px 0px 0px;	
		/*background-image:url(../img/suche/suche_top_right.gif);
		background-position:left;
		background-repeat:no-repeat;*/
	}
	
	.suche_line
	 {
	 	width: 85%;
	 	height:1px;
		background-color:#ffffff;
		margin-top:5px;
		margin-bottom:5px;
	 	border-left:0px;
		border-right:0px;
		border-top:1px;
		border-bottom:0px;
	 	border-style:solid;
	    border-color:#CACACA;
	 }
	 
	
    #suche_content
	{
		float:left;
		text-align:left;
	    width: 692px; /*337px;*/
		height: auto;	
		/*background-color:#ffffff;*/
		padding-top: 0px;
		padding-left:3px;
		padding-right:3px;
		padding-bottom:0px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		border-left:1px;
		border-right:1px;
		border-top:0px;
		border-bottom:0px;
		border-style:solid;
	    border-color:#CACACA;
		
		/*background-image:url(../img/suche/suche_main_bg.jpg);
		background-repeat:repeat-x;*/
		
	}
	
    #suche_bottom_left
	{
		float:left;
		width: 695px; /* 340px; */
		height:5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		/*background-image:url(../img/suche/suche_bottom_left.gif);
		background-position:left;
		background-repeat:no-repeat;*/
	}
	
	#suche_bottom_right
	{
		float:left;
		width:  5px;
		height: 5px;
		background-color:;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		/*background-image:url(../img/suche/suche_bottom_right.gif);
		background-position:left;
		background-repeat:no-repeat;*/
	}
	
	
.submit_artikelsuche { /* den Submit-Button */
    	
  		float: none;
  		width: auto;
		text-align:left;
 		background-color:#ffffff;
  		cursor:pointer;
 		color:#1a3e88;
		font-size:11px;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border:0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom:0px;
		padding-top: 0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;	
}

.txt_suche
{
		background-color:#efefef;
		border:0px;
		  /*
		border-left-color:#cacaca;
		border-top-color:#cacaca;
		border-top:1px;
		border-left:1px;
		border-right:1px;*/
		border-color:#cacaca;
	    border-bottom:1px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom:0px;	
		padding-top: 0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
}

