/* Layoutvariante 1
   Medienspalte breiter, Textspalte schmaeler
*/

#media {
	width: 250px;
}

#content {
	left: 480px;
	width: 700px;
}

#col1, #col2 {
	margin-left: 15px;
	margin-right: 15px;
	width: 590px;
}
h2, h3 {
	width: 100%;
}