/* Ueberarbeitung */
.linkList {
	width: 135px;
}
.linkList h1 {
	margin-bottom: 0;
}
.linkList ul {
	list-style: none;
	padding-left: 0;
}
.linkList li {
	padding: 0;
	border-bottom: solid 1px #bbb;
	background: url('../img/linkList.gif') -5% 0 repeat-y;
	transition-property: background-position;
		-webkit-transition-property: background-position;
		-moz-transition-property: background-position;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
.linkList li:hover {
	background-position: 100% 0;
}
.linkList a {
	display: block;
	padding: 7px 13px;
	width: 100%;
}
/* Ueberarbeitung Ende */

.bodywrapper {
	width: 992px;
	padding: 0 8px;
	margin: 0 auto;
	overflow: hidden;
}

/* Kopfbereich */
header {
	height: 50px;
}
#pos {
	z-index: -1;
	position: absolute; top: 10px; left: 10px;
	padding: 8px 8px;
	font-size: 11px;
	line-height: 100%;
	border-radius: 17px;
		-moz-border-radius: 17px;
	box-shadow: 0px 0px 4px rgba(255,0,140,0.7);
		-webkit-box-shadow: 0px 0px 4px rgba(255,0,140,0.7);
		-moz-box-shadow: 0px 0px 4px rgba(255,0,140,0.7);
	transition-property: all;
		-webkit-transition-property: all;
		-moz-transition-property: all;
	transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
	color: black;
	background-color: white;
}
.posUnsichtbar {
	transform: rotate(180deg) scale(0);
		-webkit-transform: rotate(180deg) scale(0);
		-moz-transform: rotate(180deg) scale(0);
	opacity: 0;
}
.posSichtbar {
	transform: rotate(0) scale(1);
		-webkit-transform: rotate(0) scale(1);
		-moz-transform: rotate(0) scale(1);
	opacity: 1;
}
header ul {
	padding-top: 11px; /* 13 wären korrekt, Firefox interpretiert falsch */
	padding-left: 0;
	height: 37px;
	list-style: none;
}
header li {
	float: left;
}
header nav a, header nav a:link, header nav a:active, header nav a:visited {
	background-color: #000;
	color: #fff;
	font-size: 21px;
	padding: 13px 15px;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
	transition-property: color, box-shadow, background-color;
		-webkit-transition-property: color, -webkit-box-shadow, background-color;
		-moz-transition-property: color, -moz-box-shadow, background-color;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
header nav a:hover, header nav a:focus {
	color: #f0d;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition-property: color, box-shadow, background-color;
		-webkit-transition-property: color, -webkit-box-shadow, background-color;
		-moz-transition-property: color, -moz-box-shadow, background-color;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
#aktiverNavigationsLink {
	color: #4bc2f0;
}

/* Inhaltsbereich */
/* #content {} */
#sloganWrapper {
	margin: 25px auto;
	height: 100px;
	overflow: hidden;
}
#slogan {
	color: transparent;
	height: 26px;
	margin: 10px auto;
	margin-bottom: 32px;
	margin-top: 33px;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	background: url("../img/slogan.gif") 3px -8px no-repeat;
	transition-property: all;
		-webkit-transition-property: all;
		-moz-transition-property: all;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
#slogan:hover {
	height: 80px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: 3px 16px;
}
h1 {
	text-align: left;
	font-size: 16px;
	color: #f0d;
	border-bottom: solid 1px #444;
	margin-bottom: 0.7em;
}
h2 {
	text-align: left;
	font-size: 15px;
	color: #555;
	font-weight: bold;
}

/* Fußbereich */
footer {
	background: url('../img/footer-background.png') top no-repeat;
}
footer > * {
	margin-top: 35px;
	margin-bottom: 15px;
}
.footer1, .footer2, .footer3 {
	width: 274px;
	padding: 5px 10px;
	color: #aaa;
	background-color: transparent;
	font-size: 12px;
}
.boxshadow .footer1, .boxshadow .footer2, .boxshadow .footer3 {
	color: #999;
	background-color: #ddd;
	text-shadow: 0px 0px 2px rgba(230,230,230,1);
	border-radius: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
	box-shadow: inset 0px 1px 4px rgba(128,128,128,0.8);
		-webkit-box-shadow: inset 0px 1px 4px rgba(128,128,128,0.8);
		-moz-box-shadow: inset 0px 1px 4px rgba(128,128,128,0.8);
	transition-property: box-shadow, border-radius, background-color;
		-webkit-transition-property: -webkit-box-shadow, -webkit-border-radius, background-color;
		-moz-transition-property: -moz-box-shadow, -moz-border-radius, background-color;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
.boxshadow .footer1:hover, .boxshadow .footer2:hover, .boxshadow .footer3:hover {
	background-color: #eee;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	box-shadow: inset 0px 1px 0px rgba(128,128,128,0.5);
		-webkit-box-shadow: inset 0px 1px 0px rgba(128,128,128,0.5);
		-moz-box-shadow: inset 0px 1px 0px rgba(128,128,128,0.5);
	transition-property: box-shadow, border-radius, background-color;
		-webkit-transition-property: -webkit-box-shadow, -webkit-border-radius, background-color;
		-moz-transition-property: -moz-box-shadow, -moz-border-radius, background-color;
	transition-duration: 0.25s;
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
}
.footer1 {
	float: left;
	margin-left: 0;
}
.footer2 {
	float: left;
	margin-left: 50px;
}
.footer3 {
	float: left;
	margin-left: 50px;
}
footer a, footer a:link, footer a:active, footer a:visited {
	color: #888;
	font-size: 12px;
}
footer a:hover, footer a:focus {
	color: #f0d;
	font-size: 12px;
}
