﻿/* Suche für Firefox */

#searchwrapper {
width:200px; /*follow your image's size*/
height:22px;/*follow your image's size*/
padding:0px;
margin:0px;
position: relative;
float:right;
margin-right:20px;
margin-top:4px;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:#666666; /*important*/
position:absolute; /*important*/
top:3px;
left:10px;
width:136px;
height:16px;
font-family: Arial, Helvetica, Sans-Serif;
font-size:11px;
color:#C0C0C0;
border:2px solid #666666;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:3px;
left:155px;
width:44px;
height:22px;
}

#combox {
	margin: 0px auto;
	line-height:28px;
	float: left;
}

#banner {
	margin: 0px auto;
	margin-top:10px;
	float:left;
}


#loginbox {
	margin: 0px auto;
	line-height:28px;
	float: left;
	text-align:left;
}

#combox_right {
	margin: 0px auto;
	line-height:28px;
	float: left;
}

#combox_right_login {
	margin: 0px auto;
	line-height:28px;
	float: left;
}

