/* CSS Document */

/* +++ Druck Layout ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@page {
    size: portrait;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1cm;
    margin-right: 1cm;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* +++ HTML-Tags aufbereiten +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	color: #000;
	background-color: #fff;
	text-align: left;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	display: inline;
}


/* +++ Maintable ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#maintable {
	background-color: #fff;
	width: 13cm;
}

#links {
	display: none;
	width: 0cm;
}

#mitte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 13cm;
}

#rechts {
	display: none;
	width: 0cm;
}

#toolbar {
	display: none;
}

#copyright {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* +++ Teaser Standard +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++ Allgemeine Einstellungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.teaser {
	margin-bottom: 1cm;
}

.teaser .img_left {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

.teaser .img_right {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}

.teaser .zurueck_top {
	display: none;
}
/*
.teaser ul {
	display: none;
}
*/
/* +++ Erweiterungen Teaser - Radfahren, Wandern, Weitere Informationen, etc. ++++++++++++++++++++++++++++++++++++++ */

.teaser .weitere_informationen {
	background-color: #fcb;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	height: 1.3em;
}

.teaser .icons_rechts {
	float: right;
	display: inline;
	margin-left: 5px;
}

.teaser .img_abstand_unten {
	margin-bottom: 5px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* +++ Teaser 2 Elemente +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++ Allgemeine Einstellungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.teaser_2sp {
	margin-bottom: 1cm;
}


.teaser_2sp .img_left {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 5px;
}

.teaser_2sp .img_right {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.teaser_2sp ul {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* +++ Teaser Intro +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.teaser_intro {
	margin-bottom: 1cm;
}

.teaser_intro .img_left {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

.teaser_intro .img_right {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}

.teaser_intro ul {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

