/*
	Diese Datei enthält wichtige Stylesheets für die Themenseiten, die nicht geändert werden
	sollen, da sonst u.U. die Webseiten nicht mehr korrekt angezeigt werden können.
*/

body {
	background-attachment:fixed;
	margin-bottom:0; margin-left:0; margin-right:0; margin-top:0;
}
	img.headline {
		position:absolute;
	}
	div.imgscrp {
		width:924; height:668; position:absolute;
		overflow-x:hidden; overflow-y:scroll;
	}
		col.imgcol {
			vertical-align:top;
		}
			div.imgheader {
				width:410; overflow-x:hidden;
				text-indent:20;
			}
			div.imgbox {
				vspace:0; width:410;
				border-style:solid; border-width:5;
			}
				img.image {
					width:400; 
				}
				div.txtarea {
					font-size:small;
					overflow-x:hidden; overflow-y:scroll; padding:5;
					background-attachment:fixed;
				}