/*@charset "utf-8";*/
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0099FF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4D4D4D;
}
/* Allgemeine Style */
.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}
.normal {
	font-weight: normal;
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.gelb {
	color: #FFFF00;
}
/* Header mit Logo  ist in jeder Vorlage separat integriert*/
/* Horizontale Navigation */
#horizNav {
	height: 23px;
	padding: 6px 0 0 11px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#horizNav ul {
	width: 900px;
	list-style-type: none;
}
#horizNav ul li {
	float: left;
	margin-right: 10px;
}
/* Container 'content' enthält Pfad, Navigationsleiste und den eigentlichen Inhalt der Seite */
#container {
	width: 850px;
	background-color: #0099FF;
	background-image: url(../img/bg_container.jpg);
	background-repeat: repeat-y;
}
/* Pfad, der auf jeder Seite angegeben wird */ 
#pfad {
	width: 668px;
	float: right;
	padding: 20px 0 12px 0;
	font-size: 13px;
	color: #FFFFFF;
}
/* Navigationsliste */
#vertNav {
	width: 160px;
	height: 500px;
	float: left;
	background-image: url(../img/bg_vertNav.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#imgLinks {
	width: 160px;
	float: left;
}
/* Eigenschaften der img in der Navigationsleiste */
.imgLink {
	margin-left: 11px;
}
/* Ebene, die die Links in der linken Navigationsliste enthält */
#txtLinks {
	margin: 20px 6px 12px 11px;
}
/* Eigenschaften der Listen der linken Navigationsspalte */
/* 1. Ordnung */
#txtLinks ul {
	list-style-type: none;	
	font-size: 13px;
}
#txtLinks ul li {
	margin-top: 6px;
}
/* Listenpunkt 2. Ordnung */
#txtLinks li.ord2 {
	margin: 5px 0 0 12px;
	font-size: 12px;
}
/* Zum Gliedern der Links in Gruppen -> ListenItem mit Abstand */
#txtLinks .abstand {
	margin-top: 12px;
}
/* Styles für den Inhaltscontainer und inliegende Elemente */
#content {
	width: 670px;
	float: right;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Fotos allgemein (ohne gifs) */
#content .standardbild {
	border: 1px solid #FFFFFF;
	margin-bottom: 12px;
}	
/* Seitentitel */
#content h1 {
	font-size: 18px;
	color: #990000;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
}
#content h3 {
	font-size: 13px;
	color: #333333;
	margin-bottom: 6px;
}
#content p {
	margin: 0 20px 12px 0;
}
#content ul {
	margin: 0 0 12px 24px;
	list-style-image: url(../img/gr_listenPunkt.gif);
}
#content ul li {
	margin-bottom: 4px;
}
#content ol {
	margin: 0 0 12px 24px;
}
#content .adressBlock {
	width: 190px;
	margin: 0 20px 4px 0;
	float: left;
}
#content .adressBlock h2 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
}

/* Die linke Spalte in der Inhaltsbox content */
.leftColumn {
	width: 470px;
	float: left;
}
/* Die rechte Spalte in der Inhaltsbox content */
.rightColumn {
	width: 190px;
	float: right;
	color: #000000;
}
.rightColumn h2 {
	font-size: 13px;
	color: #333333;
	margin-bottom: 6px;
}
.rightColumn p {
	margin: 12px 0 8px 0;
}
#interessengruppen .rightColumn img {
	margin-bottom: 0;
}
#interessengruppen .rightColumn .bildLegende {
	font-size: 11px;
	margin-bottom: 10px;
}
#huetten .rightColumn img {
	margin-bottom: 20px;
}
/* Wegweiser mit Link zu Seitenanfang*/
#top {
	clear: both;
	height: 30px;
	padding: 6px 0 0 176px;
}
/* die Fussleiste */
#footer {
	clear: both;
	height: 10px;;
	padding: 0 0 20px 180px;
	xbackground-image: url(../img/bg_panorama.jpg);
	background-image: url(../img/bg_provisorisch.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}
/* Links der horizontalen Navigationsleiste */
#basis a, #aufstieg a, #aussicht a {
	text-decoration: none;
	color: #333333;
}
#basis a:hover {
	text-decoration: none;
	color: #339900;
}
#aufstieg a:hover {
	text-decoration: none;
	color: #0099FF;
}
#aussicht a:hover {
	text-decoration: none;
	color: #FF6600;
}
/* Alle Links im Inhaltstext */
#content a {
	color: #E8E8E8;
	text-decoration: none;
}
.tabelle {
	width: 100%;
}
.tabelle td {
	padding: 2px;
}
.tabelle .head {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333333;
	font-weight: bold;
}
.tabelleh2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
}
.eingerueckt {
	padding-left: 10px;
}
.trennzeile {
	height: 6px;
	font-size: 1;
	padding: 0;
	background-image: url(../img/bg_trennzeile.gif);
	background-repeat: repeat-x;
}
.formularTabelle {
	margin-top: 6px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	font-size: 13px;
}
.formularTabelle td {
	padding: 2px;
}
input, select, textarea {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.rueckmeldung {
	margin: 8px 0 8px 0;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.anleitung {
	font-family: Arial, Helvetica, sans-serif;
}
/* Tabellen Tourenleiter und Touren */
.tourenTabelle {
	margin-top: 4px;
}
/* Tabelle für die Liste der Touren */
.tourenTabelle td {
	font-size: 13px;
	color: #333333;
	padding: 4px 8px 4px 0;
	border-bottom: 1px solid #0066FF;
}
/* Touren-Detailtabelle */
.tourenDetailTabelle td{
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding: 4px 8px 4px 0;
}
.tourenDetailTabelle td.weiss {
	color: #FFFFFF;
}
/* News-Kasten (Auflistung) */
.news {
	width: 530px;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #0066FF;
	color: #000000;
}
/*Tabelle Clublokalreservation */
#cbTabelle {
	border: 1px solid #666666;
	background-color: #F5F5F5;
}
#cbTabelle td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Tabellenzellen erste Reihe mi den Std.-Angaben */
#cbTabelle .stdZelle {
	height: 24px;
	padding-bottom:10px;
	text-align:center;
	font-size:10px;
	color: #FF0000;
	background-image: url(../img/gr_stdTrenner.gif);
}