@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 150px) {
.image_start{
        max-width: 100%;
        max-height: 100%;
		
        display: block; 
    }
	
	.tab_2 {background-color: #7b8a92; border-radius:8px 3%;}
}

#scroll {
    position:fixed;
    right:10px;
    bottom:80px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#2e4652; // #3498db
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#8e343d;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

table.tab_linkleiste_kontakt td.tab_linkleiste_kontakt{
	{padding:0px; font-weight:bold; text-align:center; border:0px solid; border-color: #FFF;}
}



