@charset "UTF-8";
/* CSS Document */

body.gallery {
	background-color: #FFC37A !important;
}
#wrapper {
	background-image: url(images/papier.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1012px;
	margin: auto;
	position: relative;
}
#gallery {
	background: transparent !important;
	padding-top: 0;
}
#kopf {
	height: 75px;
}
#logo {
	position: absolute;
	left: 20px;
	top: 3px;
}
#kopf ul {
	text-align: center;
	background: url(images/bg_navi.jpg) no-repeat center;
	padding: 12px;
	margin: 0;
}
#kopf li {
	list-style-type: none;
	display: inline;
}
#kopf li a {
	font-family: "Arial Narrow", Impact, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 12px;
}
#kopf li a.aktiv {
	color: red !important;
}
td.BreadCrumb {
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 11px;
	color: white;
	font-weight: normal;
}
#topNavBar td.BreadCrumb div a {
	color: white !important;
	font-weight: normal;
	font-size: 11px;
}
#topNavBar td.BreadCrumb div a:hover {
	border-bottom: 1px solid red;
}
