* {
	box-sizing: border-box;
}

html {
	background-color:#e6ac39;
	/* background:
	radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #900 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
	radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, #900 10px, rgba(96, 16, 48, 0) 11px),
	#e6ac39;
	background-size: 20px 20px;
	color: black; */
}

body {
	margin: 0 auto;
	padding: 1%;
	max-width: 75em;
	font-family: verdana, arial, sans-serif ;
	font-size: 0.8em;
	border: 1px solid #aaa;
	border-top: 0;
	background: #ffc;
}

.skip {
	position: absolute;
	margin-left: -999px;
}

header {
	background: url(../img/header.jpg) 0 0 no-repeat #f60;
	height: 115px;
	margin: 0;
	padding: 0 1em;
	text-align: right;
	line-height: 40px;
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

header a#logo {
	color: white;
	background-color: transparent;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: normal;
}

header span {
	color: #600;
	padding: 2px 10px 2px 10px;
	border-radius:1em;
	border: 0;
	background: rgba(255, 255, 255, 0.4);
	line-height: normal;
	font-size: 0.32em;
	font-weight: normal;
}

a { 
	color: #600; /*   background-color: #fc0; */
	background-color: transparent;
	padding:2px 10px 2px 10px;
	border-radius:1em;
	font-weight:bold;
	line-height: 2.0em;
	text-decoration: none;
	text-align: center;
}
/* a:visited {color: #963; }*/
a:focus {
	background-color: yellow;
}

.NoBullets {
	list-style-type: none;
	padding-left: 0px;
}

main {
	padding: 0 2%;
	line-height: 1.5em;
}

section {
	display: inline-block;width:73%;
}

.aktuell {
	color: #900;
	font-size: 1.2em;
}

aside {
	width: 25%;
	float: right;
	clear: right;
	display : inline-block;
	padding: 0em 1% 1em;
	margin: 10em 1% 0 1%;
	border-left: 1px dotted #aaa;
	font-size: 0.9em;
	text-align: center;
}

aside a:hover,
aside a:focus {
	background-color: yellow;
}

aside dt {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	margin-top: 1em;
	border-top: 1px dotted #aaa;
}

aside dd {
	padding: 0;
	margin: 0.2em 0;
}

h1 {
	text-align: center;
	font-size: 2.7em;
	font-weight: normal;
	line-height: 0.8em;
	padding: 0.6em 0 0.2em 2%;
	margin: 0;
	border-bottom: 1px dashed #E6E6FA;
}

.small {
	font-size: 0.75em;
}

.xsmall {
	font-size: 0.5em;
}

.weinrot {
	color:#930;
}

h2 {
	font-weight: bold;
}

h3, h4 {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table,th,td {
	border: 1px solid black;
	border-collapse: separate; margin-top: 2em;
	text-align: center;
}

th {
	background-color: white;
}

dl {
	margin-bottom:50px;
}

dl dt {
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding:5px; 
	width:50%;
}

dl dd {
	margin:2px 0;
	padding:5px 0;
}

img { 
	border: solid 1px #aaa;
	padding: 1px;
}

.fleft {
	float: left;
	margin: 0 1em 0.2em 0;
	width: 33%;
}

.fleft1 { 
	float: left;
	margin: 0 1em 0.2em 0;
	min-height: 130px;
}

.fright {
	float: right;
	margin: 0 0 0.2em 1em;
	width: 33%;
}

.zentriert {
  text-align: center;
}

.zitat {
	color: #6a6a6a;
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
}

footer {
	clear: both;
	padding: 2%;
	text-align:center;
	border-top: 1px dotted #aaa;
}

footer .copy span {
	margin:0 auto;
	display:block;
}

footer a:hover,
footer a:focus {
	background-color: yellow;
	background: yellow;
}
nav ul {
	background-color: #f60;
	padding: 5px 5%;
	margin: 0;
	text-align: right;
	color: yellow;
}

nav ul li {
	font-size: 1em;
	display: inline;
	list-style-type: none;
	border-left: 1px solid white;
	padding: 0 .5em 0 .5em;
	font-weight: bold;
}

nav ul li a {
	color: white;
	background:transparent;
	padding:0.1em 1em;
	border-radius:0.2em;
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a:focus {
	color:green;
	background:yellow;
	opacity:0.8;
}

@media only screen and (max-width: 600px) {
nav ul {
	display:block;
	background:transparent;
	margin: 1em 0;
}

nav ul li {
	width:45%; margin: 5px 0;
}

nav ul li.active {
	padding:0 2em;
	background:green;
	border-radius:10px;
}

nav ul li a {
	display:inline-block;
	width:45%;
	color:#600;
	background:transparent;
	margin:3px 0;
	border: 1px solid #f60;
	border-radius:10px;
	text-align:center;
}

nav ul li a:after {
	display:none;
} 

section,
section.spalte, 
aside {
	float:none;
	display:block;
	width:100%;
}


.fleft,.fright {
	width:50%;
}
}