* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}


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

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

/* noto-sans-600 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v27-latin-600.svg#NotoSans') format('svg'); /* Legacy iOS */
}




body {
	font-family: 'Noto Sans', arial, serif;
	font-size: 12px;
	color: #2E2E2E;
}
h1 {
	font-size: 22px;
	color: #00519e;
	margin-bottom: 25px;
}
h2 {
	font-size: 20px;
	color: #0370d7;
	margin-bottom: 25px;
}
p {
	color: #2d2d2d;
	margin-bottom: 25px;
}
.cleaner {
	clear: both;
}
.wrapper {
	width: 1020px;
	margin: auto;
}
.header {
	height: 80px;
	width: 1020px;
	background-image: url(../img/headerbg.png);
	padding-top: 52px;
}
ul.topnavi {
	width: 840px;
	margin: auto;
}
ul.topnavi li a {
	width: 120px;
	height: 48px;
	display: block;
	float: left;
	background-image: url(../img/naviverlauf.png);
	text-align: center;
	padding-top: 32px;
}
ul.topnavi li a {
	font-size: 14px;
	color: #989898;
	text-decoration: none;
}
ul.topnavi li a:hover {
	background-image: url(../img/act.png);
	color: #fff;
}
ul.topnavi li a.active {
	background-image: url(../img/act.png);
	color: #fff;
}
.subheader {
	height: 420px;
	width: 1020px;
}
.h_logo {
	height: 99px;
	width: 1003px;
	background-color: #efefef;
}
.h_content {
	width: 1020px;
	height: 273px;
	background-color: #efefef;
}
.h_content_ausrichten {
	width: 940px;
	height: 270px;
	margin: auto;
	background-color: #fff;
	border: 1px #e3e3e3 solid;
	position: relative;
}
.h_slider {
	width: 545px;
	background-color: none;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.h_slogan {
	height: 250px;
	width: 326px;
	background-color: none;
	float: left;
	margin-top: 10px;
	padding-left: 45px;
}
.h_slider ul li {
	display: block;
	height: 253px;
}
.h_slider ul {
	height: 253px;
}
.h_logo {
	padding-left: 17px;
	padding-top: 48px;
}
.h_logo img {
	float: left;
}
.h_name {
	float: left;
	padding-top: 10px;
	padding-left: 13px;
}
.name1 {
	font-size: 25px;
	color: #00519e;
	margin-left: -1px;
}
.name2 {
	font-size: 16px;
	color: #848484;
}
.h_slogan img {
	margin-top: 65px;
	margin-bottom: 35px;
}
.link_btn a {
	background-color: #00519e;
	color: white;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 14px;
}
.maincontent {
	background-color: #efefef;
	padding-top: 30px;
}
.content {
	background-color: #fff;
	width: 940px;
	margin: auto;
	border: 1px #e3e3e3 solid;
	min-height: 400px;
}
.content_l {
	width: 500px;
	float: left;
	padding: 40px;
}
.content_r {
	width: 360px;
	float: left;
	padding: 40px 0 40px 0;
	background-color: none;
}
.footer {
	background-color: #efefef;
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer_content {
	height: 500px;
	width: 940px;
	margin: auto;
	background-image: url(../img/footerbg.png);
	padding-top: 30px;
 
}
.footer_content h2 {
	font-size: 16px;
	color: white;
	margin-left: 45px;
	margin-bottom: 15px;
}
.footer_content p {
	font-size: 12px;
	color: white;
	margin-left: 45px;
}
.f_content_l {
	width: 415px;
	float: left;
}
.f_content_r {
	float: left;
}
/*kontakt*/
form#kontakt {
	background: none;
	color: #2d2d2d;
	line-height: 2;
	border: 0px solid #989898;
	margin: 0;
}
form#kontakt input, textarea {
	border: 1px solid #dad7d7;
	padding: 2px;
}
form#kontakt input:focus, textarea:focus {
	border: 1px solid #918e8e;
}
.pflichtfeld {
	color: #dad7d7;
}
label {
	position: relative;
	bottom: 2px;
	cursor: pointer;
}
label.davor {
	float: left;
	clear: left;
	width: 95px;
	text-align: left;
	margin-right: 10px;
}
input#anrede_herr, input#agb {
	padding-left: 0;
	margin-left: 105px;
}
.add_anschrift {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.formbtn {
	background-color: #00519E;
	color: white;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 105px;
}
.galerie_content {
	padding: 40px 0px 40px 40px;
}
.galerie_content a img {
}
.random_pic {
	float: left;
	width: 160px;
	min-width: 160px;
}
.random_adress {
	float: left;
	width: 175px;
	background-color: none;
}
.rendom_content {
	padding-bottom: 20px;
}
.bilder {
	padding: 5px;
	background-color: none;
	float: left;
	margin: 5px 61px 20px 0;
	border: 1px #efefef solid;
}
.fadder1 {
	font-family: arial;
}
.uebersichtlink {
	display: block;
	margin-top: 33px;
}
.uebersichtlink a {
	text-decoration: none;
	color: #2E2E2E;
}
.shadow {
	width: 1040px;
	background-image: url(../img/mainbg.png);
	margin: auto;
}

.content_l p a{color:#2D2D2D;}
.content_l p{font-size: 13px;}   
.f_content_l p{margin-bottom: 15px;}


.table{
  width:100%;
}
.table th{
       text-align: left;
}
.table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table th:first-child {
	text-align: left;
	padding-left:10px;
}
.table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table tr {
	text-align: left;
	padding-left:10px;
}
.table td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.table td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table tr:last-child td {
	border-bottom:0;
}
.table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.datenschutz a{
  color:#2E2E2E;
}