/*********************************************************************************
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: #F5FFFA;
   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: 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   */
/********************************************************************************/ 





/****CENTER BLOCK****************************************************************/   
#center {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
}
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/   
#page {
	float: left; 
	width: 100%;
	background-color: #FCFAF6;	
	border: 1px dotted #000000;
	margin-top: 50px;
	padding-bottom: 10px;
}
/********************************************************************************/ 





/****CONTENT BLOCK****************************************************************/   
#content {
   float: left;
	width: 100%;
	margin-top: 20px;
}

#content h1 {
	color: #7A7A7A;
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 30px;
}

#content h2 {
	color: #7A7A7A;
	text-align: center;
	font-size: 4.2em;
	font-weight: bold;
}

#content img {
	/*
	margin-top: 20px;
	margin-bottom: 10px;
	*/
}

#content p {
	color: #7A7A7A;
	text-align: center;
	font-size: 0.95em;
}

#content a{
	color: #7A7A7A;
	text-decoration: none;
}

#content a:hover{
	color: #7A7A7A;
	text-decoration: underline;
}
/********************************************************************************/







/****FOOTER BLOCK****************************************************************/
#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 0.6em;
}

#footer p {
	color: #7A7A7A;
	margin-top: 12px;
	text-align: center;
	font-weight: bold;
}

#footer a {
	color: #7A7A7A;
	text-decoration: none;
}

#footer a:hover {
	color: #484848;
	text-decoration: underline;
}
/********************************************************************************/





/****COPY BLOCK******************************************************************/
#copy {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 0.55em;
}

#copy p {
	color: #A9A9A9;
	text-align: center;
}

#copy a {
	color: #A9A9A9;
	text-decoration: none;
}

#copy a:hover {
	color: #484848;
	text-decoration: underline;
}
/********************************************************************************/




/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
}

.hide { 
	display: none; 
}
/********************************************************************************/ 
