/* --- navigation styling for carlsen website (c)2006, tk@folge2.de --- */

/* --- navi styling --- */
.nav {
	position: absolute;
	top: 0;
	height: 55px;
}

a.nav_kinderbuecher:link, 
a.nav_kinderbuecher:visited {
	left: 5px;
	width: 90px;
	}
a.nav_jugendbuecher:link, 
a.nav_jugendbuecher:visited {
	left: 119px;
	width: 92px;
	}
a.nav_comic:link, 
a.nav_comic:visited {
	left: 235px;
	width: 38px;
	}
a.nav_manga:link, 
a.nav_manga:visited {
	left: 297px;
	width: 41px;
	}
a.nav_cartoon:link, 
a.nav_cartoon:visited {
	left: 362px;
	width: 112px;
	}
/* --- end navi styling --- */
	
/* --- subnavi styling --- */	
.subnavi {
	width: 127px;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-top: -1px;
	}	
.subnavi_point {
	line-height: 1.2em;
	margin: 5px;
	display: block;
	width: 115px;
	margin-bottom: 3px;
	height: 31px;
	}	

.highlightbutton:hover, 
.highlightbutton:active{
	padding-left: 4px;
	padding-right: 0px;
	margin-right: 0px;
	}

.highlightbutton{
	line-height: 1.2em;
	margin: 5px;
	display: block;
	width: 115px;
	margin-bottom: 3px;
	height: 42px;
	}

/** styling for the plain subnavi **/
.subnavi_plain {
	background: none;
	padding-top: 0;
	padding-bottom: 10px;
}


.subnavi_plain .subnavi_point,
.subnavi_plain .subnavi_point_current {
	position: relative;
	left: 8px;
	display: block;
	width: 90px;
	/*height: 15px;*/
	height: auto;
	padding-left: 10px;
	margin-left: 7px;
	font-weight:bold;
}


.subnavi_plain .subnavi_point_current:link,
.subnavi_plain .subnavi_point_current:visited,
.subnavi_plain .subnavi_point_current:focus,
.subnavi_plain .subnavi_point_current:hover,
.subnavi_plain .subnavi_point_current:active  {
	background: url(http://www.carlsen.de/img/shared/icons/arrow_over.gif) 0  4px no-repeat;
	color: #c00;
	vertical-align: top;
	font-size: 1em;	
}
	

.subnavi_plain .subnavi_point:link,
.subnavi_plain .subnavi_point:visited {
	vertical-align: top;
	font-size: 1em;	
}


.subnavi_plain .category {
	position: relative;
	left:15px;
	top: 7px;
	font-weight: bold;
	height: auto !important;
	height: 20px;
	width: 100px;
	background: none;
	padding-bottom: 5px;
}

.subnavi_plain hr {
	width: 95%;
	border:none;
	border: solid 1px #fff;
/*	margin: 4px !important;
	margin: 0; */
	padding: 0;
	height: 2px;
	background-color: #FFFFFF;
}
/** ended styling for the plain subnavi **/	
/* --- end subnavi styling --- */

/* --- service-navi styling --- */
.service_point {
	position: absolute;
	top: 0;
	display: block;
	height: 20px;
	}
	
.pr:link,
.pr:visited {
	left: 0px;
	width: 82px;
}
.hd:link, 
.hd:visited {
	left: 82px;
	width: 82px;
}	
.rg:link, 
.rg:visited {
	left: 164px;
	width: 77px;
}	
.lh:link, 
.lh:visited {
	left: 241px;
	width: 79px;
}
.vl:link, 
.vl:visited {
	left: 320px;
	width: 81px;
}
.tm:link, 
.tm:visited {
	left: 401px;
	width: 85px;
}	

/* --- end service-navi styling --- */

/* --- footer-navi styling --- */
.service_point {
	position: absolute;
	top: 0;
	z-index: 50;
	display: block;
	height: 25px;
	}
	
.kontakt:link,
.kontakt:visited {
	right: 193px;
	width: 61px;
}
.sitemap:link, 
.sitemap:visited {
	right: 107px;
	width: 62px;
}
.impressum:link, 
.impressum:visited {
	right: 0px;
	width: 93px;
}


/* --- end footer-navi styling --- */

/* --- toplink styling --- */

.toplink:link,
.toplink:visited {
	position: absolute;
	right: 0px !important;
	right: 14px;
	z-index: 50;
	display: block;
	height: 20px;
	width: 103px;
	padding: 0;
}
/* --- end toplink styling --- */

