﻿html, body {
  height:100%;
} 

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.36em;
	font-size: 16px;
	background: #7D88C6;
}

figcaption {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #1783B2;
}

a:hover { color:#0044AA; }

h1 {
	color: #444;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
}


h2 {
	margin-top:0;
	color: #666;
}

.indent {
	padding: 0 3%;
}

.unterschrift {
	padding: 0 6%;
	text-align: right;
	font-style: italic;
}

.pagewrapper {
	max-width: 960px;
	box-shadow: 0 0 60px #000;
	margin: auto;
	background: #fafafa;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

.section-start {
	padding-top: 1%;
	padding-bottom: 1%;
}

.flagleiste {
	background: #2C3E50;
	padding-top: 1%;
	padding-right: 1%;
	text-align: right;
	margin: 0;
}

.flag {
	margin: 0;
}

.flagcss {
	margin: 4px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right; 
  background-color: #5F7284;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #5F7284;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #8092A5}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.header {
	background: #2C3E50;
	padding: 2%;
	margin: 0px;
	border: none;
}

.suchfeld {
	padding: 1%;
	text-align: center;
}

.right {
	margin-top: 0;
	text-align: right;
}

.titel { 
border: 0; 
width: 98%;
color: #000000;
background-color: #CCCCCC;
margin: auto;
}

.body { 
border: 0; 
width: 98%;
color: #000000;
background-color: #FFFFFF;
margin: auto;
}

.link { text-decoration:none; color:#000000; }
.link2 { text-decoration:none; color:#6666CC; }
.steuer { color:#000000; background-color:#DDDDDD; }
.highlight { color:#000000; background-color:#C9CCEE; }
.check { font-size:.9em; }
		
		

