@charset "utf-8";

/* CSS Document */
/*@import url("content.css");
@import url("navigation.css");*/

/*-----------------------------------------------*/
@media print {
html,
body {
	background-color:#FFF;
	width:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333;
	font-size:12px;
}

#wrapper {
	width: 100%;
	margin:0 auto;
	padding:0;
	height:auto;
	position:relative;
}

#header {
	display:none;
}

#banner {
	display:none;
}

#wappen {
	display:none;
}

#wappen img,
#wappen a {
	border:none;
}

#container {
	width:960px;
	min-height:200px;
	height:auto;
	margin:0;
	padding:0;
}

#footer {
	border-top:2px solid #666;
	color:#a6a6a6;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	text-align:right;
}

/*--------------------------------------------------*/
#content_wrapper {
	width:100%;
}

#content {
	width:100%;
}

#column_left {
	display:none;
}

#column_right {
	display:none;
}



h1 {
	margin:10px 0;
	text-indent:0 !important;
	text-align:left !important;
	text-transform:none !important;
}
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}

.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
h2 {

	margin:10px 0;

}
table, th, td {border:1px solid black; border-collapse:collapse;}
table {margin:10px;}
td {padding:5px;}

}