.no-print {
	display: none;
}


/* Allgemeine Element-Formatierungen */
html, body, h1, h2, h3, h4, h5, h6, div, p, table, td, th, ol, ul, li, img, span, a, form, input, select, textarea, fieldset, label {
	border: 0px;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* Spezielle Element-Formatierungen */
body { font-size: 0.8em; }
input, select, textarea { border: 1px solid #95A3AE; }
ul { margin-left: 20px; }
ol { list-style-type: decimal-leading-zero; margin-left: 30px; }

/* Layout-Formatierungen */
#page {}
	#center {}
		#layout {}
			#top {
				/*border: 1px solid #000000;*/
				float: left;
			}
				#menue {
					float: left;
				}
					#menue a {
						color: #000000;
					}
				#top div.right {
					float: right;
				}
			#bottom {}
				#content {
					/*border: 1px solid #000000;*/
					float: left;
				}
					#content-margin {
						margin-top: 10px;
					}
						#content-left {
							float: left;
							width: 350px;
						}
						#content-right {
							float: right;
							width: 200px;
						}
/* Einzel-Formatierung */					
h1, .headline {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
.topline {
	font-size: 0.85em;
	font-weight: bold;
}
.body, .teaser {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
}
.body a, .teaser a {
	text-decoration: underline;
}
img.teaserimg_left {
	float: left;
	margin-right : 5px;
	margin-bottom: 5px;
}
img.teaserimg_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.more {
	clear: both;
	text-align: right;
}
div.news, div.news-left, div.news-right {
	/*border-bottom: 1px dashed #555357;*/
	margin-bottom: 1em;
}
div.news {
	width: 560px;
}
div.news-left {}
div.news-right {}
div.img-right {
	margin-bottom: 4px; 
}
.more, .back {
	display: none;
}
					
					
ol.radtour {
	line-height: 1.2em;
}
div.href a {
	text-decoration: underline;
}
