/* ----------------------------------------------------------------
	Tauern Touristik Contentseiten CSS
	Autor: Rene Grassegger
	Version: 1 02-2006
	Allg. Formatierungen, Layout,...
---------------------------------------------------------------- */
/* Allgmeine Formatierungen */
body {
	background: #fff;
	color: #000;
	font-size: 0.7em;
}

* {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Allgemeines Linkschema */
a:link, a:visited {
	color: #2d97d0;
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

/* Suchfeld */
#suchleiste {
	display: none;
}
/* ENDE Suchfeld */

/* Flashheader */
#flashheader {
	display: none;
}
/* ENDE Flashheader */

/* Navigation / Virtual Map */
#navi-c {
	display: none;
}

#navi-c ul {
	list-style: none;
}
/* ENDE Navigation / Virtual Map */

/* Content Area */
#content-c {
	width: 537px;
	float: left;
	margin-bottom: -15px;
	margin-right: 17px;
	margin-top: 35px;
	padding:0px 0px 0px 15px;
	line-height: 1.1em;
}

#content-c h1 {
	color: #70a91e;
	font-size: 1.25em;
	margin: 0 0 17px 0;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content-c h2 {
	color: #70a91e;
	font-size: 1.0em;
	margin: 0 0 5px 0;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content-c p {
	color: #333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

#content-c ul {
	list-style: none;
	margin: 10px 0 14px 15px;
}

#content-c ul li {
	background: url(/_static/layout/list-bg.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 11px;
}

html>body #content-c ul li {
	margin-bottom: 1px;
}

#content-c table {
	border-collapse:collapse;
	/*border: 2px solid #efefef;*/
	margin: 0 15px 10px 0;
}

#content-c table td {
	padding: 6px;
	/*border: 1px solid #efefef;*/
}

#content-c table.color {
	width: 100%;
}

#content-c table.color .header {
	background: #2898DF;
	color: #fff;
	font-weight: bold;
}

#content-c table.color td {
	background: #CCE6F4;
	border: 1px solid #000;

}

#content-c table.color td.dunkel {
	background: #56b1e3;
	color: #fff;
	width: 10%;

}


/* Bildergallerie */
div#content-c div#bildergalerie-img {
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


div#content-c div#bildergalerie-img img {
	border: 10px solid #efefef;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#content-c div#bildergalerie-img #bildtext {
	text-align: left;
	padding: 10px 0 0 15px;
}

/* ENDE Bildergallerie */

/* Newsletter */
#content-c .newsletter {
	border-collapse:collapse;
	margin-top: 2px;
}

#content-c .newsletter td {
	background: #d1eaf8;
	border: 1px solid #b3d2e3;

	padding: 6px;
}

#content-c .newsletter td #submit {
	background: #279dde;
	border: 1px solid #b3d2e3;
	color: #fff;
}
/* ENDE Newsletter */

/* Media-Bereich im Content */
#content-c #media-c {
	display: none;
}
/* ENDE Media-Bereich im Content */

/* ENDE Content Area */

/* Sidebar */
#sidebar {
	width: 186px;
	float: left;
	padding-top: 35px;
}

#sidebar img {
	width: 186px;
	padding-bottom: 7px;
}

/* Bildergallerie-Sidebar */
#bildergalerie-sidebar img {
	width: 90px !important;
	height: 68px !important;
	padding: 0 6px 6px 0;
}
/* ENDE Bildergallerie-Sidebar */


/* ENDE Sidebar */

/* Footer */
#footer {
	background: none;
	width: 600px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 12px;
	color: #333;
	margin-top: 15px;
}


#footer #drucken {
	padding-left: 0;
	background:none;
	height: auto;
}

html>body #footer {
	padding-bottom: 0;
	margin-bottom: 12px;
}

#footer img {
	float: none;
	margin-top: 0;
}
/* Ende Footer */