#head-home {
	position:relative;
	width:960px;
	z-index:1;
	margin:0 auto 15px auto;
	background:url(../../images/head/head_home.png) 0 -5px no-repeat;
}

/*
** Logo
*/
#sw-branding {
	position:static;
	width:635px;
	height:135px;
}
#sw-branding a {
	display:block;
	width:635px;
	height:145px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:3;
}


#head-home-left {
	float:left;
	width:635px;
}


#head-home-mirror {
	width:960px;
	margin:0 auto;
	border-top:2px solid #fff;
	background:url(../../images/head/head_home_mirror.png) no-repeat;
	height:24px;
	overflow:hidden;
	margin-bottom:5px;
}




#head-home .promotion {
	float:left;
	width:310px;
	margin:0;
}
#head-home .pr-right {
	float:right;
}
#head-home .pr-title {
	padding-left:45px;
}

#head-home .service {
	float:right;
	margin-top:18px;
	margin-bottom:0;
	width:290px;
	min-height:282px;
}
* html #head-home .service {
	height:282px;
}
.contact-person p {
	float:right;
	width:215px;
}

.promotion.pr-muerz h2 {
    background:url(../../images/content/logos/logo_muerz_small.jpg) left top no-repeat;
}
.promotion.pr-strom h2 {
	background:url(../../images/content/logos/logo_strom_small.gif) left top no-repeat;
}
.promotion.pr-redzac h2 {
	background:url(../../images/content/logos/logo_redzac_small.gif) left top no-repeat;
}
.promotion.pr-waerme h2 {
	background:url(../../images/content/logos/logo_waerme_small.gif) left top no-repeat;
}
.promotion.pr-bestattung h2 {
	background:url(../../images/content/logos/logo_bestattung_small.gif) left top no-repeat;
}
.promotion.pr-etech h2 {
	background:url(../../images/content/logos/logo_etech_small.gif) left top no-repeat;
}
.promotion.pr-moebel h2 {
	background:url(../../images/content/logos/logo_moebel_small.gif) left top no-repeat;
}
.promotion.pr-kabelnet h2 {
	background:url(../../images/content/logos/logo_kabelnet_small.gif) left top no-repeat;
}
.promotion.pr-wgm h2 {
	background:url(../../images/content/logos/logo_wgm_small.gif) left top no-repeat;
}




/* ===================================================== */
/*
** START PAGE NAVIGATION
*/
/* ===================================================== */

#company-overview {
	width:960px;
	height:376px;
	margin:0 auto;
}
#company-overview li {
	float:left;
	width:240px;
	height:188px;
	background-image:url(../../images/content/company_overview.jpg);
	background-repeat:no-repeat;
}
#company-overview a {
	display:block;
	width:100%;
	height:188px;
	overflow:hidden;
	text-indent:-9999px;
}
#company-overview a:hover {
	background-image:url(../../images/content/company_overview.jpg);
}

/* Strom */
#co-strom { 
	background-position:0 0;
}
#co-strom a:hover {
	background-position:0 -188px;
}

/* Wärme */
#co-waerme { 
	background-position:-240px 0;
}
#co-waerme a:hover {
	background-position:-240px -188px;
}

/* E-Tech */
#co-etech { 
	background-position:-480px 0;
}
#co-etech a:hover {
	background-position:-480px -188px;
}

/* Kabel TV */
#co-kabelnet { 
	background-position:-720px 0;
}
#co-kabelnet a:hover {
	background-position:-720px -188px;
}

/* Strom */
#co-bestattung { 
	background-position:0 -376px;
}
#co-bestattung a:hover {
	background-position:0 -564px;
}

/* Wärme */
#co-redzac { 
	background-position:-240px -376px;
}
#co-redzac a:hover {
	background-position:-240px -564px;
}

/* E-Tech */
#co-moebel { 
	background-position:-480px -376px;
}
#co-moebel a:hover {
	background-position:-480px -564px;
}

/* Kabel TV */
#co-wgm { 
	background-position:-720px -376px;
}
#co-wgm a:hover {
	background-position:-720px -564px;
}


