/*********************************************************************************
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; 
   text-align: left;   /* Seiteninhalt wieder links ausrichten */
}
/********************************************************************************/





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0;
	width: 600px;
}
/********************************************************************************/ 





/****TOP-AREA BLOCK**************************************************************/   
#topArea {
	display: none;
}
/********************************************************************************/ 





/****SPRACHE BLOCK***************************************************************/   
#language {
	display: none;
}
/********************************************************************************/





/****SUCHE BLOCK*****************************************************************/
#search {
	display: none; 
}
/********************************************************************************/





/****LOGO BLOCK****************************************************************/   
#logo {
   float: left;
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(img/gottardo-logo.gif);
	background-position: left bottom; 
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
	display: none; 
}
/********************************************************************************/





/****HEADER BLOCK**********************************************************/   
#headerTop {
	display: none; 
}

#header {
	display: none; 
}

#headerBottom {
	display: none; 
}
/********************************************************************************/



/****SITE-AREA BLOCK*************************************************************/ 
#breadcrumb {
	display: none;
}
/********************************************************************************/





/****SITE-AREA BLOCK*************************************************************/   
#siteArea {
   float: left;
	width: 812px;
}
/********************************************************************************/





/****NAVIGATIONS-AREA BLOCK******************************************************/   
#navArea {
	display: none;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	display: none;
}
/********************************************************************************/





/****SUB-NAVIGATIONS BLOCK*******************************************************/ 
#subNav {
	display: none;
}
/********************************************************************************/





/****ADRESSE BLOCK******************************************************/   
#address {
	display: none;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 597px;
	margin-bottom: 20px;
	padding-left: 0px;
	border-left: none;
}
/********************************************************************************/ 
 
 
 


/****CONTENT-SPEZIAL BLOCK*******************************************************/
#contentLeft {
	float: left;
	width: 410px;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	width: 597px;
	background-image: none;
}
/********************************************************************************/


