/*
www.hermes-europe.org
@author: Bernhard Verkade (bernhard@yes2web.nl)
@version: 20090311-01

Colors:

Borders :	#cbcbcb (light-grey);

*/

body, #publerBody {
	text-align: left;
}

#container {
	margin: 0;
	position: relative;
	text-align: left;
	width: 890px;
}

#header {
	height: 85px;
	padding: 8px 0 0 46px;
	text-align: right;
	width: 256px;
}

div#main {
	margin-top: 150px;
	height: 1%;
}

div#wrapper {
	float: left;
	width: 100%;
}

div#contents {
	margin: 0 272px 0 0;
	padding: 0 23px 10px 47px;
	border-right: 1px solid #cbcbcb;
	min-height: 480px;
	_height: 480px;
}

ul#navigation {
	height: 50px;
	left: 428px;
	position: absolute;
	top: 0;
	width: 455px;
	}
	ul#navigation li {
		float: left;
		list-style: none;
		}
		ul#navigation li a{
			color: #555;
			display: inline-block;
			font-size: 13px;
			height: 47px;
			padding: 0 8px 0 8px;
			text-decoration: none;
			line-height: 4.5em;
		}
		ul#navigation li a:hover{
			text-decoration: underline;
		}
		ul#navigation li.selected{
			background: url(../../images/hermes/background/navigation-bg.jpg) top left no-repeat;
		}
		ul#navigation li.selected a:hover{
			text-decoration: none;
		}
		ul#navigation li.selected a{
			background: url(../../images/hermes/background/navigation-a-bg.jpg) top right no-repeat;
			color: #FFF;
			text-decoration: none;
		}

div#sidebar{
	float: left;
	margin-left: -273px;
	width: 272px;
}

div#page-image{
	background: url(../../images/hermes/background/search-default-bg.jpg) top left no-repeat;
	height: 110px;
	left: 0;
	position: absolute;
	top: 108px;
	width: 890px;
}
form#search{
	left: 63px;
	position: absolute;
	top: 110px;
	margin: 0;
	padding: 0;
}
form#search input{
	background: url(../../images/hermes/background/search-bg.jpg) top left no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	height: 15px;
	padding: 5px 10px 5px 23px;
	width: 162px;
	border: none;
}
form#search button{
	background: url(../../images/hermes/icons/search-button.jpg) bottom left no-repeat;
	border: none;
	height: 29px;
	text-indent: -6666px;
	width: 35px;
	cursor: pointer;
	outline: none;
	_margin-left: 5px;
}

ul#footer{
	clear: left;
	margin-left: 47px;
	padding-top: 36px;
	width: 100%;
	}
	ul#footer li{
		background: url(../../images/hermes/background/footer-bg.png) 0 2px repeat-x;
		color: #555;
		float: left;
		font-size: 11px;
		list-style: none;
		padding: 0;
		padding-top: 6px;
		margin: 0;
	}
	ul#footer li a{
		margin: 0 22px 0 0;
		text-decoration: none;
		color: #555;
		line-height: 11px;
		padding-top: 5px;
	}
	ul#footer li a:hover, ul#footer li.selected a{
		color: #186280;
		border-top: 2px solid #186280;
	}
	ul#footer li.last a{
		margin-right: 197px;
	}
	ul#footer li.copy a{
		margin-right: 0;
	}