@charset "UTF-8";

/*
 * HEADER
 */

#header {
	position: relative;
	height: 320px;
	background: transparent url("/gfx/reloaded/header-green.jpg") scroll no-repeat center top;
}

/* HEADER-LOGO */

#header-logo {
	position: absolute;
	left: -20px;
	top: 140px;
	width: 170px;
	height: 170px;
}

/* HEADER-TOP */

#header-top {
	position: absolute;
	right: 0px;
	top: 50px;
}

#header-top form { display: inline-block; }
#header-top form > * { margin-right: 10px; }

#header-top input {
	padding: 5px;
	width: 125px;
	background-color: #2790a4;
	font-size: 12px;
	color: #93c8d2;
}

#header-top button {
	padding-left: 20px;
	height: 25px;
	background: transparent url("/gfx/reloaded/icon-arrow.jpg") scroll no-repeat left 5px;
	font-size: 12px;
	color: #93c8d2;
	cursor: pointer;
}
#header-top button:hover { text-decoration: underline; }

/* HEADER-FLAGS */

#header-flags { display: inline-block; }

#header-flags a {
	margin-left: 5px;
	border: 1px solid #000;
}
#header-flags a:hover { border: 1px solid #fff; }


/* HEADER-CENTER */

#header-center {
	position: absolute;
	left: 185px;
	top: 125px;
	width: 820px;
	height: 90px;
	text-align: center;
}

#header-center h1 {
	margin-top: 10px;
	font-size: 46px;
	color: #fff;
}
#header-center h1:before { content: ""; }

/* BOTTOM */

#header-bottom {
	position: absolute;
	right: 0px;
	top: 255px;
}

#header-bottom > * {
	display: inline-block;
	vertical-align: top;
}
	
#header-bottom .value {
	margin-right: 10px;
	padding: 5px 10px;
	width: 220px;
	background-color: #9bd5df;
	color: #fff;
	font-size: 20px;
	text-align: right;
}

#header-bottom label {
	color: #fff;
	font-size: 12px;
}

#header-bottom button {
	padding-left: 10px;
	width: 155px;
	height: 35px;
	color: #9bd5df;
	font-size: 14px;
	cursor: pointer;
}
#header-bottom button.left { background: #006f87 url("/gfx/reloaded/button-left.jpg") scroll repeat-x left top; float: none; }
#header-bottom button.right { background: #006f87 url("/gfx/reloaded/button-right.jpg") scroll repeat-x left top; float: none; }
#header-bottom button:hover { background-position: -165px top; }