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

body {
	background-color: #000;
	font-family: Arial, sans-serif;
	color: #333;
/*  padding-top: 150px;*/
}

p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 16px;
}

h1,
h3 {
	font-size: 24px;
	line-height: 24px;
	color: #49f;
	padding-bottom: 24px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	color: #49f;
	font-weight: normal;
	text-transform: uppercase;
}

li,
td {
	font-size: 16px;
	line-height: 24px;
}

li {
	list-style-type: square;
	margin-left: 16px;
}

ul,
table {
	padding-bottom: 20px;
}

img {}

#wrapper {
	width: 800px;
	margin: 20px auto 20px;
	border: 5px solid #ddd;
	padding: 0;
	position: relative;
}

hr {
	color: #49f;
	background-color: #49f;
	height: 1px;
	border: 1px;
	margin: 24px 0;
}

#logo {
	height: 200px;
	overflow: hidden;
	z-index: 100;
}

#navigation {
	width: 800px;
	height: 32px;
	background: #666 url(../images/nav-bg.gif) repeat-x;
	overflow: hidden;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	padding: 8px;
	margin: 0;
	background: #666 url(../images/nav-bg.gif) repeat-x;
}

#navigation a:hover {
	background: #666 url(../images/over-bg.gif) repeat-x;
	color: #000;
}

#navigation a.a {
	background: #666 url(../images/sel-bg.gif) repeat-x;
	color: #fff;
}

#navigation a.a:hover {
	background: #666 url(../images/sel-bg.gif) repeat-x;
	color: #fff;
}

#content {
	background: #fff url(../images/content-bg.gif) repeat-y;
	padding-bottom: 200px;
}


#content a {
	text-decoration: none;
	background-color: #eee;
	color: #49f;
}

#content a:hover {
	background-color: #49f;
	color: #fff;
}

#main-content {
	width: 555px;
}

#side-bar {
	float: right;
	width: 240px;
}

#address {}

.padding {
	padding: 20px;
}

.clearer {
	clear: both;
}

.image {
  clear: left;
	float: left;
	padding-right: 20px;
}

.image img {
	border: 2px solid #ccc;
}

table td.time {
	padding-left: 20px;
}

table th {
	text-align: left;
}

table td.contract {
	padding-left: 20px;
}

.box {
	background-color: #def;
	padding: 20px;
}

.box h2 {
	text-transform: none;
	padding-bottom: 8px;
}

.box p {
	font-size: 13px;
	line-height: 19px;
}

/**/
#nikolausmuetze {
  left: 200px;
  position: absolute;
  top: -150px;
  z-index: 1000;
}
/**/

