﻿@charset "utf-8";
/* CSS Document */
/* www.art-of-bonney.de */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF url(background_main_white.jpg) center repeat-y;
	text-align: center;
}
/* hier neu */
#nonfooter {
	position: relative;
	min-height: 100%;
}
* html #nonfooter {
	height: 100%;
}
/* hier nich mehr neu */
#container {
	width: 771px;
	border-top: 0px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 5px solid #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-bottom: 50px;
}
#head {
	height: 153px;
	width: 771px;
	margin: 0px 0px;
	padding: 0x;
	position: relative;
}
#navi {
	width: 771px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	position: relative;
}
#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: grey;
}
#navi li {
	float: left;
	width: 29.1mm;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navi a {
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
}

#navi a:hover, a:active, a:focus, a:white {
	color: #333333;
}
#content {
	visibility: visible;
	width: 771px;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px ;
	padding-bottom: 50px;
}
#content a {
	color: #000000;
	font: 1.0em Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
#content a:visited {
	color: black;
}
#content a:hover {
	color: grey;
}
#content a:active {
	color: grey;
}
#content a:focus {
	color: grey;
}
#content a.underline {
	text-decoration: underline;
}
#footer {
	width: 771px;
	height: 30px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: black;
}
#footer a:hover {
	color: grey;
}
#footer a:active {
	color: grey;
}
#footer a:focus {
	color: grey;
}
#footer p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: -30;
	color: #000000;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 1px;
	padding: 0;
	color: #000000;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 10px 20px;
	padding: 20px 0px 0px 0px;
	color: #000000;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	color: #000000;
}
hr {
	color: #000000;
}
.imgright {
	float: right;
	position: relative;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	border: none;
	text-align: right;
}
.red {
	color: #ff0000;
}
.grey {
	color: #333333
}
.datum {
	color: white;
	text-decoration: underline;
}
.sternchen {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.zentriert {
	text-align: center;
}
.kleineSchrift {
	font-size: 7pt
}
.großeSchrift {
	font-size: 14pt
}
.unterstrichen {
	text-decoration: underline;
}
.newspic {
	margin: 5px;
}
#shirt {
	position: absolute;
	top: 0px;
	right: 200px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
	width: 140px;
	height: 90px;
	overflow: hidden;
}
#shirt img {
	border: none
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
