/*normale Spalte über volle Breite ausdehnen, rechte ausblenden*/
#normal {
	width: 750px;
}
#right {
	display: none;
}
