body {
font: 12pt Georgia, "Times New Roman", serif;
	background: #fff !important;
	color: #000;
	text-align: justify; /* Blocksatz */
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

a:link, a:visited {
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: none;
}

/* URLs nach den Links einblenden */
a[href]:after {
	content:" <"attr(href)">";
	background-color: inherit;
	color: #369;
	font-style: italic;
	font-size: 80%;
}

#topbar, #menu, #logobar, #werbung, .topbar_shadow, #footer {display: none;}
#footer_print {display: block;}
#container, #content {width: 100%;}
#footer {font-size: 70%;}

.box {
	width: 100%;
	font-size: 100%;
	font-family: inherit;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	padding: 0px;
}

	.shadow_tl, .shadow_tr, .shadow_tm, .shadow_bl, .shadow_br, .shadow_bm {
		display: none;
	}
	

	.shadow_ml {
		width: 100%;
		background-image: url();
	}
		
	.shadow_mr {
		background-image: url();
	}

	.box .container {
		background-color: inherit;
		border: 0px;
		overflow: hidden;
		margin-left: 10px;
		margin-right: 10px;
	}
	
		.box .container .header {
			width: 100%;
			height: 30px;
			background-color: inherit;
			background-image: url();
			font-size: 180%;
			font-weight: bold;
			border-bottom: 1px solid #000;
			overflow: hidden;
			padding: 10px;
		}
		
		.box .container .content {
			padding: 20px;
			line-height: 1.5;
			text-align: justify;
			height: 100%;
			font-size: 90%;
		}

#float_left, #float_right {
	float: none;
	width: 100%;
	margin-top: 0px;
}

