/*file_info*/

/*
	Farben
*/
.red{
	color:#B30505 !important;
	background-color:inherit;
}

.green {
	color:#00CC00 !important;
	background-color:inherit;
}

.black {
	color:#000000 !important;
	background-color:inherit;
}

.yellow {
	color:#FFFF00 !important;
	background-color:inherit;
}

/*
	Formatierungen
*/
.bold {
	font-weight:bold;
}

.small{
	font-size:0.9em !important;
}

.width_10{
	width:1em !important;
}

.width_15{
	width:1.5em !important;
}

.width_30{
	width:3em !important;
}

.width_90{
	width:9em !important;
}

.width_100{
	width:10em !important;
}

.width_110{
	width:11em !important;
}

.width_130{
	width:13em !important;
}

.width_150{
	width:15em !important;
}

.width_160{
	width:16.6em !important;
}

.width_190{
	width:19em !important;
}

.width_200{
	width:20em !important;
}

.width_210{
	width:21em !important;
}

.width_220{
	width:22em !important;
}

.width_230{
	width:23em !important;
}

.width_240{
	width:24em !important;
}

.width_250{
	width:25em !important;
}

.width_270{
	width:27em !important;
}

.width_290{
	width:29em !important;
}

.width_300{
	width:30em !important;
}

.width_320{
	width:32em !important;
}

.width_330{
	width:33em !important;
}

.width_350{
	width:35em !important;
}

.width_360{
	width:36em !important;
}


.width_450{
	width:45em !important;
}

.width_500{
	width:50em !important;
}

.width_570{
	width:57em !important;
}

.width_580{
	width:58em !important;
}

.margin_t_2{
	margin-top:0.2em !important;
}

.margin_t_5{
	margin-top:0.5em !important;
}

.margin_t_10{
	margin-top:1em !important;
}

.margin_t_20{
	margin-top:2em !important;;
}

.margin_t_30{
	margin-top:3em !important;;
}

.margin_t_40{
	margin-top:4em !important;;
}



.margin_t_50{
	margin-top:5em !important;;
}

.margin_t_70{
	margin-top:7em;
}

.margin_t_100{
	margin-top:10em;
}

.margin_t_200{
	margin-top:20em;
}

.margin_l_10{
	margin-left:1em;
}

.margin_l_20{
	margin-left:2em;
}

.margin_l_30{
	margin-left:3em;
}


.margin_l_40{
	margin-left:4em;
}

.margin_l_120{
	margin-left:12em !important;
}

.margin_l_140{
	margin-left:14em !important;
}

.margin_l_160{
	margin-left:16em !important;
}

.margin_l_170{
	margin-left:17em !important;
}

.margin_l_180{
	margin-left:18em;
}

.margin_l_200{
	margin-left:20em;
}

.margin_l_220{
	margin-left:22em;
}

.margin_l_230{
	margin-left:23em;
}

.margin_l_250{
	margin-left:25em;
}

.margin_l_260{
	margin-left:26em;
}

.margin_l_270{
	margin-left:27em;
}

.margin_l_300{
	margin-left:30em;
}

.margin_l_320{
	margin-left:32em;
}

.margin_l_330{
	margin-left:33em;
}

.margin_b_10{
	margin-bottom:1em !important;
}

.margin_b_20{
	margin-bottom:2em;
}

.margin_b_200{
	margin-bottom:20em;
}

.margin_r_10{
	margin-right:1em;
}

.margin_r_20{
	margin-right:2em;
}


.padding_l_20{
	padding-left:2em;
}

.padding_l_30{
	padding-left:3em;
}

.padding_r_20{
	padding-right:2em;
}

.padding_r_30{
	padding-right:3em;
}

.padding_r_50{
	padding-right:5em;
}

.padding_r_60{
	padding-right:7em;
}


.padding_r_150{
	padding-right:15em;
}



.center{
	text-align:center;
}

.right{
	text-align:right;
}

.ul_np{
	list-style-type:none;
}

.lh_15 {
	line-height:1.5em;
}


.lh_20 {
	line-height:2em;
}

.lh_25 {
	line-height:2.5em;
}

.lh_30 {
	line-height:3em !important;
}

.cursor_pointer {
	cursor:pointer;
}

.no_decoration{
	text-decoration:none !important;
}

.border_0{
	border:0 !important;
}

/*
	Floats
*/
.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clear{
	clear:both;
}

/*
	Cols
*/

.col_left{
     float: left;
     width: 14em;
     line-height: 2em;
}
.col_right{
    margin-left: 14em;
    line-height: 2em;
}	
