﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
}

#wrapperall {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
	margin: 20px 0 25px 0;
}

/* linker Container */

#left {
	width: 158px;
	text-align: left;
	float: left;
	color: #000;
	font-size: 12px;
	border-right: 1px solid black;
}

#left a {
	text-decoration: none;
	color: #ffffff;
}

#search {
	height: 100px;
	padding: auto;
	background-color: #ffffff;
}

/* mittlerer Container */

#content {
	width: 630px;
	margin: 0 25px 0 25px;
	text-align: justify;
	font-size: 10pt;
	float: left;
}

# galerie {
	width: 450px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.contentright {
	width: 150px;
	margin: 15px 15px 15px 15px;
	text-align: left;
	font-size: 10pt;
	float: right;
	border: 1px solid #000079;
	padding: 5px;
}

#breadcrumb {
	position: absolute;
	width: 802px;
	height: 14px;
	padding: 2px 0 2px 15px;
	text-align: left;
	color: #000;
	font-size: 10px;
	overflow: visible;
	border-bottom: 1px solid black;
}

#breadcrumb a {
	color: #4aa3ff;
	text-decoration: underline;
}

/* rechter Container */

#right {
	width: 160px;
	margin-top: 30px;
	text-align: right;
	font-size: 10px;
	float: right;
}

#right p {
	padding: 3px;
	font-size: 10px;
	color: #000;
	text-align: left;
	border: 1px solid #000079;
	background: #fff;
}

/* Footer */

#footer {
	width: 1000px;
	padding: 5px 0 5px 0;
	color: #fff;
	text-align: center;
	font-size: 10px;
	background-color: #4aa3ff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/* Navigation links */

#navcontainer ul {
	margin: 20px 0 20px 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#navcontainer li {
	margin: 0;
}

#navcontainer a {
	display: block;
	width: 158px;
	margin: 4px 0 4px 0;
	padding: 4px 0 2px 0;
	color: #000;
	font-weight: bold;
	background-image: url('http://www.main-schweinfurt.info/images/nav1.png');
	background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover {
	background-image: url('http://www.main-schweinfurt.info/images/nav2.png');
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	width: 143px;
	padding: 4px 0 2px 17px;
}

#active a:link, #active a:visited, #active a:hover {
	color: #000;
	font-weight: bold;
	width: 143px;
	padding: 4px 0 2px 17px;
	background-image: url('http://www.main-schweinfurt.info/images/nav2.png');
	background-repeat: no-repeat;
}

/* Navigation oben */

#navigate {
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;
	margin-bottom: 60px;
	border-top: 1px solid #000079;
	z-index: 1;
}

#navigate ul {
	list-style-type: none;
	text-align: center;
	margin-top: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navigate li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navigate li a {
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #000079;
	text-decoration: none;
}

#navigate li a:hover {
	color: #000;
	border: 1px solid #000079;
	border-top: 2px solid #000079;
	border-bottom: 2px solid #000079;
}

#navigate li a#currrent {
	color: #000;
	border: 1px solid #000079;
	border-top: 2px solid #000079;
	border-bottom: 2px solid #000079;
}

/* Bilder */

.bildrechts {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #000079;
	background: #B2CCE5;
}

/* Überschriften */

h1 {
	text-align: center;
	font-size: 10px;
	color: #000;
	margin: 5px 0 20px 0;
	padding: 20px 7px 0 7px;
	border-top: 1px solid black;
}

h2 {
	text-align: left;
	font-size: 24px;
	font-style: oblique;
	font-variant: small-caps;
	color: #4aa3ff;
	margin: 30px 0 15px 20px;
}

h3 {
	text-align: left;
	font-size: 14px;
	font-style: oblique;
	font-variant: small-caps;
	color: #4aa3ff;
	margin: 10px 0 10px 20px;
}

h4 {
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border: 1px solid #000079;
	background: #000079;
}

h5 {
	text-align: left;
	font-size: 12px;
	font-style: oblique;
	font-variant: small-caps;
	color: #000079;
	margin: 0 0 10px 0;
}