@charset "utf-8";
/* CSS Document */



.contentseite h1, .contentseite h2, .contentseite h4 {padding: 20px 0 10px; font-weight: normal; color:#006eb6 }

.contentseite ul  {margin-left: 10px;}

.contentseite ul li {margin-bottom: 6px; list-style-image:url(img/dot_LIST.gif);}


/********************** BUTTON BLUE UP ********************************/

.buttonBlue {
	width: 40px;
	margin: -41px auto 0 auto;
	height: auto;
	position: relative;
	z-index: 10;

}
.buttonBlue img {
	width: 100%;	
}



/********************** Text / Bild ********************************/

#text-bild-bx { width:80%; height:auto; padding:0px; margin:0px}

#text-bild-bx img {    
	float: left;
	width:130px;
    display: inline;
    margin: 8px 30px 8px 0;}

	#text-bild-bx p { padding:10px 0px 0px 0px; margin:0px}


@media only screen and  (max-device-width : 460px) 
{
	#text-bild-bx p {width:90%}
}

