/* IFRAME */
div.iframeWrapper {
	overflow:hidden;
}

div.iframeWrapper iframe {
	width:99%;
	overflow:hidden;
}

/* TEASER */

div#teaser {
	width:220px;
	border-top:3px solid #fff;
	height:100%;
}

div#teaser img {
	margin:0 0 10px 0;
}

div#teaserContent {
	margin:11px 5px 0 10px;
}

div#teaserContent ul {
	list-style-type:disc;
	font-size:12px;
	margin:13px 0 20px 0px;
	color:#423522;
	font-weight:bold;
}

div#teaserContent ul li {
	line-height:19px;
}

div#teaserContent p {
	font-size:12px;
}

div#teaserContent img {
	margin:22px 0 0 0;
}

div#teaserContent div.bildunterschrift{
	font-size:12px;
	font-weight:bold;
	color:#423522;
}

div.bildunterschrift p {
	margin:2px 0 22px 20px;	
}

div#teaserContent table{
	margin:3px 0 10px 0;
	padding:0;
	font-size:12px;
	color:#423522;
}

div#teaserContent table tr td{margin:0;padding:0;}

/* LISTEN */

div#contentWrapper ul {
	list-style-type:disc;
	font-size:13px;
	margin:15px 0 15px 10px;
	color:#423522;
}

div#contentWrapper ul li {
	line-height: 19px;
}

/* TABELLEN */

table {
	margin:10px 0 10px 0;
	padding:0;
	font-size:13px;
	color:#423522;
}

table.tr {
	
}

table tr th {
	font-weight:bold;
}

table tr td {

}


div.Sitemap h2 {display:none;}

/********** NEWS ********/

iframe#news {
	border:0;
	height:3000px;
}

