﻿@font-face {
	font-family: GermanBlackletters;
	font-style: normal;
	font-weight: normal;
	src: url(GERMANB0.eot);
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: brown;
	background-color: ivory;
}

p {
	width: 80%;
}

p.picture {
	font-size: 10px;
}

li {
	list-style-type: none;
	list-height: 150%;
}

h1 {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 36px;
	padding: 50px 0px 10px 0px; /*top right bottom left*/
	color: brown;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px;
	color: brown;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px;
	color: brown;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px;
	color: brown;
}

h5 {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 24px;
	padding: 10px 10px;
	color: brown;
}

a:link {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 22px;
	color: brown;
	padding: 10px 10px;
}

a:visited {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 22px;
	color: red;
	padding: 10px 10px;
}

a:hover {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 22px;
	color: brown;
	padding: 10px 10px;
}

a:active {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 22px;
	padding: 10px 10px;
}

a.picture:link {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 16px;
	color: brown;
	padding: 10px 10px;
}

a.picture:visited {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 16px;
	color: red;
	padding: 10px 10px;
}

a.picture:hover {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 16px;
	color: brown;
	padding: 10px 10px;
}

a.picture:active {
	font-family: GermanBlackletters, Verdana, sans-serif;
	font-size: 16px;
	padding: 10px 10px;
}

#content {
	position: relative;
	text-align: center;
	bacground: none;

}

.col1 {
	float: left;
	width: 370px;
	padding: 0 0 0 20px; /*top right bottom left*/
}

.col2 {
	float: right;
	width: 370px;
	padding: 0 20px 0 0; /*top right bottom left*/
}

.col3 {
	float: left;
	width: 240px;
	padding: 0 0 0 20px; /*top right bottom left*/
}

.col4 {
	float: right;
	width: 240px;
	padding: 0 20px 0 0; /*top right bottom left*/
}

.col5 {
	margin-left: 260px;
	margin-right: 260px;
	width: 240px;
	padding: 0 20px 0 20px;
}

#content ul {
	margin: 0px auto;
	padding: 0 0 0 0;
	list-style: none;
}

#content li {
	display: inline;
}


