body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 14px;
}

a {  text-decoration: underline; color: #804000; }
a:hover { color: #000000; }
a img { border: 0px; }

h1 { font-size: 18px; margin: 0px 0px 10px 0px; padding: 0px; color: #000000; font-weight: bold; line-height: normal; }
h2 { font-size: 14px; margin: 0px 0px 10px 0px; padding: 0px; color: #333333; font-weight: bold; line-height: normal; }
h3 { font-size: 12px; margin: 0px; padding: 0px; color: #333333; font-weight: bold; }
p { margin: 0px 0px 10px 0px; line-height: 14px; font-size: 12px; }

/*
** Der Wrapper beinhaltet
** den kompletten Content
*/

div#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff; /*#999999;*/
	background-image:url(images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid #999999;
}

div#coordinates { 
	width: 890px;
	height: 20px;
	text-align: right;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
}
div#bus { 
	width: 900px;
	height: 90px;
	text-align: right;
	margin-top: 154px;
}

/*
** Navigationsleiste und Logo
*/
div#menu {
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	font-weight: bold;
}

/*
** Footer-Navigation
*/
div#footer {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #eeeeee;
	font-size: 10px;
	line-height: 12px;
	clear: both;
}
div#footermenu {
	width: 600px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;
	float: left;
}
	#footermenu ul { margin: 0px; padding: 0px; list-style: none; }
	#footermenu a { width: auto; color: #804000; text-decoration: none; }
	#footermenu a:hover, #footermenu ul li.active { color: #000000; }
	#footermenu ul li { width: auto; float: left; }

div#copyright { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;
	float: right;
}

/*
** Content Definitionen für
** die verschiedenen Seiten
*/

div#linkonlineshop {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

div#oeffnungszeiten { padding: 5px 0px 0px 20px; text-align: left; float: left; }
div#oeffnungszeitenk2 { padding: 5px; text-align: center; }
div#oeffnungszeitenpiccolo { padding: 5px; text-align: left; }
div#facebooktext { padding: 5px 5px 0px 0px; text-align: right; float: right; }
div#facebooklogo { padding: 0px 20px 0px 0px; text-align: right; float: right; }
div#content {
	margin: 0px;
	padding: 20px;
}

div#teamperson { margin-bottom: 5px; }
div#teamperson img { float: left; margin-right: 15px; border: 0px; }
div#teamperson p { float: left; width: 255px; margin-bottom: 0px; }

div#steckbrief { padding: 5px; background-color: #CCC; border: 1px solid #804000; }

/*
** Diverse Klassen und Definitionen
*/
div#clearer { clear: both; }

.hervorheben { font-weight: bold; color: #804000; }
.fehler { color: red }
.hinweis { color: orange }
.okay { color: green }

.klein { font-size: 9px }

a#button { background-color: #CCCCCC; padding: 2px 5px 2px 5px; border: 1px solid black; }
a#button:hover { background-color: #666666; padding: 2px 5px 2px 5px; border: 1px solid black; text-decoration: none; }

#eingabefeld { float: left; margin-right: 10px; }
#eingabekommentar { float: left; width: 400px; color: #666666; }

table#galerie td { border-bottom: 1px dashed #999999; }
table#galerie td { padding: 0px 5px 5px 0px; vertical-align: top; }
