#header { 
	position: relative;
	width: 1005px;
	height:145px;
	text-align:left;
	margin:0px;
	padding:0px;
	/*background-color:#fff;*/
	border:0px solid #CC2200;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:visible;
}

#header .logo {
	position:absolute;
	left:10px;
	top:110px;
	color:#ff2222;
	border:0px solid #CC2200;
	width:80px;
	height:auto;
}

#header .logo a {
	display: block;
	height:35px;
}

#search {
	position: absolute;
	top:112px;
	right:1px;
	width: 155px;
	height:24px;
	text-align:left;
	margin:0px;
	text-align:left;
}

.textSearch {
	text-align:left;
	width:155px;
	height:24px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-image:url(../images/search_bg.png);
	background-position:top;
	background-repeat:no-repeat;*/
	/*letter-spacing: 0.05em;*/
	color:#005aa3;
	border:0px solid #2222BF;
}

.textSearch form {
	display:inline;  /*IE miatt*/
}

.textSearch input {
	position:relative;
	top:1px;
	left:2px;
	float:left;
	border:0px solid #22ff22;
	height:15px;
	width:130px;
	margin-top:2px;
	margin-left:2px;
	color:#666;
	font-size:12px;
	background-color:transparent;
} 

.textSearch .search_btn {
	text-decoration:none;
	border:0px solid #84BFCB;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-left:7px;
	margin-right:0px;
	padding-top:0px;
	height:19px;
	width:12px;
	font-size:12px;
	color:#666;
	/*font-weight:bold;*/
	/*color:transparent;*/
}

#container .header_right {
	position: absolute;
	top:120px;
	left:767px;
	/*right:0px;*/
	width: 238px;
	height:36px;
	text-align:left;
	margin:0px;
	background-image:url(../images/header_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:0px solid #f22;
	z-index:10;
}
