/* GENERAL CSS */

BODY,DIV,UL,LI,P{
	margin: 0px;
	padding: 0px;
}

BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

UL,LI{
	list-style-type: none;
}

/* MAIN BODY */

#MAINBODY{
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#LEFT{
	float: left;
	height: auto;
	width: 142px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#CONTENT{
	float: left;
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#RIGHT{
	float: left;
	width: 210px;
	height: 500px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#BLANK{
	clear: both;
}

/* LOGO BAR */

#LOGOBAR{
	height: 60px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#LOGOBAR UL{}

#LOGOBAR UL LI{
	float: left;
}

#LOGOBAR UL LI.logo{

}
#LOGOBAR UL LI.text{
	width: 290px;
	font-size: 10px;
	color: #999999;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;

}

#LOGOBAR UL LI.text a{

}

#LOGOBAR UL LI.text a:hover{

}

#LOGOBAR UL LI.links{
	font-size: 11px;
	color: #E2E4EC;
	text-align: right;
	margin-top: 5px;
	width: 480px;


}

#LOGOBAR UL LI.links a{
	font-size: 11px;
	color: #999999;
	text-decoration: none;

}

#LOGOBAR UL LI.links a:hover{
	text-decoration: underline;

}


/****** NAVI BAR ******/

#NAVIBAR{
	height: 36px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


#NAVIBAR UL LI UL{
	float: left;
}

#NAVIBAR UL LI UL LI{
	float: left;
	padding-top: 9px;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(../images/cv_navibar_seprator.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#NAVIBAR UL LI UL LI.home{background-image: url();}

#NAVIBAR UL LI UL LI a{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;

}

#NAVIBAR UL LI UL LI a:hover{
	text-decoration: underline;

}

#NAVIBAR UL LI UL.search{
	width: 600px;
}

#NAVIBAR UL LI UL.search LI.input{
	width: 120px;
	padding-right: 0px;
	padding-left: 0px;


}

#NAVIBAR UL LI UL.search LI.blank{
	width: 460px;
	padding-right: 0px;
	padding-left: 0px;

}


#NAVIBAR UL LI UL.search LI.btn{
	width: 17px;
	background-color: #990000;


}

#NAVIBAR UL LI UL.search LI input{
	border: 1px solid #666666;
	font-size: 12px;
	width: 120px;


}

#NAVIBAR UL LI.back{
	height: 36px;
	background-image: url(../images/cv_navibarback_1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 950px;
	
}

#NAVIBAR UL LI.btns{
	height: 36px;
	width: 950px;
	background-image: url(../images/cv_navibarback_2.gif);
	background-repeat: no-repeat;
	background-position: 933px;
	margin-top: -36px;
}


/* MAIN MENU */

#mainmenu{
	height: auto;
	width: 142px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}

#mainmenu UL.p1{



}

#mainmenu UL.p2{
	padding-top: 2px;
	padding-bottom: 2px;



}

#mainmenu UL.p1 LI.c{
	height: auto;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../images/cv_menu_knoten1.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#mainmenu UL.p1 LI.o{
	
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../images/cv_menu_knoten2.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#mainmenu UL.p1 LI.u{
	background-image: none;
	padding: 0px;
	height: auto;
	margin: 0px;
}



#mainmenu UL.p1 LI a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #656565;
}

#mainmenu UL.p1 LI a:hover{
	color: #67A227;
	text-decoration: underline;
}


#mainmenu UL.p2 LI{
	height: auto;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../images/cv_menu_knoten3.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin-left: 8px;
}

#mainmenu UL.p2 LI a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #959595;
}

#mainmenu UL.p2 LI a:hover{
	color: #67A227;
	text-decoration: none;
	background-color: #EAFFE6;
}


/* MAIN LINKS */

#mainlinks{
	height: auto;
	width: 142px;
	padding: 5px;
	margin-left: 3px;
}

#mainlinks ul li{
	height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 1px;
	background-image: url(../images/cv_menu_knoten1.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
 
}

#mainlinks UL LI a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #656565;
}

#mainlinks UL LI a:hover{
	color: #67A227;
	text-decoration: underline;
}


#mainlinks ul li.c{
}

#mainlinks ul li.top0{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/cv_mainlinks_corner_lt.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

#mainlinks ul li.top1{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/cv_mainlinks_corner_rt.gif);
	background-repeat: no-repeat;
	margin-top: -19px;
	background-position: 132px;
	margin-bottom: -8px;
}

#mainlinks ul li.bottom0{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/cv_mainlinks_corner_lb.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top: -5px;
}

#mainlinks ul li.bottom1{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/cv_mainlinks_corner_rb.gif);
	background-repeat: no-repeat;
	margin-top: -19px;
	background-position: 132px;
}

/** CONTENT **/

#CONTENT_TITLE{
	background-image: url(../images/cv_title_back.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	height: 70px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin: 0px;
}

#CONTENT_TITLE LI.navi{
	font-size: 10px;
	color: #FFFFFF;
}

#CONTENT_TITLE LI.navi a{
	color: #FFFFFF;
	text-decoration: underline;
}
#CONTENT_TITLE LI.navi a:hover{
	text-decoration: none;
}

#CONTENT_TITLE LI.marken{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
}

#CONTENT_TITLE LI.marken a{
	color: #FFFFFF;
	text-decoration: none;
}
#CONTENT_TITLE LI.marken a:hover{
	text-decoration: underline;
}



#CONTENT_TITLE LI.title{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 6px;
}

#CONTENT_TITLE LI.title span{
	font-size: 14px;
	font-weight: bold;
}



/** ARTIKEL **/

#CONTENT_ARTIKEL_TYPE1{
	margin-right: 15px;
	margin-left: 15px;
	height: auto;
	clear: both;

}

#CONTENT_ARTIKEL_TYPE1 ul.title{
	height: 25px;
	padding-top: 8px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 0px;
	clear:both;


}

#CONTENT_ARTIKEL_TYPE1 ul.title li{
	float: left;

}
#CONTENT_ARTIKEL_TYPE1 ul.list{
	height: auto;


}

#CONTENT_ARTIKEL_TYPE1 li.item{
	float: left;
	width: 170px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;	
}

#CONTENT_ARTIKEL_TYPE1 ul.itemcontent{
	width: 180px;
	height: auto;


}

#CONTENT_ARTIKEL_TYPE1 li.kategorie{
	font-size: 16px;
	color: #666666;


}

#CONTENT_ARTIKEL_TYPE1 li.mehr{
	margin-left: 350px;

}

#CONTENT_ARTIKEL_TYPE1 li.mehr a{
	font-size: 11px;
	text-decoration: underline;
	color: #67A227;
}
#CONTENT_ARTIKEL_TYPE1 li.mehr a:hover{
	text-decoration: none;	
}


#CONTENT_ARTIKEL_TYPE1 li.picture{
	padding: 12px;
	text-align: center;


}

#CONTENT_ARTIKEL_TYPE1 li.link{
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	margin-right: 5px;


}

#CONTENT_ARTIKEL_TYPE1 li.link a{
	font-size: 11px;
	font-weight: bolder;
	color: #67A227;


}

#CONTENT_ARTIKEL_TYPE1 li.link a:hover{
	text-decoration: none;


}


#CONTENT_ARTIKEL_TYPE1 li.desc{
	color: #999999;
	font-size: 11px;
	margin-bottom: 5px;


}

#CONTENT_ARTIKEL_TYPE1 li.price{
	font-size: 15px;
	font-weight: bolder;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;

}

#CONTENT_ARTIKEL_TYPE1 li.btn{


}

#CONTENT_ARTIKEL_TYPE1 ul.btn{
	cursor: pointer;


}

#CONTENT_ARTIKEL_TYPE1 li.btn_back{
	background-image: url(../images/cv_cart_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 17px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;


}

#CONTENT_ARTIKEL_TYPE1 li.btn_bottom{
	background-image: url(../images/cv_bt_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 8px; 	


}

#CONTENT_ARTIKEL_TYPE2{
	height: auto;
	clear: both;
}

#CONTENT_ARTIKEL_TYPE2 ul.title{
	height: 25px;
	padding-top: 8px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 0px;
	clear: both;

}

#CONTENT_ARTIKEL_TYPE2 ul.list{


}

#CONTENT_ARTIKEL_TYPE2 li.item{
	clear: both;

}

#CONTENT_ARTIKEL_TYPE2 li.title{
	font-size: 14px;
	font-weight: bolder;
	color: #67A227;
	margin-top: 12px;

}

#CONTENT_ARTIKEL_TYPE2 ul.itemcontent{


}

#CONTENT_ARTIKEL_TYPE2 li.kategorie{

	font-size: 16px;
	color: #666666;

}

#CONTENT_ARTIKEL_TYPE2 li.picture{
	padding: 12px;
	text-align: center;
	float: left;

}

#CONTENT_ARTIKEL_TYPE2 li.right{
	float: left;
	width: 300px;

}


#CONTENT_ARTIKEL_TYPE2 li.relation{ clear:both;}

#CONTENT_ARTIKEL_TYPE2 li.relation ul li{
	float:left;
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
}

#CONTENT_ARTIKEL_TYPE2 li.relation li.picture{
	text-align: center;
}
#CONTENT_ARTIKEL_TYPE2 li.relation li.link{text-align: center;}
#CONTENT_ARTIKEL_TYPE2 li.relation li.link a{
	font-size: 11px;
	font-weight: bolder;
	color: #67A227;
	text-decoration: underline;
}
#CONTENT_ARTIKEL_TYPE2 li.relation li.link a:hover{
	text-decoration: none;
}
#CONTENT_ARTIKEL_TYPE2 li.relation li.price{
	text-align: center;
	font-size: 14px;
}


#CONTENT_ARTIKEL_TYPE2 li.blank{ clear:both;
}

#CONTENT_ARTIKEL_TYPE2 li.desc{
	color: #666666;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 8px;


}

#CONTENT_ARTIKEL_TYPE2 li.price{
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
	margin-bottom: 5px;


}

#CONTENT_ARTIKEL_TYPE2 li.mengeinput input{
	width: 30px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-right: 3px;
	margin-top: 2px;
}

#CONTENT_ARTIKEL_TYPE2 ul.downup li{
	clear:both;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
#CONTENT_ARTIKEL_TYPE2 ul.downup li.down{
	margin-top: 2px;
	height: 12px;
}

#CONTENT_ARTIKEL_TYPE2 li.btn ul{
	float:left;

}
#CONTENT_ARTIKEL_TYPE2 li.btn a{
	color: #FFFFFF;
	text-decoration: none;
}
#CONTENT_ARTIKEL_TYPE2 li.btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#CONTENT_ARTIKEL_TYPE2 ul.btn{
	cursor: pointer;


}
#CONTENT_ARTIKEL_TYPE2 ul.num{
	width: 80px;
	height: 50px;
}

#CONTENT_ARTIKEL_TYPE2 ul.num li{float:left;}


#CONTENT_ARTIKEL_TYPE2 li.btn_back{
	background-image: url(../images/cv_cart_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 33px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	width: 110px;
	padding-right: 5px;


}

#CONTENT_ARTIKEL_TYPE2 li.btn_bottom{
	background-image: url(../images/cv_bt_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;


}


#CONTENT_ARTIKEL_TYPE3{
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
	clear: both;


}



#CONTENT_ARTIKEL_TYPE3 ul.title_top{
	height: 25px;
	padding-top: 8px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 12px;
	clear: both;


}

#CONTENT_ARTIKEL_TYPE3 ul.title_bottom{
	height: 25px;
	padding-top: 8px;
	padding-left: 12px;
	padding-bottom: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 24px;


}


#CONTENT_ARTIKEL_TYPE3 li.kategorie{
	font-size: 12px;
	font-weight: bolder;
	height: auto;
	padding-bottom: 0px;

}

#CONTENT_ARTIKEL_TYPE3 li.kategorie img{
	margin-top: 1px;
}


#CONTENT_ARTIKEL_TYPE3 li.kategorie a{
	color: #67A227;
	text-decoration: underline;
	margin-right: 1px;
	margin-left: 1px;
}

#CONTENT_ARTIKEL_TYPE3 li.kategorie a:hover{
	text-decoration: none;
}

#CONTENT_ARTIKEL_TYPE3 li.kategorie span{
	color: #000000;
	padding: 2px;
	height: 12px;
	text-decoration: none;
}

#CONTENT_ARTIKEL_TYPE3 li.sortbtn{
	text-align: right;
	padding-right: 12px;
	margin-top: -20px;
}
#CONTENT_ARTIKEL_TYPE3 li.sortbtn select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#CONTENT_ARTIKEL_TYPE3 li.item{
	height: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#CONTENT_ARTIKEL_TYPE3 ul.itemcontent{
	clear: both;
	height: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 550px;
}

#CONTENT_ARTIKEL_TYPE3 ul.itemcontent li{


}

#CONTENT_ARTIKEL_TYPE3 ul.warenkorb_btns{
	height: auto;
	margin-bottom: 3px;
}

#CONTENT_ARTIKEL_TYPE3 ul.warenkorb_btns li{
	float:left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	 
}

#CONTENT_ARTIKEL_TYPE3 li.picture{
	padding: 12px;
	text-align: center;
	float: left;


}

#CONTENT_ARTIKEL_TYPE3 li.other{
	float: left;


}


#CONTENT_ARTIKEL_TYPE3 li.link{
	margin-top: 8px;
	margin-bottom: 5px;
	height: auto;
	margin-right: 5px;
	clear: both;
	width: 400px;
}

#CONTENT_ARTIKEL_TYPE3 li.link a{
	font-size: 13px;
	font-weight: bolder;
	color: #67A227;


}

#CONTENT_ARTIKEL_TYPE3 li.link a:hover{
	text-decoration: none;


}


#CONTENT_ARTIKEL_TYPE3 li.desc{
	color: #999999;
	font-size: 11px;
	margin-bottom: 5px;
	width: 400px;
	height: auto;
}

#CONTENT_ARTIKEL_TYPE3 li.price{
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 5px;


}

#CONTENT_ARTIKEL_TYPE3 li.btn{


}

#CONTENT_ARTIKEL_TYPE3 li.price{
	color: #990000;
	padding-right: 25px;


}

#CONTENT_ARTIKEL_TYPE3 li.delete{
	margin-top: 3px;
}

#CONTENT_ARTIKEL_TYPE3 li.delete a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2964B2;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: normal;


}

#CONTENT_ARTIKEL_TYPE3 li.delete a:hover{
	text-decoration: underline;


}

#CONTENT_ARTIKEL_TYPE3 li.blank{ clear:both}

#CONTENT_ARTIKEL_TYPE3 li.zurkasse{
	margin-bottom: 10px;
	height: auto;
	margin-right: 150px;
	padding-right: 150px;
	padding-bottom: 12px;
}

#CONTENT_ARTIKEL_TYPE3 ul.btn{
	cursor: pointer;


}

#CONTENT_ARTIKEL_TYPE3 li.btn_back{
	background-image: url(../images/cv_cart_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 17px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;


}

#CONTENT_ARTIKEL_TYPE3 li.btn_bottom{
	background-image: url(../images/cv_bt_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;


}



/** WARENKORB **/

#WARENKORB{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	cursor: pointer;
}
#WARENKORB LI.top{
	background-image: url(../images/cv_warenkorb_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
#WARENKORB LI.bottom{
	text-align: center;
	background-color: #F2F6FA;
	height: 26px;
	margin-right: 6px;
	margin-top: -1px;
	background-image: url(../images/cv_warenkorb_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	color: #327EC8;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}


/** WERBUNG **/

#WERBUNG_200_150{
	text-align: center;
}

/* FOOTER */

#FOOTER{
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#COPYINGRIGHT{
	margin-left: 150px;
	width: 580px;
	height: 60px;
	background-image: url(../images/cv_footer_border.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 11px;
	color: #999999;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	margin-top: 25px;
}

#COPYINGRIGHT LI{
	text-align: right;
	height: 18px;
}
#COPYINGRIGHT a{
	color: #666666;
}
#COPYINGRIGHT a:hover{
	text-decoration: none;
	color: #67A227;
}

#statictext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 12px;
}


/*** KEYWORDS AND TOP ARTIKELN ***/

#KEYWORDS{
	padding: 12px;
	height: auto;
}
#KEYWORDS li.title{
	font-weight: bold;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #666666;
	margin-bottom: 4px;
}
#KEYWORDS li.keyword{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	float: left;
}
#KEYWORDS li.keyword a{

	font-size: 12px;
	font-weight: bolder;
	color: #67A227;
	text-decoration: none;	
	
}
#KEYWORDS li.keyword a:hover{
	text-decoration: underline;
}

#TOP_ARTIKEL{
	clear: both;
	padding: 12px;
	height: auto;
}
#TOP_ARTIKEL li.title{
	font-weight: bold;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #666666;
	margin-bottom: 4px;
}
#TOP_ARTIKEL li.keyword{
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
}
#TOP_ARTIKEL li.keyword a{

	font-size: 12px;
	font-weight: bolder;
	color: #67A227;
	text-decoration: none;	

}
#TOP_ARTIKEL li.keyword a:hover{
	text-decoration: underline;
}
