body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: Bitstream Vera Sans, Verdana, Arial, sans-serif;
	text-align:center;
}

a:link { font-weight:bold; color: #000000; text-decoration:none; }
a:visited { font-weight:bold; color: #000000; text-decoration:none; }
a:focus { font-weight:bold; color: #0000ff; text-decoration:none; }
a:hover { font-weight:bold; color: #0000ff; text-decoration:none; }
a:active { font-weight:bold; color: #0000ff; text-decoration:none; }

#small-logo {
  display: none;
}

img {
  border: none;
  margin: 2px 2px;
}

.logo {
	background: #ffffff url('/img/welle.jpg');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	text-align: center;
}

.logoimg img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align:center;
}

.content{
	background: #ffffff;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.story{
	text-align: left;
	background: #ffffff;
	width: 600px;

	margin-left: auto;
	margin-right: auto;
}

.footer{
   	clear :both;
	background: #f6f625 no-repeat;
	width: 100%;

	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

h1 {
	text-align: center;
}

dl.adresse {
	margin-left: 150px;
}
.address {
	text-align:left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

form input {
	margin-top: 5px;
	margin-left:50px;
	padding-left:0; padding-right:0;
}

form textarea {
	margin-left:50px;
	padding-left:0; padding-right:0;
}

.menu {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border: 2px solid black;
	width: 600px;
	font-weight: bold;
	color: red;
}

.date {
	font-size: 0.8em;
	text-align: right;
}


.menu ul {
	padding: 2px 2px;
	margin: 0 0;
}

.menu li {
	display: inline;
	padding: 0 5px 0 10px;
	border-left: 3px solid #000;
	border-right: 3px solid #fff;
	margin-left:auto;
	margin-right:auto;
}

.menu li:first-child {
	border-left: none;
}

.menu {
	text-align: center;
}

p.right {
  text-align : right;
}

.story img.right {
  float : right;
}

.story div.right {
  float : right;
}
.story div.left {
  float : left;
}

.story img.left {
  float : left;
}

.story img.center {
  float : none;
  display : block;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}

.story p.center {
  text-align : center;
}

div.wide {
  width: 600px;
}

.gallery{
	background: #ffffff;

	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.gallery img{
	float: right;
	margin: 0 0 10px 10px;
}

hr {
	clear: both;
	margin-bottom:5px;
}

.zeiten {
	margin-left: 150px;
}

.error {
	color: red;
	font-weight: bold;
}

.info {
  font-weight: bold;
  color: green;
}


.small {
	font-size: 0.8em;
}

abbr {
  text-decoration: none;
  border-bottom: none;
}

