/* ==== Header ==== */

a.logo {
	position: absolute;
	top: 27px;
	right: 0;
	outline: none;
}

#header h1 {
	padding: 0 0 4px 0;
	margin: 0 190px 4px 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

#header h2 {
	margin: 0 190px 0 0;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
}



/* ==== Suche ==== */

#search {
	position: absolute;
	top: 12px;
	right: 150px;
}

#search input[type="search"],
#search input[type="text"] {
	background: linear-gradient(-45deg, #d9d9d9 10px, #fff);
	color:black;
	border: none;
	width: 260px;
	height: 22px;
	box-shadow: 0 0 3px rgba(0,0,0,0.75);
}

#search input[type="submit"] {
	background: url(../design/search.png) no-repeat center center;
	padding: 0;
	margin:  0 0 0 -22px;
	position: relative;
	right: 3px;
	vertical-align: text-top;
	border: none;
	width: 19px;
	height: 20px;
	overflow: hidden;
	text-indent: -4000px;
}



/* ==== Flaggen ==== */

#lang {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 17px;
	left: 0;
}


#lang li {
	float: left;
	display: block;
	outline: none;
	margin: 0 7px 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.75);
}

#lang li img {
	float: left;
}

#lang li:first-child {
	margin-top: -5px;
}