/*
	snow world züschen, relaunch 2007
	print-sheet
*/

/* main body and html styles */
body {
	margin: 0; 
	padding: 0;
	font-size: 12px;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}

/* support classes */
.clearing {
	clear: both;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

/* zentrierung */
div#zentrierung {
}

/* kopfbild */
div#kopfbild {
	display: none;
}

/* inhalt */
div#content {
}
div#links {
}
div#rechts {
	display: none;
}

/* überschriften */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin-bottom: 14px;
}
h2 {
	font-size: 16px;
	margin-bottom: 12px;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

/* navi unten */
div#fussnavigation {
	display: none;
}

/* layermenu 2 ebenen */
ul.menu {
	display: none;
}

/* fuss: strichgrafik */
img#fussstrich {
	display: none;
}

/* aufzählungen im inhaltsbereich müssen eingerückt werden */
div#content ul {
	padding-left: 25px;
}

/* der newsticker */
div.newsticker {
	display: none;
}
div#tickersrc {
	display: none;
}

/* google maps */
div.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}

/* navigation der 3. ebene */
div.dritte-ebene {
	display: none;
}

/* preistabellen */
table.preise {
	border: 1px solid #000000;
	width: 300px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.preise td {
	padding-top: 2px;
	padding-bottom: 2px;
}
table tr.tr-0 td {
	font-weight: bold;
	padding-right: 5px;
}
table td.td-0 {
	font-weight: bold;
	padding-right: 10px;
}
table.skiverleih {
	border: 1px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.skiverleih td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	border-top: 1px solid #000000;
}

/* flash-slideshow seite willkommen positionieren */
div.tx-slideshow-pi1 {
	display: none;
}