/*********************************************************************************
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 */
  }

/* mit korrekte Reihenfolge der A-Tags  */
a:link    { color: #CC3300 }     /* noch nicht besuchter Link */
a:visited { color: #996666 }    /* schon besuchter Link   */   
a:hover   { color: #CC3300 } 	  /* Benutzer 'hovert'     */    
a:active  { color: #CC3300 }    /* Link wird ausgewählt   */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	width: 600px;
	background-image: none;
}
/********************************************************************************/ 





/****SCHATTEN-OBEN BLOCK*********************************************************/   
#shadowTop {
	display: none;
}
/********************************************************************************/





/****NAVIGATION BLOCK************************************************************/   
.navArea {
	width: 600px;
	background-image: none;
}
/********************************************************************************/





/****HAUPTNAVIGATIONS BLOCK******************************************************/   
.nav {
	width: 600px;
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
   float: left;
	width: 600px;
	background-color: #1F839C;
	background-image: none;
}

#headerImg {
	float: left;
	width: 600px;
	height: 50px;
	background-image: none;
}

#headerImg h1 {
	margin-top: 20px;
	padding-right: 30px;
}
/********************************************************************************/ 





/****ADRESS BLOCK****************************************************************/   
#adresse {
	display: none; 
}
/********************************************************************************/




/****CONTENTAREA BLOCK***********************************************************/   
#contentArea {
	width: 500px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/   
#content {
	width: 450px;
}
/********************************************************************************/





/****SCHATTEN-UNTEN BLOCK*********************************************************/   
#shadowBottom {
	display: none;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/   
#footer {
	width: 600px;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 
