/* ++++++++++++++  image float style ++++++++++++++ */
html{
	min-height: 100%;
}

body.contentpane.lp_bg{
min-height: 100%;
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWVkZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(255,255,255) 50%, rgb(229,237,248) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(255,255,255)), color-stop(100%,rgb(229,237,248)));
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(229,237,248) 100%);
background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(229,237,248) 100%);
background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(229,237,248) 100%);
background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(229,237,248) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5edf8',GradientType=0 );

}

.clear0{
	clear: both;
}
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.lp-abstandbox ul.listemithaken{
	padding: 0px 0px 0px 43px!important;
	margin: 20px 0px !important;
}

ul.listemithaken li {
    background: url(../images/haken.png) no-repeat scroll -5px -1px ;
	list-style-type: none;
    list-style: none outside none;
    padding-bottom: 6px;
    padding-left: 36px !important;
	line-height: 32px  !important;
	margin-bottom: 20px;
    padding-top: 6px;
}

.lp-content {

}

.lp-header{
	border-bottom: 1px solid #dddddd;
	margin: 0px 0 0;
    padding: 8px 0px;
}

.lp-contentbox {
    padding-top: 25px;
	border-bottom: 1px solid #dddddd;
}

.lp-content-links {
	float: left;
	width: 50%;
}

.lp-content-rechts {
	float: right;
	width: 50%;
}

.lp-abstandbox{
	margin: 0px 20px;
}

.lp-abstandbox h1{
	padding-top: 0px !important;
	line-height: 1.2em !important;
	margin-top: -7px !important;
}

.lp-footer{
	padding: 20px 0px 20px 20px;
}

ul.footerlist{
	padding: 0px !important;
	margin-top: 6px !important;
}

ul.footerlist li{
    background: url("/images/hakenbutton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    list-style: none outside none;
	margin-right: 20px !important;
    padding: 5px 0 5px 35px !important;
    text-align: left;
	display: inline-block;
}

.lp-content-rechts-footer {
	float: right;
	width: 60%;
}

.lp-content-links-footer {
	float: left;
	width: 40%;
}

.lp-content-rechts p{
	margin: 40px 0px;
}

.lp_tel{
	float:right;
}
.lp-imp{
	font-size: 10px;
}


/* NO DESKTOP */
@media (max-width: 700px){
	body{
		padding: 10px;
	}
	

	
	.lp-header, .lp-footer, .footerlist{
		text-align: center;
		display: inline-block;
		padding-left: 0px;
	}
	
	#main, .lp-footer{
		padding-bottom: 0px;
	}

	.lp-contentbox{
		padding-top: 0px;
	}
	
	.lp-abstandbox h1{
		margin: 0px !important;
		padding: 10px !important;
	}
	
	.lp_tel{
		float: inherit;
	}
	
	.lp-content-links, .lp-content-rechts, .lp-footer,
	.lp-content-links-footer, .lp-content-rechts-footer{
		width: 100%;
	}
	
	.lp-content-rechts-footer,
	.lp-content-links-footer{
		float:left;
	}
	
	.lp-content-links img{
		display: none;
	}
	
	.lp-content-rechts p{
		margin: 8px 0px;
	}
	
	.lp-abstandbox ul.listemithaken{
		margin: 15px 0px !important;
	}
	.lp-contentbox{
		padding-bottom: 0px;
	}
}

@media (max-width: 620px){
	ul.footerlist li{
		display: block;
	}
}

@media (max-width: 440px){
	.lp_logo{
		width: 100%;
	}
	.lp-abstandbox ul.listemithaken{
		padding: 0px !important;
	}
}