.container_12{
	margin: 0 auto;
}
header{
	margin:0;
}
body{
	background: #ffe;
}
article{
	background: rgba(255,255,255,1);
	border: 0.02em solid #555;
	border-top: 0.2em solid #555;
	padding:2%;
	overflow-x: hidden;
}
p a, p a:visited, td a,td a:visited{
	color:#275b9b;
	text-decoration:none;
}
.tren{
	width:100%;
	height:0.1em;
	background:#555;
}
article .tren{
	box-shadow: 0 0 0 #000;
}
.clear{
	height:1em;
}
h1, h2, h3, h4, h5, h6{
	color:#275b9b;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-family: 'Abril Fatface', cursive;
	font-size: 3em;
	float:right;
	color:#fff;
}
h2{
	font-size:2em;
}
h3{
	color: #275b9b;
	font-size:1.5em;
}
h4{
	font-size:1.25em;
}
p{
	font-family: 'Merriweather', serif;
	font-size:1em;
}
footer a{
	color:#fff;
	text-decoration:none;
	font-family: 'Merriweather', serif;
	font-weight:700;
	border-radius: 0 0 0.5em 0.5em;
  	text-shadow: 0.2em 0.2em 1em #000;
	font-size:0.8em;
}
footer p a:visited, footer p a:visited{
	color:#fff;
	text-decoration:none;
}
footer p{
	color:#fff;
	font-size:0.8em;
}
table{
	width:100%;
}
td{
	padding:0.2em;
	font-family: 'Rambla', sans-serif;
}
th{
	font-family: 'Khand', sans-serif;
	background:#888;
	color:#000;
	font-weight:500;
}
tr{
	height:1.1em;
	border-bottom: solid 0.2em #888;
}
td, th{
	padding-left:0.2em;
}
header img{
	max-width:100%
}

img{
	max-height:100%;
	max-width:100%;
}
.grau{
	background: #777;
}
.dunkel-grau{
	background: #555;
}
.farbe{
	background:#275b9b;
}

nav ul li a, nav ul li a:visited{
	color:#555;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	font-size:1em;
}
.nave li{
	padding:0.3em;
	font-size:1em;
}
.nave a:hover, nav ul li ul li a:hover{
	color:#000;
}
.nave ul li a:visited{
	color:#555;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
nav ul ul {
  margin: 0; 
  padding: 0;
  position: absolute;
  top: 1em; 
  z-index: -1;
  background: #ffe;
}
 
nav ul li:hover ul {
  z-index: auto;   /*  Unternavigation einblenden */
  border-bottom: 0.2em solid #555;
}
nav ul li ul li a, nav ul li a{
	font-size: 0.9em;
	font-family: 'Montserrat', sans-serif;
}
.achtung h3, .achtung h4{
	color: #a33;
}
.gestrichen{
text-decoration: line-through;
}