﻿body {
	background-color: #f2f1f0;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: #ffffff;
	
	font-size: medium;
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

a:link {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:visited {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:hover {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:active {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}



h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
}

#kopfleiste {
	background-color: #6699FF;
	width: auto;
	height: auto;
	margin-bottom: 5px;
	padding-left: 10px;
	<!--font-size: 1.3em;-->
	font-size: 220%;
	line-height: 1.8em;
	border-radius: 5px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	<!--text-shadow: 2px 3px 3px #2E2E2E;-->
}

#kopfleiste h1 {
	
	font-size: 180%;
	line-height: 40px;

	<!--[if IE]
	display: block;
	filter: dropshadow(color=#2E2E2E,offX=2,offY=3);
	<![endif]-->
	

}
#kopfleiste h2 {
	
	font-size: 140%;
	line-height: 24px;

	
}

#menu {
	background-color: #FAF9F8;
	
	width: auto;
	height: auto;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	margin-bottom: 5px;
	margin-right: 0px;
	
	font-size: 1.1em;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #FAF9F8;;
	float: none;
	
	color: #000000;
}

#menu ul {
	list-style-type: auto;
	padding:0;
}

#menu li {
	background-color: none;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#2E2E2E,offX=2,offY=3);
	<![endif]-->
}

#menu li.current {
	color: #FAF9F8;
	background-color: #6699FF;
}

#inhalt {
	background-color: #ffffff;
	
	width: auto;
	height: auto;
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	color: #555555;
	border-radius: 5px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



