/* -----> Fluss */
.clear{ clear: both; }
.clear_left{ clear: left; }
.clear_right{ clear: right; }

.flow_left{ float: left; }
.flow_right { float: right; }
/* <----- Fluss */


/* -----> Ausrichtungen */
.left{ text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.top{ vertical-align: top; }
.middle{ vertical-align: middle; }
.bottom{ vertical-align: bottom; }
/* <----- Ausrichtungen */


/* -----> Rahmen */
.border{
	border: 1px solid red;
	text-decoration: none; }
.noborder{
	border: none;
	text-decoration: none; }
/* <----- Rahmen */
