/* General Style */ 
body {
	background:#fefefe;
	font-size:100%;
	margin:0em;
	padding:0em;
}

h1 {
	font-size:1.5em;
	line-height:2.2em;
	font-family:Verdana;
	font-weight:100;
	color:#66331a;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:0.1em;
	text-align:left;
}
h2.kleiner {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:100;
	margin-left:0.25em;
	color:#66331a;
	
}
h2.mini {
	font-size:1.0em;
	line-height:1.1em;
	font-weight:100;
	padding-left: 1em;
	color:#66331a;

}
h3 {
	font-size:0.9em;
	line-height:1.4em;
	font-family:Verdana;
	font-weight: bold;
  color:#2F2D2C;
	margin:0em;
	padding-top: 1.0em;
	padding-left:1.0em;
	text-align:left;
}
h3.kleiner {
	font-size:0.9em;
	line-height:1.4em;
	padding:0.0em;
  color:#66331a;
	text-align:left;
}
h3.mitte {
	text-align:center;
}
p {
	line-height:1.25em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.0em;
	padding-top: 0.3em;
	text-align:left;
}
p.mitte {
    text-align:center;
}
p.fett {
    font-weight: bold;
}
p.kleiner {
    font-size:0.8em;
    line-height:1.2em;
}
p.randlos {
    padding-left: 0em;
    padding-right: 0.3em;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:square;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}
img.kleiner{
	width:50%;
	height:auto;
	max-width:50%;
}
img.dreizig{
	width:30%;
	height:auto;
	max-width:50%;
}
img.zwanzig{
	width:22%;
	height:auto;
	max-width:50%;
}
img.mini{
	width:15%;
	height:auto;
	max-width:15%;
}
img.Flagge{
	width:7%;
	height:auto;
	max-width:9%;
	padding-right: 0.3em;
}

a {
	text-decoration: none;
}
a.imtext:link {color:#66331a;  font-weight: bold; text-decoration:none; }
a.imtext:visited {color:#66331a; font-weight: bold; text-decoration:none; }
a.imtext:focus {color:#66331a; font-weight: bold; text-decoration:none; }
a.imtext:hover {color:#6d9164; font-weight: bold; text-decoration:none;  }
a.imtext:active {color:#66331a; font-weight: bold; text-decoration:none; }

a.ob:link {color:#66331a; font-weight: bold;  text-decoration:none; }
a.ob:visited {color:#66331a; font-weight: bold;  text-decoration:none; }
a.ob:focus {color:#66331a;  font-weight: bold; text-decoration:none; }
a.ob:hover {color:#6d9164; font-weight: bold;  text-decoration:none;  }
a.ob:active {color:#66331a; font-weight: bold;  text-decoration:none; }

a.footer:link {color:#66331a;  text-decoration:none; }
a.footer:visited {color:#66331a; text-decoration:none; }
a.footer:focus {color:#d19630;  text-decoration:none; }
a.footer:hover {color:#d19630; text-decoration:none;  }
a.footer:active {color:#66331a;  text-decoration:none; }

.minioben{
 font-size: 0.01em;   
}
.ka{
  display:none;
}
.keineanzeige{
  display:none;
}
.klaeren{
clear:both;
font-size: 0.01em;
}
.fett{
 font-weight: bold;   
}
.mitte{
 text-align:center;   
}
.weiss{
 color:#fefefe;   
}
.gold{
color:#66331a;
}

/* On Top Bar */
#menubar {
	display:block;
	background:#d7eac3;
	margin-top: -0.2em;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	background:#d7eac3;
	text-align:center;  
}
/* Navigation */ 
nav {
	display:block;
	height:2.8em;
	background:#66331a;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#d7eac3;
	font-size: 1.0em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}
nav ul li a:hover {
	background:#d7eac3;
	color:  #66331a;
	border-bottom: 0.288em solid #fefefe;
}
nav ul li a.active {
	border-bottom: 0.188em solid #66331a;
}
/* Content Area */ 
#main {
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	padding:0em;
	background-color: #fff;
}
 .nichtTransparent {
    padding: 0em; 
 }
#main article {
	display:inline-block; 
	width:94%; 
	background:transparent;
	vertical-align: top;
	margin:0em 0em 0em 0.5em;
	padding:1em;
	text-align:center;
}

#main article img {
	max-width:560px;
    box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px; 
}
#main article img.Flagge {
	max-width:30px;
    box-shadow:0px 0px 0px 0px #f00;
	border-radius: 0px;
	
}
#main article h2 {
	padding:1em 1.8em 1em 1.8em;
} 
.Box1er{
    display:inline-block;
	width:96%;     
    background:#fff;
	vertical-align: top;
	padding:0.5em;
	margin: 0em 0.0em 0.5em 0em;
	text-align:left;
    border: 0.12em inset #66331a;
}
.Box1ert{
    display:inline-block;
	width:96%;
    background:transparent;
	vertical-align: top;
	padding:0.5em;
	margin: 0em 0.0em 0.5em 0em;
	text-align:center;
    border: 0px inset #0f0;
}
.Box1er-3{
    display:inline-block;
	width:96%;
    background:transparent;
	vertical-align: top;
	padding:0.5em;
	margin: -3em 0.0em 0.5em 0em;
	text-align:center;
    border: 0px inset #0f0;
}
.Box1er-2{
    display:inline-block;
	width:96%;
    background:transparent;
	vertical-align: top;
	padding:0.5em;
	margin: 0em 0.0em 0.5em -2.0em;
	text-align:center;
    border: 0px inset #0f0;
}
.Box1Mitte{
  display:inline-block;
	width:70%;
  background:#fff;
	vertical-align: top;
	padding:0em;
	margin: 0em 0.0em 0.5em 0em;
	text-align:center;
  border: 0px inset #f0f;
   border-radius: 0.7em;
}                            


/* Footer */ 
footer {
	display:block;
	background:#d7eac3;
	text-align:center;
}

.footerBoxRahmen{
  display:block;
	width:100%;
	max-width:927px;
	text-align:left;
	margin:0px auto;
  border:#0ff solid 0px;
}
.footerBoxL{
  display:inline-block;
	width:77%;
	min-width: 250px;
	height: auto;
	font-size:0.9em;
	line-height:2.0em;
	padding: 0.2em;
	margin: 0.1em;
  border:#f0f solid 0px;
  text-align: left;
}
.footerBoxR{
  display:inline-block;
  width:23%;
  min-width: 150px;
  height: auto;
  font-size:0.9em;
	line-height:2.0em;
	padding: 0.2em;
	margin: 0.1em -3em 0.1em 0em;
  border:#00f solid 0px;
  text-align: left;
}
/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}

/* sitemap*/
.sitemapBox{
  display:inline-block;
	width:90%;
	background:transparent;
	vertical-align: top;
	margin:0em;
	padding:1.5em;
	padding-top:0.0em;
	text-align:left;    
}
.sitemapLinks{
  display:inline-block;
	width:32%;
	background:transparent;
	vertical-align: top;
	margin:0em;
	padding:1.5em;
	padding-top:0.0em;
	text-align:right;    
}
.sitemapRechts{
  display:inline-block;
	width:52%;
	background:transparent;
	vertical-align: top;
	margin:0em;
	padding:1.5em;
	padding-top:0.0em;
	text-align:left;    
}
