/*************************************************************************************
Projekt: CMS für Windsurfing Urnersee

Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CFD5DA;
	overflow:-moz-scrollbars-vertical; /* Seitwätsverschiebung im Firefox verhindern */
}

a:link    { color: red }     /* noch nicht besuchter Link */
a:visited { color: blue }    /* schon besuchter Link   */   
a:hover   { color: lime} 	 /* Benutzer 'hovert'     */    
a:active  { color: lime }    /* Link wird ausgewählt   */
/* Main end **************************************************************************/ 



/* Page area **************************************************************************/
#page {
	width: 1048px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 1048px;
	height: 251px;
	background-image: url(img/header_bgr.jpg);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* headerLeft *************************************************************************/
#headerLeft {
	float: left;
	width: 691px;
}
/* headerLeft end *********************************************************************/



/* Logo *******************************************************************************/
#logo {
	float: left;
	width: 285px;
	height: 75px;
	padding-top: 100px;
	padding-left: 67px;
}
/* Logo end ***************************************************************************/



/* Address ****************************************************************************/
#address {
	float: left;
	width: 280px;
	color: #686A75;
	font-size: 0.65em;
	padding-top: 98px;
	padding-left: 43px;
}

#address p {
	padding-left: 0px;
	line-height: 1.3em;
}

#address a {
	color: #686A75;
	text-decoration: underline;
}

#address a:hover {
	color: #F4B303;
}

.boldText {
	font-weight: bold;
	color: #686A75;	
}
/* Address end ************************************************************************/



/* headerRight ************************************************************************/
#headerRight {
	float: left;
	width: 357px;
}
/* headerRight end ********************************************************************/



/* shop *******************************************************************************/
#shop {
	float: left;
	width: 200px;
	padding-top: 64px;
	padding-left: 110px;	
}

#shop a {
	color: #EDEDED;
	display: block;
	line-height: 35px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 65px;
}

#shop a:hover {
	color: #F4B303;
}
/* shop end ***************************************************************************/



/* Search *****************************************************************************/
#search {
	float: left;
	width: 245px;
	padding-top: 50px;
	padding-left: 25px;
	text-align: left;
}

#search input {
	/*-x-system-font:none;*/
	/*font-family:verdana,helvetica,arial;*/
	width: 50px;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
}
/* Search end *************************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-left: 20px; 
	text-align: left;
	font-size: 0.65em;
}

/* horizontal */
#navHelp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navHelp li {
	display: inline;
	color: #5C6267;
}

#navHelp a {
	color: #5C6267;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 2px;
}

#navHelp a:hover {
	/*color: #F4B303;*/
	color: #5C6267;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	/*color: #F4B303;*/
	color: #5C6267;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 1048px;
	background-image: url(img/site_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* siteSpacer *************************************************************************/
#siteSpacer {
	float: left;
	width: 42px;
	height: 500px;
}
/* siteSpacer end *********************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 928px;	/*963*/
	height: 35px;
	background-image: url(img/navMain_bgr.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	text-align: left;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* horizontal */
#navMain ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navMain ul li {
	float: left;
}

#navMain ul li a {
	display: block;
	color: #FFFFFF;
	line-height: 35px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

#navMain ul li a:hover {
	color: #F4B303;
	background-color: #2C3E46;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #F4B303;
	background-color: #2C3E46;
}
/* Main nav end ***********************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 649px;
	background-image: url(img/siteLeft_bgr.gif);
	background-repeat: repeat-x;
}
/* siteLeft end ***********************************************************************/



/* Site Image *************************************************************************/
#siteImage {
	float: left;
	width: 649px;
	height: 259px;
	/*background-image: url(site-bilder/neu1.jpg);
	background-repeat: no-repeat;*/
}
/* Site Image end *********************************************************************/



/* weatherTip *************************************************************************/
#weatherTip {
	float: left;
	width: 649px;
	height: 31px;
}

#weatherTipSpacer {
	float: left;
	width: 415px;
	height: 31px;
}

#weatherTipCollapse {
	display: none;
	float: left;
	width: 233px; 
	overflow: hidden;
	position: relative;
	top: -31px;
	left: 415px;
}

#weatherTipText {
	float: left;
	width: 100%;
	background-color: #FFE0A0;
	background-image: url(img/weatherTipText_bgr.gif);
	background-repeat: repeat-x;
	color: #454545;
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #C2C8CC;
	border-bottom: 1px solid #EDEFF1;
}

#weatherTipText h2 {
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
}

#weatherTipText p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 3px;
}
/* weatherTip end *********************************************************************/



/* contentSpacer *************************************************************************/
#contentSpacer {
	float: left;
	width: 45px;
	height: 250px;
}
/* contentSpacer end *********************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 550px;
	padding-top: 0px;
	padding-bottom: 30px;
	font-size: 0.7em;
	color: #383B49;
}

#content h1 {
	color: #383B49;
	padding-bottom: 15px;
	font-size: 2.1em;
	font-weight: normal;
}

#content h2 {
	color: #585D71;
	padding-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#content p {
	color: #383B49;
	font-size: 1em;
	line-height: 1.8em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #383B49;
}

#content ul li, #content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #383B49;
	text-decoration: none;
	font-weight: normal;
}

#content p a {
	padding-left: 14px;
	background-position: 0px 3px;
	background-image: url(img/links.png);
	background-repeat: no-repeat;	
}

#content a:hover {
	color: #383B49;
	font-weight: normal;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #383B49;
	font-weight: normal;
}

#content img {
	margin-bottom: 10px;
	border: 1px solid #58595A;
	_border: 0;
}

/* LightBox mit Bildlegende */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:-15px;
}

/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 190px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.csc-mailform-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
  display:none;
}

.csc-mailform-submit {
	/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */	
	margin-top: 10px;
	margin-left: 0px; 
	/* Float wieder abschalten */
	clear: both;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

/* Suche-Style */
.tx-indexedsearch {
	color: #383B49;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
	margin-top: 2px;
	margin-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox SELECT { 
	width:154px; 
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.tx-indexedsearch .tx-indexedsearch-icon IMG {
	margin-bottom: 0px !important;
	border: none !important;
}

/* Tabellen im Content */
#content .contenttable {
	width: 100%;
	border-collapse: collapse;
}

#content .contenttable tr {
}

#content .contenttable th, #content .contenttable td {
	padding-right: 15px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

#content .contenttable th p, #content .contenttable td p {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-bottom: 3px;
}

/* Personen-Porträts */
.csc-frame-frame1 {
	float: left;
	width: 245px;
	height: 105px;
	margin-right: 5px;
	padding-bottom: 25px;
}

.csc-frame-frame1 p {
	line-height: 1.4em !important;
}

.csc-frame-frame2 {
	float: left;
	width: 245px;
	margin-right: 5px;
}

.csc-frame-rulerBefore {
	clear: both;
}
/* Content end ************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 314px;
}
/* siteRight end **********************************************************************/



/* Sub1 nav ***************************************************************************/
#navSub1 {
	float: left;
	width: 314px;
	height: 259px;
	background-color: #55686F;
	text-align: left;
	text-transform: uppercase;
}

/* vertical */
#navSub1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
}

#navSub1 ul li a {
	color: #FFFFFF;
	font-size: 0.65em;
	display: block;
	padding-left: 50px;
	height: 30px; /* für IE6 */
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #6B7C82;
	background-position: 36px 10px;
	background-image: url(img/navsub.gif);
	background-repeat: no-repeat;
}

#navSub1 ul li a:hover {
	color: #FFFFFF;
	background-color: #2A3C44;
	background-position: 36px 10px;
	background-image: url(img/navsub_hover.gif);
	background-repeat: no-repeat;
}

#navSub1 ul li a.active, #navSub1 ul li a.active:visited {
	color: #FFFFFF;
	background-color: #2A3C44;
	background-position: 36px 10px;
	background-image: url(img/navsub_hover.gif);
	background-repeat: no-repeat;
}
/* Sub1 nav end ************************************************************************/



/* webcam *****************************************************************************/
#webcam {
	float: left;
	width: 100%;
}

#webcam_image {
	float: left;
	width: 100%;
	height: 259px;
}

#webcam_image img{
	/* margin-top: -32px; */
	margin-top: -47px;
	padding: 0px;
	_margin-top: -50px;	/* Abstand von oben für IE6, keine Ahnung warum */
	_margin-bottom: -3px;	/* Abstand unten für IE6, keine Ahnung warum */
}

.img_footer {
	position: relative;
	top: 212px;
	z-index: 10;
	height: 32px; 
	padding: 0px;
	background-image: url(img/bar.png);
	_background-image: url(img/blind.gif); 	/* Background nur für IE6 und darunter, weil er keine alphatransparentz kennt */
}

 .img_footer a {
 	color: #FFFFFF !important;
	font-size: 0.75em;
	display: block;
	line-height: 32px;
	padding-left: 35px;
	text-decoration: none;
 }
 
 .img_shadow {
 	position: relative;
	top: 0px;
	z-index: 10;
	height: 15px;
	padding: 0px;
	background-image: url(img/shadow.png);
	_background-image: url(img/blind.gif);  /* Background nur für IE6 und darunter, weil er keine alphatransparentz kennt */
 }
/* webcam end *************************************************************************/



/* newsBox *****************************************************************************/
#newsBox {
	float: left;
	width: 314px;
	background-color: #6D828B;
}

#newsBox h2 {
	color: #F4B303;
	font-size: 0.85em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 11px;
}

#newsBox p {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.7em;
	padding-bottom: 3px;
}

#newsBox a {
	color: #FFFFFF;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

#newsBox p a {
	padding-left: 14px;
	background-position: 0px 3px;
	background-image: url(img/news_links.gif);
	background-repeat: no-repeat;	
}

#newsBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
/* newsBox end *************************************************************************/



/* News ********************************************************************************/
#news {
	float: left;
	width: 245px;
	padding-top: 36px;
	padding-left: 35px;
	padding-bottom: 20px;
}
/* News end ***************************************************************************/



/* newsBox_separator ******************************************************************/
#newsBox_separator {
	float: left;
	width: 314px;
	border-top: 1px solid #FFFFFF;		
}
/* newsBox_separator end **************************************************************/



/* Weather ****************************************************************************/
#weather {
	float: left;
	width: 245px;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 15px;
}

#weather img {
	float: right;
	width: 64px;
	margin-top: -20px;
}
/* Weather  end ***********************************************************************/



/* newsBox_foot ***********************************************************************/
#newsBox_foot {
	float: left;
	width: 314px;
	height: 10px;
	background-position: top; 
	background-image: url(img/newsBox_foot_bgr.gif);
	background-repeat: no-repeat;
}
/* newsBox_foot end *******************************************************************/



/* Footer *****************************************************************************/
#footer {
	float: left;
	width: 1048px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #5C6267;
	font-size: 0.65em;
}

#copy a {
	color: #5C6267;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/