/*********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
FÃ¼r Seite Home und Arbeiten
/********************************************************************************/ 



/****SITE-AREA HOME BLOCK********************************************************/   
#siteAreaHome {
   float: left;
  	position: relative;
	width: 900px;
	height: 180px;
	background-color: #6C787F;
}
/********************************************************************************/



/****HEADER IMG HOME BLOCK*******************************************************/   
#headerImgHome {
   float: left;
	width: 900px;
	height: 300px;
	background-color: #525B60;
	background-repeat: no-repeat;
}
/********************************************************************************/



/****CONTENT-AREA HOME BLOCK*****************************************************/   
/* Speziell für News */
#contentAreaHome {
	float: left;
	width: 720px;
	height: 180px;
	background-color: #6C787F;
}
/********************************************************************************/



/****CONTENT-INNER-AREA HOME BLOCK***********************************************/   
#contentInnerArea {
	float: left;
	width: 720px;
	height: 180px;
	background-image: url(img/trenn.gif);
	background-repeat: repeat-y;
	background-position: 360px;
}
/********************************************************************************/



/****CONTENT HOME BLOCK**********************************************************/   
#content {
	/* margin-top: 25px; */
}

#content h1 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#content h3, #content h3 a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #FFFFFF;
}
/********************************************************************************/


