body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 16px;
}

.rahmen {
    background-color: #FFFFFF;
    margin: auto;
    margin-top: -10px;
    position: relative;
}

div .header {
    width: 100%;
    clear: both;
}

div .header_logo_links {
    width: 25%;
    float: left;
}

div .header_text {
    width: 49%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

div .header_logo_rechts {
    width: 25%;
    float: left;
}

.inhalt {
    padding-left: 15px;
    padding-right: 15px;
}

.lbl_header_text {
    font-size: x-large;
    margin-bottom: 5px;
    color: #172E74;
}


.divVeBez {
    margin-bottom: 20px;
    margin-left: 20px;
}

.divFbbBez {
    margin-bottom: 20px;
    margin-left: 20px;
}

.divAnonymBox {
    margin-bottom: 20px;
    margin-left: 20px;
}

.divFbbInitTextOben {
    margin-bottom: 20px;
    margin-left: 20px;
}

.divFbbInitTextUnten {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gruppierung_rahmen{
padding:10px;
margin: 10px;
border: 3px solid #172E74;
border-radius:10px;
}

.gruppierung_titel{
color: #172E74;
font-weight:bold;
}

.frage_rahmen {
    clear: both;
    padding-top: 5px;
    padding-bottom: 20px;
}

.frage_bezeichnung {
    padding-top: 5px;
    clear: both;
}

.frage_antwort {
    padding-top: 5px;
    clear: both;
}

/* 	Beschriftung von Feldern, 
	z.B. "Vorname:" vor einem Eingabefeld für den Vornamen
	z.B. "Ort:" vor der Ausgabe des Seminarortes in der Treeview */
.feldbez {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
}

/*	Formatierung des Feldinhaltes
	z.B. "Hamburg" als Ausgabe des Seminarortes in der Treeview */
.feldinhalt {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

/*  	Anklickbare Buttons */
.button {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    cursor: pointer;
}

/*  	Eingabefelder in Formularen */
.eingabefeld {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    BORDER-TOP-COLOR: #000000;
    BORDER-LEFT-COLOR: #000000;
    BORDER-RIGHT-COLOR: #000000;
    BORDER-BOTTOM-COLOR: #000000;
    BORDER-TOP-WIDTH: 1px;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-RIGHT-WIDTH: 1px
}

/*  	Standard-Fließtext */
.textstandard {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.textstandard_rdo {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

/*  	stark verkleinerter Text, z.B. für Fußnoten, usw. */
.textwinzig {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    line-height: 20px;
}

/*	roter fetter Text, für Warn-Hinweise */
.textrot {
    Color: #FF0000;
    font-weight: bold;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

label, .button {
    display: inline-block;
    *display: inline;
    padding: 6px 12px;
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #4B4B4B;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: bolder;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
    color: #FFFFFF;
    *background-color: rgb(112, 255, 124);
    background: linear-gradient(to bottom, rgb(2, 105, 216), rgb(1, 65, 137));
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
}

input[type=checkbox]:hover + label,
input[type=radio]:hover + label, .button:hover {
    -webkit-box-shadow: inset 2px 3px 2px #cccccc, 0 1px 6px rgba(255, 255, 255, 0.2);
    box-shadow: inset 2px 3px 2px #cccccc, 0 1px 6px rgba(255, 255, 255, 0.2);
}
