/************************************************************************/
/**		CSS-Styles  Zanker Elektrotechnik - content.css		 	  	   **/
/************************************************************************/

/**---Navi-Footer: Content - Styles---**/

#homefooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/home_footer.jpg');
	border-bottom: 1px solid #00518c;}

#leistungfooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/leistung_footer.jpg');
	border-bottom: 1px solid #00518c;}

#servicefooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/service_footer.jpg');
	border-bottom: 1px solid #00518c;}

#kontaktfooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/kontakt_footer.jpg');
	border-bottom: 1px solid #00518c;}

#linksfooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/links_footer.jpg');
	border-bottom: 1px solid #00518c;}

#impressumfooter {
	width: 850px;
	height: 170px;
	background: url('../images/navi_footer/home_footer.jpg');
	border-bottom: 1px solid #00518c;}

/**---Content - Styles: Title - Styles---**/

#titleline{
	width: 800px;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	color: #2a5289;
	vertical-align: middle;
	text-align: left;
 	font-weight:lighter;
	font-size: 12pt;
	padding: 40px 0px 20px 20px;}

/**---Content - Styles: ContentArea - Single Row - Styles---**/

#centerhome {
	position: relative;
	width: 800px;
	background-color: white;
	line-height: 1.4em;
	padding-left:20px;
	padding-right:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #575756;
	line-height:18pt;}
	
#contenthometext1 {
	width: 346px;
	float: left;
	margin-top: 10px;
	margin-left: 50px;}

/**---Content - Styles: ContentArea - Single Row - Link - Styles---**/

#centerhome a {
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	color: #2a5289;
	font-weight:normal;
	font-size: 10pt;}

#centerhome a:hover{
	color: #2a5289;
	text-decoration:underline;}

/**---Content - Styles: ContentArea - Double Row - Styles---**/

#contentleitext1 {
	position:relative;
	width: 380px;
	min-height:170px;
	float:left;}

#contentleitext2 {
	float:left;
	min-height:170px;
	width: 380px;	
	margin-left:40px;}

/**---Content - Styles: ContentArea - Double Row - Link - Styles---**/

#contentleitext1 a {
	padding-left:0px;
	padding-right:5px;
	text-decoration: none;
	color: #2a5289;
	font-weight:normal;
	font-size: 10pt;}

#contentleitext1 a:hover {
	color: #2a5289;
	text-decoration:underline;}

#contentleitext2 a {
	padding-left:0px;
	padding-right:5px;
	text-decoration: none;
	color: #2a5289;
	font-weight:normal;
	font-size: 10pt;}

#contentleitext2 a:hover {
	color: #2a5289;
	text-decoration:underline;}
	
	
/** Kontakt - Link - Style **/

#centerhome a.kontakt_link {
	background:transparent url(../images/icons/kontakt_icon.gif) no-repeat scroll left center;

	padding-left:12px;
	padding-top:2px;
	text-decoration: none;
	color: #2a5289;
	font-weight:normal;
	font-size: 10pt;}

#centerhome a.kontakt_link:hover{
	color: #2a5289;
	text-decoration:underline;}
