@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================== 
Beginn Body 
==============================================*/
@font-face{
	font-family: 'AR-BONNIE-FONT';
    src: url('AR-BONNIE-FONT.ttf') format('truetype');
}

body{
	color: black;
}

a {
	text-decoration:none; 
	color:black;
}
	
	a:focus, a:hover, a:active {
		color:#2E9AFE;
		}
	
ul {
	line-height: 1.3em;
	}

tr{
	line-height: 1.8em;
	}

p{
	padding-bottom: 1em;
	}

abbr, acronym{
	border-bottom: 0.1em dotted black;
	}
	
h1{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 3em;
	padding:0.75em 0 0.75em 0;
}

h2{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 2.5em;
	padding:0 0 0.75em 0;
}

h3{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 2em;
	padding:0 0 0.75em 0;
}

h4{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 1.6em;
	padding: 0.5em 0 0.5em 0;
}

h4{
	font-family: AR-BONNIE-FONT, arial, sans-serif;
	font-size: 1.4em;
	padding: 0.5em 0 0.5em 0;
}

/* =============================================== 
classes
==============================================*/
.kursiv{
	font-style:italic;
}

.left{
    text-align: left;
}

.footerlink{
	line-height:1.4em;
}

/* =============================================== 
Beginn Header 
=============================================*/

header{
	background-color:#ffffcc;
		}
		
#logo{
    height: auto;
	max-width: 14em;
	margin: 0.25em 0 0.25em 2em;
}
		
#header{
	max-width:64em;
	margin:auto;
}
		
#titelbild{
	max-width: 100%;
    height: auto;
	border-radius: 1em;
}


/* =============================================== 
Beginn leftcontent
========================================== */


/* =============================================== 
Beginn hauptcontent 
========================================== */

section{
	background-color:#ffffcc;

		}
		
#section{
	margin:auto;
	max-width:64em;
	overflow:hidden;
}

#inhalt{
	text-align:center;

}	

/* =============================================== 
Beginn Footer 
========================================== */

footer{
	background-color:#A4A4A4;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	line-height: 1.5em;
}

#footer_wrapper{
	margin:auto;
	overflow:hidden;
	max-width:64em;
}

#footer_links{
	margin:auto;
	overflow:hidden;
	padding: 0 0.5em 0 0.5em;
		}
		
#footer_info{
	float:left;
	margin-right: 2em;
}
		
/*#service{
	float:left;
	margin-right:2em;
}

#adresse{
	float:left;
	margin-right:2em;
}
*/
#oeffnungszeiten{
	float:left;
	margin-right:2em;
}
/*
#kontakt{
	float:left;
	margin-right:2em;	
}*/

#footer_embleme{
	float: right;
}

#embleme{
	display:block;
    height: auto;
	max-width:9em;
}

.phone{
	float:left;
	margin-right:17em;
}	

.mail{

}	

#copyright{
	float:right;
	font-size:0.75em;
	margin-right: 0.5em;
}	

.clear{
	clear:both;
}	