body {
	line-height: 18px;
	font-size: 15px;
	line-height: 22px;
}

a, a.inactive{
	color: #000;
	outline: none;
	text-decoration: none;
}

a:active, a:focus, a:hover, a.active {
	color: #000000;
	outline: none;
	text-decoration: none;
}
#contentText{
	font-size: 16px;
}
p{
	font-size: 16px;
}
#contentText{
	width: 70%;
	text-align: left;
}
.wrapper {
		box-shadow: 0px 0px 12px #555;
		background-color: #fff;
		width: 1035px;
		margin-bottom: 75px;
	}

	.header{
		z-index: 9998;
		text-align: left;
		margin: 0;
		padding: 20px 30px 20px 30px;
	}
	.header ul {
		text-align: right;
		text-transform: uppercase;
		margin: 0;
		padding: 0px 0 0 0;
		
	}
	.header li {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 30px;
	}

	.navigation {
		z-index: 9999;
		padding: 0 30px 0 30px;
	}

	.contentAll {
		padding: 5px 30px 0 30px;
	}

	.footer {
		background: #00679c;
		height: 45px;
		margin: 5px 30px 30px 30px;
		padding: 0;
	}

	.footer-print {
		background: #00679c;
		margin: 0;
		padding: 15px 0 0 15px;
	}
.header {
	position: fixed;
	top: 0px;
	width: 1035px;
	background: #ffffff;
}
.header img {
	margin-top: -20px;
}
.navigation {
	position: fixed;
	top: 100px;
}
.contentAll {
	padding-left: 31px;
}
.contentAllTrennlinieOben {
	width: 100%;
}
#footer_content a{
	color:#fff;
}
#footer_contentMobil a{
	color:#fff;
}
#containerAddressPrint{
	display: none;
	z-index: 999999; position: fixed; margin-top: 30px; right: 0px; width: 32%;
}
.contentAllTrennlinieOben2{
	display: none; width: 100%;
}
.printable * {
   display: block;
}
@media (max-width: 640px) {
	body{
		width: 100%;
	}
	.navigation {
		width: 100%;
		top: 75px;
	}
	.wrapper {
		box-shadow: 0px 0px 12px #555;
		background-color: #fff;
	}

	.header {
		text-align: center;
		padding: 10px 30px 20px 30px;
	}
	.contentAll {
		padding: 15px 30px 0 30px;
	}
	
	.contentAll table{
		width: 100%;
	}
	.contentAll tbody{
		width: 100%;
	}
	.contentAll tr{
		width: 100%; display: inline-block;
	}
	.contentAll td{
		width: 100%; float: left; position: relative;
	}
	.contentAll img{
		width: 100%; height: auto; position: relative; float: left; padding-right: 0px;
	}
	.contentAllTrennlinieOben {
		height: 125px;
	}
	#contact_content{
		display: none;
	}
	#contentText{
		width: 100%;
	}
	h1 {
		font-size: 22px;
		color: #000000;
		padding-bottom: 2px;
	}

	h2 {
		font-size: 16px;
		color: #000000;
		padding-bottom: 0px;
	}

	.footer {
		background: #00679c;
		height: 45px;
		margin: 15px 0 0 0;
		padding: 0;
	}
	.wrapper {
		width: 100%;
	}
	.header {
		width: 100%;
	}
	.contentAll {
		width: 100%;
	}
	.footer {
		width: 100%;
	}
	.wrapper{
		box-shadow: 0px 0px 0px;
	}
	.row{
		min-width: 100%;
	}
	#containerImgMobile{
		display: inline-block;
	}
}

@media (min-width: 640px) {
	.wrapper{
		box-shadow: 0px 0px 12px #555;
	}
	.navigation {
		width: 1035px;
		top: 100px;
	}
	#contact_content{
		display: block;
	}
	.contentAll img{
		padding-right: 10px;
	}
	.contentAllTrennlinieOben {
		height: 155px;
	}
	.row{
		min-width: 1035px;
	}
	#containerImgMobile{
		display: none;
	}
}
