/*************************************************************************************
Projekt: CMS für Katz Biking

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: #FFFFFF;
	background-image: url(img/body_bgr.jpg);
	background-repeat: repeat-x;
	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: 982px;
	margin: 0 auto;			/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	position: relative;
	width: 982px;
	height: 330px;
	background-image: url(img/header_bgr.jpg);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Language ***************************************************************************/
#language {
	float: left;
	width: 285px;
	height: 15px;
	padding-top: 25px;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* Level 1 - horizontal */
#language ul {
	 list-style-type: none;
}

#language li {
	display: inline;
	color: #FFFFFF;
}

#language a {
	color: #FFFFFF;
	text-decoration: none;
}

#language a:hover {
	color: #B4C80F;
	text-decoration: underline;
}

#language ul li .selected, #language ul li a.active:visited {
	color: #B4C80F;
	font-weight: bold;
	text-decoration: none;
}
/* Language end ***********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: left;
	width: 660px;
	height: 15px;
	padding-top: 25px;
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #FFFFFF;
}

#navHelp a {
	color: #FFFFFF;
	text-decoration: none;
}

#navHelp a:hover {
	color: #B4C80F;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #B4C80F;
	font-weight: bold;
	text-decoration: none;
}
/* navHelp ****************************************************************************/



/* Header Image ***********************************************************************/
#headerImage {
	float: left;
	width: 982px;
	height: 155px;
	/* background-image: url(img/headerimage_std.jpg); */
	background-repeat: no-repeat;
	background-position: 21px 9px; 
}
/* Header Image end ********************************************************************/



/* Logo ********************************************************************************/
#header .logo {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 197px;
	height: 191px;
	background-image: url(img/logo.png);
	_background-image: url(img/logo_IE.gif);  /* Bild nur für IE6 und darunter, weil er keine alphatransparenz kennt */
	background-repeat: no-repeat;
}
/* Logo end ***************************************************************************/



/* Main nav ***************************************************************************/
#navMain {
	float: left;
	width: 950px;
	height: 15px;
	padding-top: 35px;
	padding-left: 40px;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}

/* horizontal */
#navMain ul {
	list-style-type: none;
}

#navMain li {
	display: inline;
	color: #FFFFFF;
}

#navMain a {
	color: #FFFFFF;
	text-decoration: none;
}

#navMain a:hover {
	color: #B4C80F;
	text-decoration: underline;
}

#navMain ul li a.active, #navMain ul li a.active:visited {
	color: #B4C80F;
	font-weight: bold;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* Sub1 nav ***************************************************************************/
#navSub1 {
	float: left;
	width: 920px;
	height: 15px;
	padding-top: 19px;
	padding-left: 40px;
	text-align: left;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* horizontal */
#navSub1 ul {
	list-style-type: none;
}

#navSub1 li {
	display: inline;
	color: #FFFFFF;
}

#navSub1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#navSub1 a:hover {
	color: #B4C80F;
	text-decoration: underline;
}

#navSub1 ul li a.active, #navSub1 ul li a.active:visited {
	color: #B4C80F;
	font-weight: bold;
	text-decoration: none;
}
/* Main nav end ***********************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/site_bgr.jpg);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 240px;
}
/* siteLeft end ***********************************************************************/



/* Sub2 nav ***************************************************************************/
#navSub2 {
	float: left;
	width: 182px;
	font-size: 0.7em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	text-transform: uppercase;
}

/* vertical */
#navSub2 ul {
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 40px;
}

#navSub2 li {
}

#navSub2 a {
	color: #3F3F3F;
	display: block;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #FFFFFF;
}

#navSub2 ul li a:hover {
	color: #B4C80F;
	background-color: #949495;
}

#navSub2 ul li a.active, #navSub2 ul li a.active:visited {
	color: #B4C80F;
	font-weight: bold;
	background-color: #2A2A2A;
}
/* Sub2 nav end ***********************************************************************/



/* Newsletter *************************************************************************/
#newsletter {
	color: #3F3F3F;
	font-size: 0.8em;
	width: 176px;
	margin-left: 38px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#newsletter h1 {
	color: #007500;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-bottom: 7px;
}

#newsletter p a {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(img/links.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#newsletter a:hover {
	color: #007500;
	text-decoration: underline;
	font-weight: bold;
}

#newsletter a.active:link, #newsletter a.active:visited {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}

/* Newsletter end *********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 740px;
}
/* siteRight end **********************************************************************/



/* Content Spacer *********************************************************************/
#contentSpacer {
	float: left;
	width: 1px;
	height: 360px;
}
/* Content Spacer end *****************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 660px;
	margin-top: 0px;
	padding-left: 25px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
	font-size: 0.8em;
}

#content h1 {
	color: #007500;
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2 {
	color: #007500;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2 a, #content h2 a:hover {
	font-weight: normal;
}

#content p {
	color: #3F3F3F;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 12px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #3F3F3F;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}

#content p a {
	padding-left: 12px;
	background-image: url(img/links.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content a:hover {
	color: #007500;
	text-decoration: underline;
	font-weight: bold;
}

#content a.active:link, #content a.active:visited {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}

#content img {
	margin-bottom: 15px;
	border: 6px solid #E7E7E7;
	text-decoration: none;
}

#contentLeft {
	float: left;
	width: 425px;
}

#contentRight {
	float: right;
	width: 230px;
}

/* 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: 170px;
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 .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
	margin-left: 10px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/* Content end ************************************************************************/



/* News *******************************************************************************/
#news_head {
	float: left;
	width: 230px;
	height: 20px; 
	background-image: url(img/news_head_bgr.jpg);
	background-repeat: no-repeat;
}

#news_text {
	float: left;
	width: 185px;
	background-image: url(img/news_text_bgr.jpg);
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-bottom: 0px;
}

#news_text h1 {
	color: #B4C80F;
	font-size: 1.5em;
}

#news_text h2 {
	color: #B4C80F;
	font-size: 1em;
	font-weight: bold;
}

#news_text p {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-bottom: 3px;
}

#news_text a {
	color: #B4C80F;
	text-decoration: none;
	font-weight: normal;
}

#news_text p a, #news_text .moreLink {
   padding-left: 12px;
	background-image: url(img/news_links.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#news_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#news_text .news-latest-item {
	width: 160px;
}


#news_foot {
	float: left;
	width: 230px;
	height: 20px; 
	background-image: url(img/news_foot_bgr.jpg);
	background-repeat: no-repeat;
}

/* News end ***************************************************************************/



/* Footer *****************************************************************************/
#footer {
	color: #FFFFFF;
	float: right;
	background-image: url(img/footer_bgr.jpg);
	background-repeat: no-repeat;
}
/* Footer end *************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: right;
	width: 982px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 50px;
	color: #9C9D9F;
	font-size: 0.65em;
}

#copy a {
	color: #9C9D9F;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/