/* moodalbox CSS */

div#hb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #333;
cursor: pointer;
}

div#hb_center, div#hb_bottom {
position: absolute;
left: 50%;
/*overflow: hidden;*/
background-color: #DDD;
}

div#hb_center {
background-color: #FFF;
z-index: 3500;
}

div#hb_contents {
width: 600px;
height: 500px;
border: 5px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
padding: 5px;
border-top: 2px solid #DDD;
}

.hb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#hb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#hb_error em {
font-size: 0.8em;
}

div#hb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666;
/*line-height: 1.4em;*/
text-align: left;
border: 5px solid #DDD;
border-top: none;
border-bottom: none;
z-index: 3400;
overflow: hidden;
}

a#hb_close_link {
display: block;
float: right;
width: 66px;
height: 11px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#hb_caption {
margin-right: 71px;
margin-top: 5px;
}

.hilfe_link{
	position: absolute;
	top: 5px;
	right: 5px;
}

.hilfe_link img{
	cursor: pointer;
}

.hilfe_edit_link{
	float: right;
	font-size: 0.6em;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.hilfe_title{
	margin-left: 0;
}

.hilfe_text{
	font-size: 0.9em;
}

.hilfe_text li{
	margin-left: 2.5em;
}

.hilfe_edit_title{
	width: 35em;
}
