/* fehlpixel.de, allgemeine CSS-Definitionen                                */
/*                                                                          */
/* (c) 2006-2011 by Dominik Schluetter <dominik@fehlpixel.de>               */

html {
	margin: 0; padding: 0;
}

body {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/* max-width: 70em; */
	width: 776px;
	color: #cccccc;
	background-color: #333333;
	font-family: trebuchet ms, verdana, sans-serif;
	position: relative;
	text-align: center;
}

#wrapper {
	/* Fix for IE 5.x who doesn't respect our body width ... */
	margin: 0;
	padding: 0;
	width: 776px;
	position: relative;
}

img {
	border: 0;
}

a:link {
	color: #ffffff;
	background: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	background: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	background: #cccccc;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	background: #333333;
	text-decoration: none;
}

.kopf {
	color: #ffffff;
	margin-bottom: 1em;
}

.kopf h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bolder;
	font-family: courier, courier new, monospace;
	letter-spacing: 0.5em;
	text-align: right;
	text-shadow: #000000 0 0 5px;
}

.kopf h2 span {
	color: #666666;
}

.kopf br {
	clear: both;
}

.kopf img {
	margin: 0 -45px 0 15px;
	float: right;
	/* Fix for IE6 to display the logo ... */
	position: relative;
}

.kopf .navbar {
	margin-bottom: 2em;
	border-bottom: 1px solid #666666;
	color: #cccccc;
	text-align: left;
	font-size: 0.9em;
}

.kopf .navbar a {
	text-decoration: none;
}

.content {
	margin: 0;
	padding: 0;
	text-align: center;
}

.content h1 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
}

.content p {
	text-align: left;
}

li {
	list-style-type: square;
	text-align: left;
}

.content div#bild {
	margin: 0 -100px;
}

.content div#bild p {
	margin: 1em auto;
	padding: 0.5em 0 0;
	width: 42em;
	text-align: center;
}

.content div#bild img {
	margin: auto;
	padding: 1px;
	background: #000000;
	border: 30px solid #ffffff;
	display: block;
}

.content div#bild img.polaroid {
	border: none;
}

.content div.icol {
	float: left;
	width: 200px;
	text-align: left;
}

.content div.icol img {
	border: 1px solid #cccccc;
}

.content div.tcol {
	margin-left: 200px;
	text-align: left;
}

.fuss {
	margin-top: 3em;
	color: #ffffff;
	clear: both;
}

.fuss p {
	font-size: 0.9em;
	text-align: center;
}


table.galerie {
	margin: 0 -10px;
	border-collapse: separate;
	border-spacing: 10px;
}

table.galerie thead td p, table.galerie tbody td p {
	height: auto;
	width: auto;
	text-align: right;
	color: #cccccc;
	background-color: #333333;
}

table.galerie tbody.slides td {
	height: 180px;
	width: 180px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #cccccc;
}

table.galerie img {
	margin: auto;
	display: block;
	border: 1px solid #000000;
}

table.galerie p {
	margin: 0.5em 0;
}

.pagination {
	color: #cccccc;
}

.pagination em {
	padding: 0 0.2em;
	color: #993333;
	font-style: normal;
	font-weight: bold;
}

.pagination a {
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	font-weight: bold;
	text-decoration: none;
}

.pagination span {
	padding: 0 0.2em;
	color: #333333;
}

table.galerie td p.up {
	font-weight: bold;
	text-align: left;
}

.up a, .up a:visited {
	color: #ffffff;
	background: #333333;
	text-decoration: none;
}
.pagination a {
	padding: 0 0.2em;
}

ul.metagallery {
	margin: 0;
	padding: 0;
}

ul.metagallery li {
	margin: 0;
	padding: 2em 20px;
	list-style-type: none;
	clear: both;
}

ul.metagallery li h2 {
	margin: 0 0 0 180px;
	padding: 0;
	font-size: 1.2em;
}

ul.metagallery li h2 a {
	text-decoration: none;
}

ul.metagallery li p {
	margin-left: 180px;
}

ul.metagallery li img {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	display: block;
	float: left;
}

