@charset "UTF-8";
.Titel { /* fuer gallerie, siehe h3 tags */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-align: left;
}

.Lauftext { /*fuer gallerie, siehe katText */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

.Obertitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

.Copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	height: 101%;
}

body {
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	line-height: 1.88889;
	color: #555753;
	margin: auto;
	text-align: center;
	padding: 0;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #8B8378;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #8B8378;
}

a:hover,a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* gallery */

.galContainer {
	width: 900px;
	border: 0px solid #B3B2B2;
	position: relative;
	margin: auto;
}
.navContainer {
	width: 900px;
	border: 0px solid #B3B2B2;
	border-top: none;
	position: relative;
	margin: auto;
	font-weight: normal;
	text-align: justify;
	color: #CCCCCC;
}
.katItem {
	float: left;
	margin-right: 20px;
}
.katItem h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.katItem img {
	width: 210px;
	height: 140px;
	border: 0;
}
.katItemBorder {
	float: left;
}
.katItemBorder h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.katItemBorder img {
	width: 210px;
	height: 140px;
	border: 0;
}
.katText {
	width: 210px;
	border: 0;
	text-align: left;
	margin-top: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.galItem {
	float: left;
	width: 210px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0;
}
.galItemBorder {
	float: left;
	width: 210px;
	height: 140px;
	border: 0;
}

.picItem {
	text-align: center;
	display: block;
	width: 900px;
	height: 600px;
}

.clearFloat {
	clear: both;
}

.top {
	display: block;
	text-align: center;	
}
.last {
	float: left;
	text-align: left;	
}
.next {
	float: right;
	text-align: right;	
}
