﻿.mainmenu ul {
	height: 2.4em;
}
html>body .mainmenu ul {
	height: auto;
	min-height: 2.4em;	
}
.mainmenu ul li {
	background: none;	
}

.error .decoration {
	padding: 15px 0 0 160px;
	margin: 20px 0 0 0;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Themes/Landsnet2008/images/decoration/warning.png',sizingMethod='crop');
	zoom: 1;
}
html>body .error .decoration {
	background: transparent url(../images/decoration/warning.png) no-repeat top left;
}
.error h1 {
	font-size: 1.7em;	
}
.error p.contact {
	margin-top: 40px;	
}
.error p.contact a {
	color: #777;
	text-decoration: none;
}

/* 404 */
.error404 .searchbox {
	padding: 73px 0 10px 29px;	
	margin: 5px 0 0 100px;
	width: 318px;
	height: 32px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Themes/Landsnet2008/images/containers/searchbox-bg.png',sizingMethod='crop');
	zoom: 1;
}
html>body .error404 .searchbox {
	background: transparent url(../images/containers/searchbox-bg.png) no-repeat top left;
}
.error404 .searchbox label {
	display: none;
}
.error404 .searchbox .search-box {
	width: 200px;
	font-size: 1.3em;
	padding: 3px;
	margin-right: 7px;
	color: #666;
}
.error404 .searchbox .search-button {
	font-size: 1.1em;
	padding: 4px 0 3px 0;
	width: 70px;
	font-weight: bold;
}
