body {
}


h1 {
	font-family: BrandonText-Bold; 
	color: #111;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-family: BrandonText-Regular; 
	color: #111;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-family: BrandonText-Regular; 
	color: #111;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
}


h4 {
	font-family: BrandonText-Bold; 
	color: #111;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}

h5 {
	font-family: BrandonText-Regular; 
	color: #111;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}


.rahmen {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
}

.logo {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
margin-bottom: 50px;
	width: 250px;
	height: 250px;
}


a {
	color: #111;
	text-decoration:underline;
	font-family: BrandonText-Bold; 
}

a:hover {
	color: #66ff00;
	text-decoration:underline;
	font-family: BrandonText-Bold; 
}


.ueberschrift {
	font-family: BrandonText-Bold; 
	text-align: left;
	font-size: 1em;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}

.tabelle {
	font-family: BrandonText-Regular; 
	text-align: left;
	font-size: 1em;
	vertical-align:top;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: thin;
}

