
#tooltip {
    position: absolute;
    font-size: 0.75em;
    max-width: 150px;
    border: 1px solid #91C2DC;
    z-index: 10000;
    color: #333333;
    padding:5px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    padding: 2px;
    vertical-align: top;
}

.agree_box {margin-bottom:20px;}

.agb_check {
    float: left;
    margin-left: 4px;
}

.agb_check_label {
    margin-left: 20px;
}


/* Bewerberformular */

#applbox {
    margin-top: 20px;
    float:left;
}

.app_group_list, .all_attachments {
    width:100%;
}

.group_head {
	cursor: pointer;
	color: #797878;
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 15px;
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	clear: both;
}

.toggle_img {
	float: left;
	border: 0;
	cursor: pointer;
	width: 16px;
	margin-left:2px;
	height:20px;
	background-position: center;
	background-repeat: no-repeat;
}

.group_caption {
    height:20px;
    line-height:20px;
}

.group_caption img{
    text-decoration: none;
    border: 0px;
}

.application_group {
    height: auto;
    overflow: hidden;
    border-width: 0px 1px 1px 1px;
    border-style: dashed;
    border-color: #ccc;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.appl_input_line {
    clear:left;
}

.appl_input_cell {
    width: 330px;
    padding: 0;
    min-height: 40px;
    margin:0;
    float: left;
}

.appl_input_cell .mini {
    margin-top: 0px;
}

.appl_input_cell input[type=text], .appl_input_cell select {
    width: 80%;
    font-size: 1em;
}

.appl_input_cell select {
    width: 82%;
    font-size: 1em;
}

.appl_input_cell textarea {
    width: 80%;
    height: 100px;
    font-size: 1em;
}

/* CheckboxList */
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    width: 82%;
    height: 100px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom:15px;
}
.checklist li {
    width:90%;
    overflow: hidden;
    margin: 0px;
    padding: 2px;
}
.checklist label {
    display: block;
    padding: 4px;
    padding-left: 25px;
    text-indent: -25px;
    width: 100%;
}
.checklist input {width: 15px; vertical-align:middle;}
.checklist label:hover { background: #777; color: #fff; }
/* Ende CheckboxList */



/* Attachments */

.attachments_line {
    clear:left;
}

.attachment_field, .empty_attachment_field {
    width: 330px;
    padding: 0;
    min-height: 50px;
    height: auto;
    margin:0;
    float: left;
}

.empty_attachment_field {
    height: 50px;
}

.attachment_field form {
    margin: 0px;
    padding: 0px;
    padding-right: 40px;
    float: left;
}

.attachment_field_caption {
    margin: 0px;
}

.upload_input_box {
    border: 0;
    padding: 1px;
    margin: 0;
    width: 90%;
}

input.upload_input {
    width: 80%;
}

.attachment_upload_result{
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
    overflow: auto;
    height: 0;
}

.upload_process{
    z-index: 100;
    position: absolute;
    visibility: hidden;
    text-align: center;
    width: 80px;
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
    border: 0px solid white;
}

.app_iframe {
    width:0;
    height:0;
    border:0;
}

