﻿#unwe_header-top 
{
	position: relative;
	width: 960px;
	height: 125px;
	margin: 0 auto;
}

#unwe_header-top a, #unwe_header-top a:visited, #unwe_header-top a:hover , #unwe_header-top a:link
{
	border: 0;
	text-decoration: none;
	color: #fff;
}

#unwe_header-top a img
{
	border: 0;
}

.unwe_topbar
{
    display: block;
    position: absolute;
    top: 0px;
    right: 2px;
    width: 84px;
    height: 22px;
	background: url(./images/langbk.png) top left no-repeat;
	padding-left: 6px;
}

.unwe_topbar a img
{
	border: 0;
width:18px;
height:12px;
	margin: 4px 1px 2px 2px;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-khtml-opacity: .7;  
    -moz-opacity: .7;
}

.unwe_topbar a:hover img
{
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1.0;  
    -moz-opacity: 1.0;
}

#unwe_searchbar
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 2px;
	width: 242px;
	height: 30px;
	background: url(./images/searchbk.png) top left no-repeat;
	padding-left: 6px;
}

#unwe_searchbar form
{
	margin: 0;
	padding: 0;
	float: left;
}

#unwe_searchbar input[type="search"]
{
	width: 134px;
	height: 18px;
	padding: 0;
	margin: 6px 2px;
	border: 0;
	font-size: 10px;
	font-family: tahoma, sans-serif;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-khtml-opacity: .7;  
    -moz-opacity: .7;
	float: left;
}

#unwe_searchbar input[type="search"]:focus
{
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1.0;  
    -moz-opacity: 1.0;
}

#unwe_searchbar input[type="submit"]
{
	width: 18px;
	height: 18px;
	border: 0;
	padding: 0;
	margin: 6px 2px;
	background: url(./images/searchbtn.png) top left no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-khtml-opacity: .7;  
    -moz-opacity: .7;
}

#unwe_searchbar input[type="submit"]:hover
{
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1.0;  
    -moz-opacity: 1.0;
}

#unwe_contactslink {
	float: left;
	margin-left: 14px;
	line-height: 30px;
}

#unwe_contactslink a, #unwe_contactslink a:visited, #unwe_contactslink a:hover 
{
	color: #C9B4B9;
	text-decoration: none;
}

#unwe_contactslink a:hover {
	text-decoration: underline;
}