/* ----- Head ----- */

#head {
	width: 960px;
	height: 389px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0 149px;
}

#teaser {
	clear: both;
	width: 285px;
	height: 178px;
	border-top: 15px solid #a7a9ac;
	border-left: 5px solid #a7a9ac;
	background-color: #5A5A5F;
	padding: 12px 15px 0 15px;
	color: #e5e6e9;
	font-size: 11px;
}

#teaser h2 {
	font-size: 12px;
	margin-bottom: 10px;
}

#teaser p {
	line-height: 16px;
}

#head a {
	color: #5c646a;
	text-decoration: none;
}

#head a:hover {
	color: #F00000;
	text-decoration: none;
}

/* ----- Ueberschrift ----- */

h1 {
	float: left;
	height: 119px;
	font-size: 1px;
	margin-bottom: 1px;
}

/* ----- Hilfs-Navigation ----- */

#subnavigation {
	float: right;
	list-style-type: none;
	font-size: 11px;
	height: 108px;
}

#subnavigation li {
	float: left;
}

#subnavigation li a {
	margin: 3px 0 2px 0;
	padding: 0 15px 0 15px;
	display: block;
	border-right: 1px solid #5c646a;
}

#subnavigation li a.last {
	padding-right: 0;
	border-right: 0px solid #5c646a;
}

/* ----- Haupt-Navigation ----- */

#navigation {
	clear: both;
	width: 960px;
	height: 29px;
	background-color: #a7a9ac;
	margin-bottom: 35px;
}

#navigation ul {
	/* float: right; */
	list-style-type: none;
	width: 640px;
	margin-left: 320px;
	font-size: 11px;
	margin-bottom: 0px !important;
}

#navigation li {
	float: left;
}

#navigation li a {
	margin: 0;
	padding: 7px 19px 8px 19px;
	display: block;
	background-color: #e5e6e9;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#navigation li a.last {
	border-right: 0px solid #e5e6e9;
	padding: 7px 20px 8px 20px;
}

#navigation li a:hover, #navigation li a.activePage {
	background-color: #f00000;
	color: #fff;
}