/* ************* HTML CONTENT BUILD ************* */

/* ~~~~~~ ALLGEMEIN ~~~~~~ */
.kursiv {
    font-style: italic;
}
.dick {
    font-style: bold;
}
.star {
    color: red;
}
.error {
    color: red;
    margin-bottom: 10px;
}

a {
    color:#FD5420;
    text-decoration : none;
}
a:link {
}
a:active {
}
a:visited {   
}
a:hover {
    color:#FD5420;
}




/* ANGEZEIGTER TITEL */
#titleCont {
    padding: 0 0 2px 0;
    margin: 0 0 18px 0;
    height: 26px;
    border-bottom: 1px solid #FD5420;
    clear: both;
}
#titleCont h1 {
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
    float: left;
}
#titleCont span {
    float: right;
    vertical-align: bottom;
}

/* ~~~~~~~ CONTENT CONTAINER ~~~~~~~ */
#contCont {
    clear: both;
}
#contCont p {
    font-size: 9pt;
    text-align: justify;
}
#contCont h2 {
    clear: both;
    font-size: 11pt;
    padding: 8px 0 0 0;
    margin: 8px 0 10px 0;
    border-top: 1px solid #FD5420;
}

/* PAGE NUMBERS OF LISTINGS */
#contCont p.pageNumbers {
    text-align: center;
	margin: 8px 0px;
}
#contCont span.pageNumbersCnt {
    padding: 0px 5px;
}
#contCont span.pageNumberPipe {
    color: #192561;
	font-weight: bold;
}
#contCont .pageNumber {
	padding: 0px 4px;
}

/* verwendet für 1. Section von Formularen */
#contCont .noTopBorder {
    border: 0;
}
/* verwendet für "back"-Links */
#hasTopBorder {
    padding: 8px 0 0 0;
    margin: 8px 0 10px 0;
    border-top: 1px solid #FD5420;
}

/* TABLE LISTINGS */
table.listing {
    width: 100%;
}
td.tlisthead {
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px solid #FD5420;
}
td.tlistbody {
    border-bottom: 1px solid #FDA493;
    padding: 3px 0px;
}
td.tlistbody_r {
    border-bottom: 1px solid #FDA493;
    text-align: center;
}

/* FORMULARE */
div.row {
    width: 100%;
    clear: both;
}
div.row span.label {
    width: 25%;
    float: left;
    text-align: right;
    padding-bottom: 8px;
}
div.row span.text {
    width: 68%;
    float: right;
    text-align: left;
    padding-bottom: 8px;
}
div.row span.form50 {
    float: left;
    font-size: 9pt;
    width: 49%;
    padding-bottom: 8px;
}
div.row span.back {
    width: 100%;
    font-size: 10pt;
}
span.noWidth {
    font-size: 9pt;
    padding-bottom: 8px;
}
div.row ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    list-style-type: square;
}

/* INPUT FIELDS */

input, select, textarea {
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}
input.normal {
    width: 180px;
}
input.long {
    width: 300px;
}
input.short {
    width: 80px;
}

/* SUCHERGEBNISSE */
div.suchergebnis
{
    padding-top: 8px;
    padding-bottom: 8px;
}
.suchergebnis_trenner
{
    width:92%;
    background-color: #FD5420;
}
span.suchergebnis_titel
{
    font-size: 11pt;
}