﻿/*********************************************************************************
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;
   text-align: left;   /* Seiteninhalt wieder links ausrichten */
	background-image: none;
}
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0;
	width: 600px;
}
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
	display: none;
}
/********************************************************************************/





/****SITE BLOCK*****************************************************************/   
#site {
	width: 600px;
	background-image: none;
}
/********************************************************************************/





/****CONTENT-AREA BLOC***********************************************************/
#contentArea {
	float: left;
	width: 600px;
}
/********************************************************************************/





/****HILFS-NAVIGATION BLOCK******************************************************/   
#hilfsNav{
	display: none;
}
/********************************************************************************/





/****NAVIGATIONS-AREA BLOCK******************************************************/   
#navArea {
	display: none;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	display: none;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/
#content {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/********************************************************************************/ 
 




/****CONTENT-SPACER BLOCK********************************************************/
#contentSpacer {
	display: none;
}
/********************************************************************************/ 





/****FOOTER BLOCK****************************************************************/
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
}
/********************************************************************************/





/****COPY BLOCK******************************************************************/
#copy {
	margin-top: 0px;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

