/*Abständen*/
.top-200{
	margin-top: 200px;
}
.top-175{
	margin-top: 175px;
}
.top-150{
	margin-top: 150px;
}
.top-125{
	margin-top: 125px;
}
.top-100{
	margin-top: 100px;
}
.top-75{
	margin-top: 75px;
}
.top-50{
	margin-top: 50px;
}
.top-45{
	margin-top: 45px;
}
.top-40{
	margin-top: 40px;
}
.top-35{
	margin-top: 35px;
}
.top-30{
	margin-top: 30px;
}
.top-25{
	margin-top:25px;
}
.top-10{
	margin-top:10px;
}

/*Top negativ*/
.top-neg-150{
	margin-top:-150px;
}
.top-neg-100{
	margin-top:-100px;
}
.top-neg-75{
	margin-top:-75px;
}
.top-neg-60{
	margin-top:-60px; 
}
.top-neg-50{
	margin-top:-50px;
}
.top-neg-45{
	margin-top:-45px;
}
.top-neg-40{
	margin-top:-40px;
}
.top-neg-35{
	margin-top:-35px;
}
.top-neg-30{
	margin-top:-30px;
}
.top-neg-25{
	margin-top:-25px;
}
.top-neg-10{
	margin-top:-10px;
}

/*Abstände Bottom*/
.bottom-200{
    margin-bottom: 200px;
}
.bottom-175{
    margin-bottom: 175px;
}
.bottom-150{
    margin-bottom: 150px;
}
.bottom-100{
    margin-bottom: 100px;
}
.bottom-75{
	margin-bottom: 75px;
}
.bottom-50{
	margin-bottom: 50px;
}
.bottom-45{
	margin-bottom: 45px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-35{
	margin-bottom: 35px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-25{
	margin-bottom: 25px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-15{
	margin-bottom: 15px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-5{
	margin-bottom: 5px;
}

/*Spaltenangleichen*/

.offset-500{
    min-height: 500px;
}