body {
	background: #FFF;
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #373d53;
	margin: 0;
	padding: 0 0 20px;
}

td {
	vertical-align: text-top;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#head {
	background: #eef0f4;
	height: 199px;
	position: relative;
	margin-bottom: 2px;
}

#main {
	width: 630px;
	float: left;
}

#sidebar {
	width: 310px;
	float: right;
}

#sidebar > div, * html #sidebar div {
	border: 1px solid #cbced8;
	background: #f7f8fa;
	padding: 9px 9px 4px;
	margin-bottom: 15px;
}

#sidebar > div.alt, * html #sidebar div.alt{
	border: none;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#title span, #title a {
	display: block;
	width: 479px;
	height: 99px;
	background: url(../img/title.jpg) no-repeat;
	text-indent: -9999px;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
}

#imagebar {
	height: 100px;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 480px;
	overflow: hidden;
}

#imagebar li {
	float: left;
	height: 100px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	width: 240px;
}

#search {
	margin-bottom: 15px;
	position: relative;
}

#search-query {
	float: left;
	width: 275px;
	color: #9b9389;
}

* html #search-query {
	width: 265px;
}

#search-submit {
	float: right;
}

/* @group Navigation */
#shortcuts {
	font-size: 11px;
	margin: 10px 0 15px -10px;
	padding: 0;
}

#shortcuts li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#shortcuts a {
	background: url(../img/subnavigation-separator.png) no-repeat left center;
	display: block;
	padding: 1px 10px;
}

#shortcuts li:first-child a {
	background: none;
}

#shortcuts .first a {
	background: none;
}

#navigation {
	background: #373d53;
	margin: 0;
	padding: 2px 5px 0;
	margin-bottom: 35px;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
}

#navigation a {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 11px 5px;
}

#navigation a.current {
	background: #FFF;
	color: #373d53;
	padding-top: 4px;
	padding-bottom: 4px;
}

#navigation a.current:hover {
	text-decoration: none;
}
/* @end */

/* @group Form */
input[type=text] {
	border: 1px solid #CCC;
	padding: 1px;
}

input[type=submit] {
	border: 1px solid #b2bad0;
	background: #d5d9e3;
	color: #993e01;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 1px;
	height: 20px;
}

label.as-input-value {
	color:#666;
	cursor:text;
	left:5px;
	position:absolute;
	top:2px;
}
/* @end */

/* @group Popup */
#popup h1 {
	background: #FF9900;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
}
/* @end */

/* @group Listen */
ul {
	padding-left: 20px;
	margin-left: 0;
}

li {
	margin-bottom: 5px;
}
/* @end */

/* @group Sonstiges */
.two-columns {
	background: url(../img/line.png) repeat-y center top;
	margin-bottom: 15px;
}

.two-columns .left, .two-columns .right {
	width: 47%;
	padding: 5px 0;
}

.left, .bild-links {
	float: left;
}

.right, .bild-rechts {
	float: right;
}

img.left, .bild-links {
	margin: 5px 10px 10px 0;
}

img.right, .bild-rechts {
	margin: 5px 0 10px 10px;
}

.feed {
	padding-left: 18px;
	background: url(../img/feed.png) no-repeat left center;
}

.print {
	display: none;
}

#main > .feed {
	float: right;
	margin-top: -30px;
}

.mehr { }

.mehr:before {
	content: "» ";
}

.pagination {
	border-top: 1px solid #cbced8;
	margin: 10px 0 0;
	padding: 10px 0;
}

.pagination .prev, .pagination .next {
	color: #7a7771;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	padding: 3px 0;
}

.pagination .pages {
	float: right;
	padding: 0;
	margin: 0;
}

.pagination .pages li {
	float: left;
	font-size: 12px;
	list-style: none;
	margin-right: 3px;
}

.pagination .pages a, .pagination .pages span {
	border: 1px solid #993E01;
	display: block;
	line-height: 1;
	padding: 3px 5px;
	text-decoration: none;
}

.pagination .pages a:hover {
	text-decoration: underline;
}

.pagination .pages span {
	background: #993E01;
	color: #FFF;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @end */
