html, body, ul, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table {
margin:0;
padding:0;
border:0;
}

body {
	font-family: "Times", Times, serif;
	font-size: 100.01%;
	color: #000000;
	text-align:center; /*notwendig wegen IE 5.x*/
}

a img{
	border:0;
}
a {
	text-decoration:none;
	color:#000000;
}
#wrapper {
	width: 987px;
	margin-bottom: 60px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /*notwendig wegen IE 5.x; siehe auch body Defaults*/
}
#banner {
	background-image: url(../bilder/header.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 987px;
}

#footer {
	background-image: url(../bilder/footer.gif);
	height: 30px;
	width: 987px;
	float:left;
}

#footer_left {
	height: 30px;
	width: 665px;
	float:left;
}

#footer_nav
{
	width: 319px;
	height: 26px;
	float: left;
}
#body {
	background-image: url(../bilder/body.jpg);
	background-repeat: repeat-y;
	width:987px;
}
#nav1
{
	width:434px;
	height:35px;
	float:left;
}
#wappen
{
	width:117px;
	float:left;
}

#nav2
{
	width:436px;
	height:35px;
	float:right;
}

#trennleiste
{
	background-image: url(../bilder/trennleiste.gif);
	width:987px;
	height:57px;
	float:left;
}

p {
	font-size:120.1%;
}
.clearit {
	clear:both;
}


#content p{
	margin-left:100px;
	margin-right:100px;
}
#content {
	margin-left:0px;
}

#content h1{
	font-size: 160%;
	color: #000000;
	padding: 0;
	margin:0;
}
#content h2{
	font-size: 140%;
	color: #000000;
	padding: 0;
	margin:0;
}
.container {
	width:100%;
	float:left;
}

.image1 {
	margin: 20px 10px 20px 80px;
	border:0;
	float:left;
}
.image2 {
	margin: 0px 80px 30px 15px;
	border:0;
	float: right;
}
.image3 {
	margin: 0px 10px 20px 10px;
	border:0;
	float: left;
}


/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
	display:none;
}

.gallery
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: none;
}

.gallery ul.images
{
	list-style-type: none;
	border: none;
	padding: none;
}

.gallery ul.images li.image
{
	display: inline;
	line-height: 0;
}

.gallery ul.images li.image a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	margin: 14px;
	display: inline-block;
	background: white;
	padding: 3px;
	line-height: 0;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: 0px 0px 8px #AAA;
	-webkit-box-shadow: 0px 0px 8px #AAA;
	box-shadow: 0px 0px 8px #AAA;
	-webkit-transition: -webkit-box-shadow 0.1s ease-out;
	-moz-transition: -webkit-box-shadow 0.1s ease-out;
	-o-transition: -webkit-box-shadow 0.1s ease-out;
	transition: -webkit-box-shadow 0.1s ease-out;
}

.gallery ul.images li.image a img
{
	border: none;
	padding: none;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
}

.gallery ul.images li.image a:hover
{
	-moz-box-shadow: 0px 0px 8px #222;
	-webkit-box-shadow: 0px 0px 8px #222;
	box-shadow: 0px 0px 8px #222;
}

