#benzolbaum-controlbox {
    width: 134px; 
    height: 357px;
}

#benzolbaum-controlbox h2 {
    padding: 0 10px; 
    margin-bottom:10px;
}

#benzolbaum-controlbox p {
    padding: 0 10px;
    line-height: 1.4em;
}
#benzolbaum-controlbox a {
	color:#4c4c4c;
	text-decoration:none;
	background:transparent url(/styles/basic/content-navi/bullet.gif) left center no-repeat;
	padding:0 0 0 20px;
}
#benzolbaum-controlbox a:hover {
	color:#990000;
	text-decoration:none;
	background:transparent url(/styles/basic/content-navi/bullet-hover.gif) 5px center no-repeat;
	text-decoration:underline;
	padding:0 0 0 20px;
}
#benzolbaum-controlbox #control-container {
    top:0;left:0;
    margin: 1px;
    margin-bottom: 10px;
    height: 183px;
    background: white url(/images/content/benzolbaum/benzolbaum-mini.gif) 0 0 no-repeat;
}
#benzolbaum-controlbox #control {
    position: absolute;
    top: 0;
    left:0;
    width: 69px;   /* javascript will overwrite this */
    height: 41px;  /* javascript will overwrite this */
    background: #FEEE01;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    cursor:move;
}
    
#benzolbaum-image {
    position:absolute; 
    top:0; 
    left: 134px; 
    width: 604px;  /* javascript will overwrite this */
    height: 358px; /* javascript will overwrite this */
    overflow:hidden;
}

#bbimg {
    position: relative;
}

 /* for Debugging put a textarea with id = output to the template */
#output {
    -moz-opacity: 0.6;
    filter:alpha(opacity=60);
    position: absolute; 
    z-index:1000;
    bottom:-1px; 
    left: -1px;
    background: black;
    border: 1px solid black; 
    width:300px; 
    height:80px;
    font-size: 12px;
    font-weight: bold;
    color:white;
    overflow: auto;
}


.article {
    position: absolute;
    width: 200px;
    left: 40%;
    top: 20%;
    padding: 20px;
    background-color: white;
    line-height: 140%;
    border: 1px solid #333;
}

body#benzolbaumwrap .article h2 {
    margin-bottom: 10px;
}