* {
	margin: 0;
	padding: 0;
	font-family: "century gothic", sans-serif;
	list-style: none;
	text-decoration: none; 
	border: 0;
	text-rendering: optimizeLegibility;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(img/bkd_center.jpg) bottom no-repeat;
}

body {
	background: url(img/bkd_k.png) 0 0 repeat;
}

h1 {
	text-indent: -10000px;
	display: block;
	margin: 0 auto;	
	margin-top: 20px;
	width: 424px;
	height: 130px;
	background: url(img/logo.png) 0 0 no-repeat;
}

h2 {
	text-align: center;
	color: #101010;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}

hr.trenner {
	height: 4px;
	width: 980px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	background: url(img/trenner.png) 0 0 no-repeat;
}

/*----------- Logomatrix -------------------------------------------------------------*/

#lmatrix {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;	
	width: 920px;
	height: 160px;
	background: url(img/logos.png) 0 0 no-repeat;
}

/*----------- Bildermatrix -------------------------------------------------------------*/

#pmatrix {
	overflow: visible;
	width: 920px;
	margin: 0 auto;
	margin-top: 20px;
}

#pmatrix .gallery li {
	display: block;
	width: 172px;
	height: 272px;
	float: left;
	margin-right: 15px;
	margin-bottom: 40px;
	background: #000;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.41);
}

#pmatrix .gallery li:hover {
	-moz-box-shadow: 0 0 100px rgba(255, 255, 255, 0.41);
	-webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.41);
	box-shadow: 0 0 100px rgba(255, 255, 255, 0.41);
}

#pmatrix .gallery li.lastchild {
	float: left;
	margin-right: 0px;
}

.thumbnail {
	width: 170px;
	height: 170px;
}

/*----------- Bildermatrix Bild-Links -------------------------------------------------------------*/

#pmatrix .gallery li a.piclink {
	display: block;
	width: 170px;
	height: 170px;
	padding: 0;
	margin: 0;
	border: #000 1px solid;
}

#pmatrix .gallery li a:focus.piclink,
#pmatrix .gallery li a:hover.piclink {
	border: #fff 1px dashed;
}

#pmatrix .gallery li a:active.piclink {
	border: #fff 1px solid;
}

/*----------- Bildermatrix Text -------------------------------------------------------------*/

#pmatrix .gallery li p {
	display: block;
	width: 160px;
	padding: 5px;
	margin-top: 8px;
	font: normal 12px/15px georgia, sans-serif;
	line-height: 1.4;
	color: #8f8f8f;
}

#pmatrix strong {
	font: bold 12px/15px arial, sans-serif;
	color: #fff;
}

#pmatrix .gallery li span.linkfeld {
	padding: 2px 5px 8px 5px;
	margin-top: 4px;
	width: 162px;
	float: left;
	border-top: 1px dashed #2a2a2a;
}
/*
#pmatrix .gallery li span.linkfeld:hover {
	border-top: 1px solid #2a2a2a;
	background-color: #141414;
}*/

/*----------- Bildermatrix Text-Links -------------------------------------------------------------*/

#pmatrix a:link,
#pmatrix a:visited {
	font: normal 12px/15px georgia, sans-serif;
	color: #df8c44;
}

#pmatrix a:focus,
#pmatrix a:hover {
	color: #ffb74f;
	text-decoration: underline;
}

#pmatrix a:active {
	color: #d15403;
}

/*----------- Footer -------------------------------------------------------------*/

#footer {
	margin-top: 0px;
	clear: both;
	margin-bottom: 120px;
}

#footer ul {
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

#footer li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a:link,
#footer a:visited {
	color: #ccc;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #fff;
}

#footer p {
	margin-top: 30px;
	text-align: center;
	font: normal 10px/12px arial, sans-serif;
	color: #818181;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}