/*
 * winterberg-touristik.de - typo3
 * 2006 mmenke@die-netzpiloten.de
*/

/* support */
div.clearing {
	clear: both;
}
div.clearing_spezial {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 2px;
	line-height: 2px;
}

/* flash ausblenden */
div.tx-slideshow-pi1 {
	display: none;
}

/* main body and html styles */
body {
	margin: 0;
	padding: 0;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
/* zentrierung */
div#zentrierung {
}

/* kopfbereich */
div#oben {
	display: none;
}

/* navigation oben */
div#navigation_oben {
	display: none;
}

/* navigation links - content rechts */
div#linke_spalte {
	display: none;
}
div#navigation_links {
	display: none;
}
div#content {
}
div#rechte_spalte {
	display: none;
}

div#content a img {
	border: 0 !important;
}

/* fusszeile */
div#fusszeile {
	display: none;
}

/* überschriften */
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 20px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 2px solid #000000;
}

/* content generell */
div#content {
	color: black;
}
div#content a {
	color: black;
}

/* templates 3er */
div.template_3er {
	border: 1px solid #000000;
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: relative;
}
div.template_3er div a img {
	display: none !important;
}
div.template_3er_letzter {
	margin-right: 0px !important;
}
div.template_3er div.container div.text {
	position: absolute;
	left: 0;
	top: 24px;
	padding: 10px;
	padding-bottom: 0;
	font-size: 12px;
}
div.template_3er div.container h2 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 4px;
	color: black;
	font-size: 15px;
}
div.template_3er div.container {
	position: relative;
}
div.template_3er div.container img {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div.template_3er div.hoehe150 {
	height: 150px;
}
div.template_3er div.hoehe200 {
	height: 200px;
}
div.template_3er div.hoehe212 {
	height: 212px;
}
div.template_3er div.hoehe250 {
	height: 250px;
}
div.template_3er div.hoehe300 {
	height: 300px;
}
div.template_3er div.hoehe350 {
	height: 350px;
}

/* 2 spalten nebeneinander */
div.template_2spalten div.links {
	width: 315px;
	margin-right: 15px;
	float: left;
}
div.template_2spalten div.rechts {
	width: 315px;
	float: left;
}

/* hinweis */
div#hinweis {
	display: none;
}