/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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%;
	font: inherit;
	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;
}
strong { font-weight: 700; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
.trenner {overflow:hidden; clear: both;border-bottom: 1px solid #ccc;}
* html .clear {height:1%}
img {border: none;}


body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 20px 0 40px 0;
}
#wrapper {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
}
#kopfbalken {
	position: relative;
	width: 980px;
	height: 115px;
	color: #216AE1;
}
#kopfbalken .logo {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
#kopfbalken h2 {
	font-size: 15px;	
	font-weight: 400;
	margin: 0 0 0 0;
}
#kopfbalken h3 {
	font-size: 20px;
	font-weight: 700;	
	padding: 25px 0 0 0;
	margin: 0;
}
#contentwrapper {
	position: relative;
	width: 980px;
	height: auto;
	-webkit-box-shadow: 3px 3px 20px #999;
	-moz-box-shadow: 3px 3px 20px #999;
	box-shadow: 3px 3px 20px #999;	
}
#navigation {
	position: relative;
	background-image: url(../img/bg-navi.png);
	height: 32px;
	width: 980px;
}
#navigation ul {
	list-style: none;
	margin: 0;
}
#navigation ul li {
	float: left;
	display: inline;
}
#navigation ul li a {
	display: block;
	padding: 9px 30px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
}
#navigation ul li a:hover {
	color: #fff;
	background-image: url(../img/trans.png);
}
#navigation ul li.aktiv a {
	font-weight: 700;	
}
#content {
	position: relative;
	width: 790px;
	min-height: 470px;
	z-index: 10;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	color: #333;
	font-size: 14px;
	padding: 60px 30px 30px 160px;
	line-height: 20px;
}
#content h1 {
	position: absolute;
	width: 800px;
	height: 800px;
	top: 100px;
	left: -765px;
	font-size: 70px;
	font-weight: 700;
	margin: 0 0 0 0;
	color: #216AE1;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-transform: uppercase;
}
#content h2 {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 5px 0;	
}
#content h3 {
	font-weight: 700;
	font-size: 22px;
	margin: 100px 0 25px 0;
	color: #666;
	float: right;
	display: inline;
	text-align: right;
	line-height: 28px;
}
#content h4 {
	font-weight: 400;
	font-size: 15px;
	color: #000;
	margin: 0 0 20px 0;
	float: right;
	display: inline;
	text-align: right;
}
#content p.startseite {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin: 20px 0 20px 0;
	float: right;
	display: inline;
	text-align: right;
}
#content .bildrechts {
	float: right;
	display: inline;
	margin: 60px 70px 0 30px;	
}
#content p {
	font-weight: 500;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 22px;
}
#content a {
	color: #216AE1;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;	
}
#content ul {
	list-style: url(../img/dot.png);
	margin: 0 0 20px 20px;
	font-size: 14px;
}
#content ul li {
	margin: 0 0 5px 0;
}
#content .zitat {
	font-size: 11px;
	font-weight: 300;	
}
.spalte1 {
	position: relative;
	float: left;
	display: inline;
	width: 48%;
}
.spalte2 {
	position: relative;
	float: right;
	display: inline;
	width: 48%;
}
#fuss {
	position: relative;
	width: 980px;
	height: auto;
	margin: 20px 0;
	font-size: 12px;
	text-align: right;
}
#fuss a {
	font-size: 12px;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
}
