/*
         Hauptnavigationsebene
*/

.navcontainer {
	width: 208px;
	text-align: left;
	margin-bottom: 8px;
}

.navcontainer ul {

    margin: 0; 
    padding: 0;    
    list-style-type: none;
   
}

.navcontainer li {

    list-style-image: none;
    margin:0; 
}

.navcontainer a {
	display: block;
	width: 202px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #990000;
	text-indent: 2px;
}

.navcontainer  a:link, .navcontainer  a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0;
	background-image: url(pics/button.gif);
	background-repeat: no-repeat;
}

.navcontainer li a:hover {

    color: #FFFFFF;
    background-image: url(pics/button_over.gif);
    background-repeat: no-repeat;
	text-indent: 22px;
}

/*
	Subnavigation
*/
.sub_navcontainer {
	width: 208px;
	text-align: left;
	font-size: 11px;
}

.sub_navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8px;
}

.sub_navcontainer li {
	list-style-image: none;
	margin:0;
	font-size: 11px;
}

.sub_navcontainer a {
	display: block;
	width: 195px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	height: 100%;
}

.sub_navcontainer  a:link, .sub_navcontainer  a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0;
	background-image: url(pics/sub_button.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.sub_navcontainer li a:hover {
	color: #0a6e87;
	background-image: url(pics/sub_button.gif);
	background-repeat: repeat-y;
	padding-left: 2px;
	text-decoration: underline;
	text-indent: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0191b6;
}

.sub_navcontainer_current {
	width: 193px;
	color: #FFFFFF;
	background-image: url(pics/sub_button_current.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0191b6;
	font-size: 11px;
	padding-right: 2px;
	line-height: 22px;
}
/*
         Metanavigationsebene
*/
#meta_navcontainer {
	text-align: center;
	margin-bottom: 8px;
	float: right;
	margin-top: 79px;
	margin-right: 160px;
	display:inline;
	height: 25px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#meta_navcontainer_higr {
	/*
	background-image: url(pics/higr_meta.gif);
	background-repeat: repeat-x;
	*/
	
	height: 25px;
}
#meta_corner_left {
	/*
	background-image: url(pics/corner_left.gif);
	background-repeat: no-repeat;
	*/
	height: 25px;
	width: 5px;
	float: left;
}
#meta_corner_right {
	/*
	background-image: url(pics/corner_right.gif);
	background-repeat: no-repeat;
	*/
	height: 25px;
	width: 5px;
	float: right;
	background-position: top;
}
#meta_navcontainer ul {

    margin: 0; 
    padding: 0;    
    list-style-type: none;
   
}

#meta_navcontainer li {
	list-style-image: none;
	margin:0;
	display: inline;
}

#meta_navcontainer a {
	display: inline;
	width: 202px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	text-indent: 2px;
	padding-right: 10px;
}

#meta_navcontainer  a:link, #meta_navcontainer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 0;

}

#meta_navcontainer li a:hover {
	color: #000000;
	text-indent: 22px;
	height: 25px;
}

/*
         Topsellers
*/

.top_navcontainer {
	width: 208px;
	text-align: left;
	margin-bottom: 8px;
}

.top_navcontainer ul {

    margin: 0; 
    padding: 0;    
    list-style-type: none;
   
}

.top_navcontainer li {

    list-style-image: none;
    margin:0; 
}

.top_navcontainer a {
	display: block;
	width: 202px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #990000;
	text-indent: 2px;
}

.top_navcontainer  a:link, .top_navcontainer  a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0;
	background-color: #73defa;
}

.top_navcontainer li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
        Linktipps
*/

#links_navcontainer {
	width: 208px;
	text-align: left;
	margin-bottom: 8px;
}

#links_navcontainer ul {

    margin: 0; 
    padding: 0;    
    list-style-type: none;
   
}

#links_navcontainer li {

    list-style-image: none;
    margin:0; 
}

#links_navcontainer a {
	display: block;
	width: 202px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-indent: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#links_navcontainer  a:link, #links_navcontainer  a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 0;
	background-color: #73defa;
}

#links_navcontainer li a:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(pics/link_tipp.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
}


