/* @group Reset */

*
{
	margin: 0;
	padding: 0;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

/* @end */



/* @group Accordion */

dl.accordion
{
	width: 195px;

}

/* @group Ebene 1 */

dl.accordion dt
{
	position: relative;
	height: 15px;
	padding: 5px 0 2px 50px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	color: #000000;
	background: url(icon_accordion_closed.png) no-repeat;
	
	cursor: pointer;
	background-image: url("../imagenes/botella.gif");
	background-position:2px;
    background-repeat:no-repeat
}

* html dl.accordion dt
{
	cursor: hand;
}

dl.accordion dt.open
{

}

* html dl.accordion dt.open
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='icon_accordion_open.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dd
{
	position: relative;
	overflow: hidden;
}

/* @group Inhalt */

dl.accordion dd.sub_accordion
{
	
}

dl.accordion dd.accordion_content
{
	padding: 0 10px 0 25px;
}

dl.accordion dd.accordion_content p
{
	padding: 5px 0 7px 0;
}

/* @end */

/* @end */

/* @group Ebene 2 */

dl.accordion dd dl dt
{
	padding-left: 51px;
	font-family: verdana, arial, sans-serif;
	background-image:none;
	font-size:9px;
    height:12px;
	color:#D26424;
}

dl.accordion dd dl dd.accordion_content
{
	padding-left: 65px;
}

/* @end */

/* @group Ebene 3 */

dl.accordion dd dl dd dl dt
{
	padding-left: 20px;
	background-position: 40px 0;
	font-size: 11px;
}

dl.accordion dd dl dd dl dd.accordion_content
{
	padding-left: 65px;
}

/* @end */

/* @group Ebene 4 */

dl.accordion dd dl dd dl dd dl dt
{
	padding-left: 85px;
	background-color: #000000;
	background-position: 60px 0;
}

dl.accordion dd dl dd dl dd dl dd.accordion_content
{
	padding-left: 85px;
}


#tipovino {
   margin: 0;/*removes indent IE and Opera*/
   padding: 0;/*removes indent Mozilla and NN7*/
   margin-left:-5px;
}

#tipovino li {
    margin: 0;/*removes indent IE and Opera*/
    padding: 0;/*removes indent Mozilla and NN7*/
    height: 15px;
	font-size:10px;
    line-height: 15px;
    list-style-type:none;
}

#tipovino a, #tipovino a:visited {
    display: block;
    height: 15px;
    width: 140px;
    line-height: 15px;/*must be equal to height. Centers the text vertically*/
	font-size:10px;
    border: none;
    color: #666666;
	padding: 0 0 0 0;
    text-decoration: none;


}

#tipovino a:hover {
    color: #D26424;
}

#tipovino #active a {
    display: block;
    padding-left: 35px;
    cursor: default;
}

#submenu_tipovino {
   margin: 0;/*removes indent IE and Opera*/
   padding: 0;/*removes indent Mozilla and NN7*/
   margin-left:28px;
   margin-top:50px;
   width:90px;
}

#submenu_tipovino li {
    margin: 0;/*removes indent IE and Opera*/
    padding: 0;/*removes indent Mozilla and NN7*/
    height: 20px;
	font-size:10px;
    line-height: 20px;
    list-style-type:none;

}

#submenu_tipovino a, #submenu_tipovino a:visited {
    display: block;
    height: 20px;
    width: 90px;
    line-height: 20px;/*must be equal to height. Centers the text vertically*/
	font-size:10px;
    border: none;
    color: #B6920E;
	padding: 0 0 0 0;
    text-decoration: none;

}

#submenu_tipovino a:hover {
    color: #999999;
}

#submenu_tipovino #active a {
    display: block;
    padding-left: 35px;
    cursor: default;
}
/* @end */

/* @end */