#termine h2 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    font-family: Calibri, Tahoma, sans-serif;
}
#termine hr {
    margin-left: 30px;
}
#infoblock, #seminareblock, #ausbildungsblock {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#infoblock {
    
}
.seminarleitername {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: Calibri, Tahoma, sans-serif;
}
#seminareblock p:nth-of-type(1), #ausbildungsblock p:nth-of-type(1) {
    margin-bottom: 25px;
}

#seminareblock thead, #ausbildungsblock thead {
  float: left;
  text-align: left;   
}


#seminareblock thead th, #ausbildungsblock thead th {
  display: block;
  margin-right: 10px;   
}

#seminareblock tbody, #ausbildungsblock tbody {
  float: right;   
}

#seminareblock tbody td, #ausbildungsblock tbody td {
  display: block;   
}

#ausbildungsblock {
    margin-top: 30px;
}
#ausbildungsblock #nlp-desc-left {
    background: url(../images/titel_nlp_beppo.jpg);
    height: 503px;
    width: 239px;
    margin-right: 16px;
    float: left;
}
#ausbildungsblock #nlp-desc-right {
    height: 503px;
    width: 220px;
    float: left;
}
#nlp-desc-right #left-table-block {
    width: 55px;
    margin-right: 15px;
    float: left;
}
#nlp-desc-right div {
    margin-bottom: 10px;
}
#nlp-desc-right #left-table-block div {
    font-weight: bold;
}
#nlp-desc-right #right-table-block {
    width: 150px;
    height: 40px;
    float: left;
}

/* Form */
.anmeldeformular ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.anmeldeformular fieldset {
    background: none;
    border: none;
}
.anmeldeformular li {
    margin-bottom: 8px;
}
.anmeldeformular label {
	display: block;
	float: left;
	width: 200px;
}
.anmeldeformular input[type="text"] {
    width: 185px;
}
.anmeldeformular textarea {
	height: 70px;
	width: 185px;
}

.anmeldeformular #text {
    margin-bottom: 20px;
}

.anmeldeformular .submit {
	width: 100px;
	margin-left: 170px;
}

.anmeldeformular .red {
    color: #FF0000;
}

.anmeldeformular .error {
    color: #FF0000;
    font-size: small;
    font-style: italic;
}
#innerBox {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 30px;
    font-size: small;
}

#innerBox p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: smaller;
    line-height: 15px;
    color: #455560;
}
    /* Lightbox(es) */
    /* Great Thanks to http://windyroad.com.au/static/css-lightbox/css-lightbox.html */
    .lightbox {
        display:none;
    }
    .lightbox:target {
        display:inline;
    }
    .overlay {
        position:fixed;
        top:0;
        left:0;
        display:block;
        width:100%;
        height:100%;
        z-index:100;
        background:black;
        opacity:0.60;
    }
    .content-frame {
        position:fixed;
        border:solid white 5px;z-index:200;
        width:60%;
        height:75%;
        top:10%;
        left:20%;
    }
    .controls {
        background:white;
        height:22px;
        position:relative;
        bottom:22px;
        border-left:solid white 5px;
        border-right:solid white 5px;
        margin:0px -5px;
    }
    .controls +.content {
        position:relative;
        bottom:22px;
    }
    .close-lightbox {
        float:right;
        background:white url('../images/closelabel.gif');
        width:66px;
        height:0px;
        padding-top:22px;
        overflow:hidden;
        margin-left:10px;
    }
    .content-frame .content {
        background-color: #F2F2F2;
        overflow:auto;
        height:100%;
        width:100%;
        padding:0px;
    }
    #confirmBox {
        padding-left: 30px;
        padding-top: 15px;
        font-size: larger;
    }
    
    /* END: Lightbox(es) */
/* ENDOF: Form */

.clear {
    clear: both;
}