.contentblock {
    margin-bottom:26px;
    position: relative;

}

/* Default Style: "kein Style" */
.gencontent_default {
    font-size: 15px;
    background: #fff;
    border: 1px solid #fff;
}
.gencontent_default p {
    line-height: 1.7em;
}


.gencontent_box {
    padding: 15px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #eee;
    background: #fbfbfb;

}
.gencontent_box p {
    line-height: 1.7em;
}


.gencontent_infobox {
    padding: 15px;
    font-size: 15px;
    background: #fffee7;
    border: 1px solid #eee;


}
.gencontent_infobox p {
    line-height: 1.7em;
}


/*	Adjust Headings color
---------------------------------*/
#gencontent_dialog h1, #gencontent_dialog h2, #gencontent_dialog h3,
#gencontent_dialog_container h1, #gencontent_dialog_container h2, #gencontent_dialog_container h3
#gencontent_dialog h1 a, #gencontent_dialog h2 a {
	color: #ff6600;
}


/*	FileBlock
-----------------------------------*/
	.fileblock  {

		border: 1px dotted #dedede;
		margin-bottom: 5px;
		background: #f8f7f7;
	}
	.fileblock a {
		font-size: 16px;
		text-decoration: none;
		color: #666;
	}

	.fileblock a:hover { text-decoration: underline}



/*	tectblock
-----------------------------------*/
	.textblock  {
		padding-bottom: 0px;
	}

    .headlineblock h1 {
        font-size: 29px;
        border-bottom: 1px solid #ddd;
        
    }

    .contentblock h2  {

        padding-bottom: 8px;
    }

    .galleryblock span {
        display:        inline-block;
        background:     #fbfbfb;
        border:         1px solid #eee;
        padding:        2px;
    }



