/* padding */
.top_20 { padding-top:20px; }
.top_30 { padding-top:30px; }
.top_40 { padding-top:40px; }
.top_50 { padding-top:50px; }
.top_60 { padding-top:60px; }
.top_70 { padding-top:70px; }
.top_80 { padding-top:80px; }
.top_90 { padding-top:90px; }
.top_100 { padding-top:100px; }
.bottom_20 { padding-bottom:20px; }
.bottom_30 { padding-bottom:30px; }
.bottom_40 { padding-bottom:40px; }
.bottom_50 { padding-bottom:50px; }
.bottom_60 { padding-bottom:60px; }
.bottom_70 { padding-bottom:70px; }
.bottom_80 { padding-bottom:80px; }
.bottom_90 { padding-bottom:90px; }
.bottom_100 { padding-bottom:100px; }
.bottom_150 { padding-bottom:150px; }
.bottom_200 { padding-bottom:200px; }


/* float */
.float_left {
	float:left; 
	margin:0px; padding-right:20px; padding-bottom:20px;
}
.float_right {
	float:right; 
	margin:0px; padding-right:20px; padding-bottom:20px;
}


/* Content - width settings */
#content { WIDTH: 76em; }
#site-map { WIDTH: 76em; }
#overview { WIDTH: 44em; }
#summary { WIDTH: 44em; }
#additional-information { WIDTH: 44em; }
#contact-settings { WIDTH: 44em; }

