body {
	font-family: arial, helvetica, sans-serif;
}

h1 {
	text-align: center;
	font-size: 30px;
	color: #92758a;
}

h2 {
	text-align: center;
	font-size: 12px;
        color: #210592;
	padding-bottom: 40px;
	font-style: italic;
}

p.center {
	text-align: center;
	font-size: 24px;
	padding: 40px;
}

p.image {
	text-align: center;
}

a.top {
	text-decoration: none;
	color: #cc5544;
}

a.bottom {
	text-decoration: none;
	color: #92758a;
}

a.ext {
	text-decoration: none;
	border: none;
}

img {
	border: dotted black 1px;
        padding: 10px;
}

div.body {
	border: dashed #cccccc 1px;
	background-color: #f0f0f0;
	padding: 80px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

a.body {
	text-decoration: none;
	color: #dd1111;
}

hr.impressum {
	width: 50%;
	margin-top: 100px;
	color: #888888;
}

p.impressum {
	font-size: 10px;
	text-align: left;
	color: #888888;
	padding-left: 25%
}

.impressum a {
	text-decoration: none;
	color: #888888;
}

span.site {
	font-style: italic;
}

p.disclaimer {
	font-size: 12px;
	text-align: center;
	color: #666666;
}

.disclaimer a {
	text-decoration: none;
	color: #ff8888;
}

div.map {
	border: none;
	background-color: white;
	margin-left: 80%;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: none;
}


