/* 
ski-altastenberg.de - print
nov '05 mm@raut.de
*/

/* main body n html styles */
body {
}

/* schriftarten */
html {
	overflow: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: black;
	text-decoration: none;
}

/* browserspezifisches vereinheitlichen */
img {
	margin: 0px;
	padding: 0px;
	display: block;
}

/* zentrierung */
div#zentrierung {
}

/* rahmenbilder */
div#oben {
	display: none;
}
div.mitte {
}
div.mitte_weiss {
	display: none;
}
div#unten {
	display: none;
}

/* navigationscontainer */
div#navigationscontainer {
	display: none;
}

/* contentcontainer */
div#contentcontainer {
}

/* contentcontainer */
div#navigation {
	display: none;
}
div#leiste {
	display: none;
}

/* links und rechts im inhaltsbereich */
div#links {
	display: none;
}
div#rechts {
}

/* useful definitions */
br.clearboth {
	clear: both;
}

/* navigation 2. ebene */
div#links a {
	display: none;
}

/* überschriften */
h1 {
	color: black;
	border-bottom: 2px solid #0064a6;
	font-size: 18px;
	margin-bottom: 16px !important;
}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

/* bilder im content */
div#rechts img {
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-right: 8px solid #0064A6;
	border-top: 1px solid #E2E2E2;
}

/* webcambild */
img#webcam {
	width: 320px;
	height: 240px;
	margin-left: 0px;
	border: 0 !important;
	float: left;
	margin-right: 7px;
}

/* tabellen im inhaltsbereich */
div#rechts table {
	background-color: #F5F5F5;
	border: 1px solid #676767;
}
div#rechts table caption, div#rechts table thead {
	margin: 0;
	padding: 0;
	text-align: left;
}
div#rechts table caption {
	padding-bottom: 16px;
}
div#rechts table thead {
	background-color: #DB0002;
	color: white;
}
div#rechts table td {
	vertical-align: top;
}
div#rechts table td img, div#rechts table td table, div#rechts table td table td {
	border: 0 !important;
	margin: 0 !important;
}

/* liftstatus tabelle */
div#rechts table.liftstatus th,td {
	padding-right: 3px;
}
div#rechts table.liftstatus td.td-last {
	font-weight: bold;
}

/* newsletterbestellmöglichkeit links unter navigation 2. ebene */
div#links a.newsletter {
	display: none;
}
div#links a.newsletter img {
	display: none;
}

/* formularabstände minimieren/entfernen */
form {
	margin: 0;
	padding: 0;
}

/* newsletteranmeldung */
span.red {
	color: #DB0002;
}
span.black {
	color: black;
}

/* p */
p {
	margin: 0;
	padding: 0;
}

/* template liftbetrieb */
td.ja {
	font-weight: bold;
	background-image: url(../bilder/liftbetrieb/gruen.gif);
}
td.nein {
	font-weight: bold;
	background-image: url(../bilder/liftbetrieb/rot.gif);	
}

/* transp. bild oben über logo als verlinkung auf startseite */
img#naviclearbild {
	display: none;
}
a#navistartseitenlink {
	display: none;
}