/*********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
/********************************************************************************/ 





/****PAGE GRUNDBEREICH***********************************************************/   
/* Für alle ein margin und padding 0 setzen */
* {
	margin:0; 
	padding:0;
}

body {
   color: #000000; 
	background-color: #FFFFFF;
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
   text-align: center;  /* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
}

/* mit korrekte Reihenfolge der A-Tags  */
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   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 812px;
}
/********************************************************************************/ 





/****TOP-AREA BLOCK**************************************************************/   
#topArea {
	float: left;
	width: 812px;
	height: 27px;
	background-color: #D8DADC;
	background-image: url(img/background-line.gif);
	background-repeat: repeat-y;
	background-position: 645px;
}
/********************************************************************************/ 





/****SPRACHE BLOCK***************************************************************/   
#language {
   float: left;
	width: 175px;
	text-align: left;
	font-size: 1em;
	padding-top: 7px;
	padding-left: 15px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#language ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #FFFFFF;
}

#language li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #68676B;
}

#language a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #68676B;
	 font-weight: normal;
}

#language a:hover {
	text-decoration: underline;
	color: #68676B;
	font-weight: normal;
}

#language a.active:link, #language a.active:visited {
	color: #68676B;
	font-weight: bold;
}

#language .selected {
	font-weight: bold;
}
/********************************************************************************/





/****SUCHE BLOCK*****************************************************************/
#search {
	float: left;
}

#search form {
	margin-top: 1px;
}
/********************************************************************************/





/****LOGO BLOCK****************************************************************/   
#logo {
   float: left;
	width: 812px;
	height: 85px;
	background-color: #FFFFFF;
	background-image: url(img/gottardo-logo.gif);
	background-position: left bottom; 
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
   float: right;
	width: 455px;
	margin-top: 62px;
	padding-right: 3px;
	text-align: right;
	font-size: 1em;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#hilfsNav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #FFFFFF;
}

#hilfsNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #68676B;
}

#hilfsNav a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #68676B;
	 font-weight: normal;
}

#hilfsNav a:hover {
	text-decoration: underline;
	color: #68676B;
	font-weight: normal;
}

#hilfsNav a.active:link, #hilfsNav a.active:visited {
	color: #68676B;
	font-weight: bold;
}
/********************************************************************************/





/****HEADER BLOCK**********************************************************/   
#headerTop {
	float: left;
	width: 812px;
	height: 22px;
	background-image: url(img/header-top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#header {
   float: left;
	width: 812px;
	height: 168px;
	/* background-image: url(img/header_01.jpg); */
	background-position: left top;
	background-repeat: no-repeat;
}

#headerBottom {
	float: left;
	width: 812px;
	height: 44px;
	background-image: url(img/header-bottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
/********************************************************************************/



/****SITE-AREA BLOCK*************************************************************/ 
#breadcrumb {
	float: right;
	margin-top: 10px;
	padding-right: 3px;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#breadcrumb ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #FFFFFF;
}

#breadcrumb li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #AEAFB2;
}

#breadcrumb a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #AEAFB2;
	 font-weight: normal;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #AEAFB2;
	font-weight: normal;
}

#breadcrumb a.active:link, #breadcrumb a.active:visited {
	color: #AEAFB2;
	font-weight: bold;
}
/********************************************************************************/





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 812px;
}
/********************************************************************************/





/****NAVIGATIONS-AREA BLOCK******************************************************/   
#navArea {
   float: left;
	width: 175px;	
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	float: left;
	width: 175px;
	padding-bottom: 30px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#nav ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
}

#nav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#nav a {
    display: block; 
	 padding-left: 45px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 text-decoration: none;
	 height: 100%;
	 color: #504E53;
	 background-image: url(img/nav-passive.gif);
	 background-position: 20px center;
	 background-repeat: no-repeat;
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	color: #504E53;
	background-color: #F7F7F7;
}

#nav ul li a.active:link, #nav ul li a.active:visited {
	color: #BC0004;
	font-weight: bold;
	background-image: url(img/nav-active.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****SUB-NAVIGATIONS BLOCK*******************************************************/ 
#subNav {
	float: left;
	width: 175px;
	padding-bottom: 30px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#subNav ul {
	 margin: 0px;
	 padding: 0px;
	 padding-top: 30px;
	 font-size: 0.7em;
	 border-top: 2px solid #E6E7E9;
}

#subNav li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!! */ 
}

#subNav a {
    display: block; 
	 padding-left: 45px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 text-decoration: none;
	 height: 100%;
	 color: #504E53;
	 background-image: url(img/nav-passive.gif);
	 background-position: 20px center;
	 background-repeat: no-repeat;
}

#subNav ul li a:link, #subNav ul li a:visited {
}

#subNav ul li a:hover {
	color: #504E53;
	background-color: #F7F7F7;
}

#subNav ul li a.active:link, #subNav ul li a.active:visited {
	color: #BC0004;
	font-weight: bold;
	background-image: url(img/nav-active.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
}
/********************************************************************************/





/****ADRESSE BLOCK******************************************************/   
#address {
   float: left;
	width: 152px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 2px solid #E6E7E9;
}

#address p {
	font-size: 0.7em;
	color: #68676B;
}

#address a {
	color: #68676B;
	text-decoration: none;
}

#address a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****PROMOTION BLOCK****************************************************************/   
#promotion {
  	float: left;
	width: 175px;
	height: 80px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

/********************************************************************************/




/****CONTENT BLOCK***************************************************************/
#content {
	float: right;
	width: 597px;
	min-height: 350px;
	margin-bottom: 20px;
	padding-left: 17px;
	font-size: 0.7em;
	color: #68676B;
	border-left: 2px solid #E6E7E9; 
}

#content h1 {
	margin-bottom: 25px;
	font-size: 1.8em;
	font-weight: bold;
	color: #BC0004;
}

#content h2 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #BC0004;
}

#content p {
	margin-bottom: 20px;
	font-size: 1em;
	color: #68676B;
	line-height: 1.5em;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #68676B;
}

#content a {
	color: #BC0004;
	text-decoration: none;
}

#content a:hover {
	color: #BC0004;
	text-decoration: underline;
}

#content a.active:link, #content a.active:visited {
	color: #BC0004;
}

img {
	padding-bottom: 10px;
	text-decoration: none;
}


/* 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-SPEZIAL BLOCK*******************************************************/
#contentLeft {
	float: left;
	width: 410px;
}



#contentRight {
	float: right;
	width: 155px;
	padding: 10px;
	background-color: #EDEDED;
	border-top: 15px solid #BC0004;
}

#contentRight h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

#contentRight h3 {
	font-size: 1em;
}



#contentBottomLine {
	float: left;
	width: 410px;
	height: 0px;
	border-top: 2px solid #E6E7E9;
}

#contentBottomLeft {
	float: left;
	width: 198px;
	border-right: 2px solid #E6E7E9;
}

#contentBottomRight {
	float: right;
	width: 198px;
}

#contentBottomLeft h1, #contentBottomRight h1 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #BC0004;
}
/********************************************************************************/ 





/****CONTENT-SPACER BLOCK********************************************************/
#contentSpacer {
	float: left;
	width: 15px;
	height: 350px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 812px;
	height: 40px;
	margin-bottom: 20px;
	background-image: url(img/footer-background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0.7em;
}

#footer p {
	color: #8B8B8B;
	margin-top: 15px;
	text-align: center;
}

#footer a {
	color: #8B8B8B;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
