

body {
	font-size:.8em;	
        line-height: 1.5em;
	overflow-x:hidden;
	position:absolute;
	width:100%;
}

img {
	width:100%;
	height:auto;
}

h1 {
        margin: 0 0 0.8em 0;
        font-size: 1.5em;
}

h2 {
        font-size: 1.4em;
}

p {
        margin: 0 0 0.8em 0;
}

p.abstand {
        margin: 0 0 1.8em 0;
}

a {
    color: #ca593c;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:active {
    
}

a:visited {
    
}

.clear {
    clear: both;
}

/* Haupt-Container um alle Elemente */

div#container_main {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        background-color: #998681;
        width: 100%;
        max-width:960px;       /* maximale Breite der Ausgabe festlegen */
	margin:2% auto;
        padding: 2% 3%;
        border-radius: 5px;
}

header {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 100%;
        /* background-color: #999; */
        
}

header h1 {
        font-size: 1.8em;
        color: #ffffff;
}

div#content {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 100%;
        background-color: #eeeeee;
        border-radius: 3px;
        padding: 2%;
        margin-bottom: 2%;
}

footer {
        color: #ffffff;
}

footer a {
        color: #ffffff;
}

/* Container mit zwei Boxen 50%:50% Breite */
.container_sp2_left {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 50%;
        float: left;
}

.container_sp2_right {  /* text rechts ausgerichtet */
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 50%;
        float: left;
        text-align: right;
}

/* Navigation Kopfzeile */

#navi_top {
        margin: 0 0 3% 0;
        padding: 0 0 1% 0;
        border-bottom: 1px dotted #998681;
}

/* Verschiedene Arten von Buttons (Links) */
a.lnkbtn_1 {
        background-color: #dddddd;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.5% 1%;
	text-align:center;
	color:#444;
	text-decoration:none;
	width: auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        margin-right: 1%;
}

a.lnkbtn_1a {   /* dunkler */
        background-color: #bbbbbb;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:1%;
	text-align:center;
	color:#444;
	text-decoration:none;
	width: auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        margin-right: 1%;
}

a.lnkbtn_1_aktiv {
        background-color: #998681;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.5% 1%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        margin-right: 1%;
}

a.lnkbtn_2 {
        font-size: 0.85em;
        background-color: #dddddd;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2% 1%;
	text-align:center;
	color:#444;
	text-decoration:none;
	width: auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        margin-right: 1%;
}

a.lnkbtn_2_aktiv {
        font-size: 0.85em;
        background-color: #998681;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2% 1%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        margin-right: 1%;
}

.btn_submit {   /* Submit-Button in Formularen */
        background-color: #404240;
        -moz-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	-webkit-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	background-image: -moz-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -o-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -webkit-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: linear-gradient(bottom, #404240 0%, #565954 80%);
	border-radius: 3px;
	text-shadow:0 1px 1px black;
	padding:1% 2%;
	text-align:center;
	color:#eee;
	text-decoration:none;
	width:auto;
        border: none;
        margin-top: 1%;
}

.btn_submit_bigger {   /* Submit-Button in Formularen */
        background-color: #404240;
        -moz-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	-webkit-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	background-image: -moz-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -o-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -webkit-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: linear-gradient(bottom, #404240 0%, #565954 80%);
	border-radius: 3px;
	text-shadow:0 1px 1px black;
	padding:3% 4%;
	text-align:center;
	color:#eee;
	text-decoration:none;
	width:auto;
        border: none;
        margin-top: 1%;
}

.btn_submit_link {   /* Submit-Button in Formularen */
        background-color: #777777;
	border-radius: 3px;
	padding:1% 4%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width:auto;
        border: none;
        margin-top: 1%;
}

.btn_submit_button {   /* Submit-Button in Formularen */
        background-color: #404240;
        -moz-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	-webkit-box-shadow: 0 1px 1px #000, inset 0 1px 0 rgba(255,255,255,.15), inset 0 0 0 1px rgba(255,255,255,.06);
	background-image: -moz-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -o-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: -webkit-linear-gradient(bottom, #404240 0%, #565954 80%);
	background-image: linear-gradient(bottom, #404240 0%, #565954 80%);
	border-radius: 3px;
	text-shadow:0 1px 1px black;
	padding:1% 2%;
	text-align:center;
	color:#eee;
	text-decoration:none;
	width:auto;
        border: none;
        margin-top: 1%;
}

/* Navigation Fusszeile */

ul#navi_bottom {
        margin: 0;
	list-style:none;
}

ul#navi_bottom li {
        float: right;
        margin-left: 2%;
}

/* Formulare */

/* Meldungen */

.div_fehler {
        color: #cc0033;
        margin-bottom: 1.5em;
        padding: 0.5em;
        border: 2px solid #cc0033;
}

.div_warnung {
        color: #444444;
        margin-bottom: 1.5em;
        padding: 0.5em;
        border: 2px solid #f99326;
}

.div_ok {
        color: #678b07;
        margin-bottom: 1.5em;
        padding: 0.5em;
        border: 2px solid #678b07;
}

.div_fehler_ohne_rahmen {
        color: #cc0033;
        margin-bottom: 0.5em;
        padding: 0.5em;
        border: 2px solid #cc0033;
}

.div_warnung_ohne_rahmen {
        color: #444444;
        margin-bottom: 0.5em;
        padding: 0.5em;
        border: 2px solid #f99326;
}

.div_ok_ohne_rahmen {
        color: #678b07;
        margin-bottom: 0.5em;
        padding: 0.5em;
        border: 2px solid #678b07;
}

.div_meldung {
        color: #444444;
        padding: 1em;
        background-color: #cccccc;
        margin-bottom: 1em;
}

.div_meldung50 {
        color: #444444;
        padding: 1em;
        background-color: #cccccc;
        margin-bottom: 1em;
        width: 50%;
}



/* Link-Buttons */
/*##############*/

/* Master-Links auf Startseite */
a.master_link_startseite {
        display: block;
        background-color: #777777;
        font-size: 1.1em;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
        font-weight: bold;
	padding: 1em 0.6em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 300px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Master-Links auf Startseite */
a.master_link_startseite_kontakt {
        display: block;
        background-color: #999999;
	border-radius:3px;
        font-size: 1.1em;
        font-weight: bold;
	padding: 1em 0.6em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 300px;
        /* width: 100%; */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc); 
        margin-top: 25px;
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 100% */
a.item_inner_link_100 {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 5%;
}

/* Link als Block, Breite 100px */
a.item_inner_link_100px {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 150px */
a.item_inner_link_150px {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 200px */
a.item_inner_link_200px {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 250px */
a.item_inner_link_250px {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 250px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 100% */
a.item_inner_link_100_bold {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 5%;
}

/* Link als Block, Breite 100px */
a.item_inner_link_100px_bold {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 150px */
a.item_inner_link_150px_bold {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 150px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 200px */
a.item_inner_link_200px_bold {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Link als Block, Breite 250px */
a.item_inner_link_250px_bold {
        display: block;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 250px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

a.item_inner_link_1 {
        display: inline;
        background-color: #777777;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
	padding:0.3em 1em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
}

a.master_platz_reservieren {
        display: block;
        background-color: #777777;
        font-size: 1.5em;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
        font-weight: bold;
	padding: 1em 0.6em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* Container */
/*###########*/

/* halbe Breite */
.div_50prozent {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 50%;
}

.div_80prozent {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 80%;
}

/* Status-Lines */
/*##############*/

.sl_4_items {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 24%;
        float: left;
}

.sl_5_items {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 19%;
        float: left;
}

.sl_6_items {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 16%;
        float: left;
}

.sl_7_items {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 14%;
        float: left;
}

.sl_item_top {
        background-color: #e2e2e2;
        text-align: center;
        font-size: 1.3em;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #d0d0d0;
        line-height: 1.4em;     
        color: #888888;
}

.sl_item_bottom {
        height: 3em;
        background-color: #e2e2e2;
        text-align: center;
        font-size: 0.85em;
        border-left: 1px solid #cccccc;
        padding-top: 0.5em;
        padding-bottom: 0.3em;
        line-height: 1.2em;
        color: #888888;
}

.sl_item_top_aktiv {
        background-color: #d3d3d3;
        text-align: center;
        font-size: 1.3em;
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #b0b0b0;
        line-height: 1.4em;       
        color: #444444;
}

.sl_item_bottom_aktiv {
        height: 3em;
        background-color: #d3d3d3;
        text-align: center;
        font-size: 0.85em;
        border-left: 1px solid #cccccc;
        padding-top: 0.5em;
        padding-bottom: 0.3em;
        line-height: 1.2em;
        color: #444444;
}

/* Überschrift Assistenten */

.div_assistent_inner {
        padding-bottom: 4em;
        margin-bottom: 1em;
        border-bottom: 1px dotted #998681;
}

.div_assistent_ueb {
        font-size: 1.2em;
        color: #888888;
        margin-bottom: 0.2em;        
}

h2.assistent {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 1em;
}

/* Assistent-Button Level 1 */
a.ass_button_level_1 {
        display: block;
        background-color: #777777;
        font-size: 1.1em;
	border-radius:3px;
	/* text-shadow:0 1px 1px black; */
        font-weight: bold;
	padding: 0.6em 0.4em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	width: 250px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 0.8em;
}

/* divs zur Auswahl der Zeiten */
.div_assistent_zeitauswahl_1 {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 40%;
        float: left;
        margin-right: 4%;
}

.div_assistent_zeitauswahl_2 {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 55%;
        float: left;
}

.div_assistent_zeitauswahl_1a {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 55%;
        float: left;
        margin-right: 4%;
}

.div_assistent_zeitauswahl_2a {    
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 40%;
        float: left;
}

table.week {
        width: 100%;
        background-color: #dddddd;
        margin-bottom: 2em;
}

table.week td {
        width: 20%;
        text-align: center;
}    

td.wochentag {
        background-color: #998681;
        border: 1px solid #aaaaaa;
}

td.zeitraum {        
        vertical-align: center;
        font-size: 0.85em;
        color: #888888;
        border: 1px solid #aaaaaa;
}

td.zeitraum_mark {
        vertical-align: center;
        font-size: 0.85em;
        color: #333333;
        border: 1px solid #aaaaaa;
        background-color: #eccb69;
}
    
table.tarif {
        width: 100%;
        margin-bottom: 2em;
}

td.tarif_tag {
        width: 20%;
}

td.tarif_leistung {
        width: 60%;
}

td.tarif_tarif {
        width: 20%;
        text-align: right;
}

td.tarif_tag_line {
        width: 20%;
        border-top: 1px solid #cccccc;
}

td.tarif_leistung_line {
        width: 60%;
        border-top: 1px solid #cccccc;
}

td.tarif_tarif_line {
        width: 20%;
        text-align: right;
        border-top: 1px solid #cccccc;
}

tr.summe {
        border-top: 1px solid #333333;
}

/* für Ferienbetreuung */
td.ferien_tarif_tag {
        width: 30%;
}

td.ferien_tarif_leistung {
        width: 40%;
        font-size: 0.85em;
}

td.ferien_tarif_tarif {
        width: 30%;
        text-align: right;
}

td.ferien_tarif_tag_line {
        width: 30%;
        border-top: 1px solid #cccccc;
}

td.ferien_tarif_leistung_line {
        width: 40%;
        font-size: 0.85em;
        border-top: 1px solid #cccccc;
}

td.ferien_tarif_tarif_line {
        width: 30%;
        text-align: right;
        border-top: 1px solid #cccccc;
}

/* Formulare */

.form_1 {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 5%;
}

.form_1 fieldset {
        background-color: #dadada;
        padding: 3% 3%;
}

.form_1 legend {
        font-weight: bold;
        font-size: 1.2em;
}

.form_1 .formset label {
        display: block;
        width: 100%;
        margin-bottom: 1%;
}

.form_1 .formset input, .formset textarea, .formset select, formset radio {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        
        width: 95%;
        padding: 1%;
        margin-bottom: 3%;
}

.div_formular_submit_mit_rahmen {
        border-top: 1px dotted #aaaaaa;
        padding-top: 1em;
}

.text_small {
        font-size: 0.85em;
}

.div_inner_checkbox_links {
        width: 10%;
        float: left;
}

.div_inner_checkbox_rechts {
        width: 90%;
        float: left;
}

.div_kap_nicht_vorhanden {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 100%;
        background-color: #cc0033;
        border: 2px solid #880033;
        color: #ffffff;
        padding: 1em;
        margin-bottom: 1em;
}

.div_kap_nicht_vorhanden p {
    padding-bottom: 1.5em;
}   

.div_kap_vorhanden {
        -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../_js/libs/boxsizing.htc);
        width: 100%;
        background-color: #090;
        border: 2px solid #290;
        color: #ffffff;
        padding: 1em;
        margin-bottom: 1em;
}

.div_uebersicht {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);        
        margin-bottom: 5%;
        background-color: #dadada;
        padding: 3% 3%;
}

.buch_uebersicht {
        margin-bottom: 1em;
}

tr.abschnitt_ueb {
        font-weight: bold;
}

.buch_uebersicht td {
        padding-right: 2em;
}

.tab_belegungs_matrix {
        font-size: 0.8em;
        margin-bottom: 1em;
        margin-top: 10px;
}

.tab_belegungs_matrix .zeit {
        font-size: 0.8em;
        /* background-color: #a8a8a8; */
        vertical-align: middle;
        border: 1px solid #f3f3f3;
        padding: 2px 3px;
        line-height: 1.2em;
}

.tab_belegungs_matrix .block_frei {
        background-color: #00b300;
        border: 1px solid #f3f3f3;
        width: 18px;
}

.tab_belegungs_matrix .block_belegt {
        text-align: center;
        background-color: #bababa;
        border: 1px solid #eeeeee;
        color: #444444;
        line-height: 1em;
        width: 18px;
}

.div_verfuegbar {
    background-color: #00b300;
    padding: 8px;
    color: #ffffff;
}

.div_nicht_verfuegbar {
    background-color: #aa0000;
    padding: 8px;
    color: #ffffff;
}

div.debug {
    border: 2px solid #444444;
    background-color: #fef9d4;
}

div.start_sp_1 {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        float: left; 
        /* width: 300px; */
        margin-right: 2%;
}

div.start_sp_2 {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        float: left; 
        line-height: 1.4em; 
        width: 460px;        
}

div.hinweis {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        width: 100%;
        padding: 10px;
        border: 2px solid orange;
        margin-bottom: 2em;
}

div.faq {
        margin-bottom: 2em; 
        border-top: 1px dotted #999999; 
        padding-top: 1em;
}

/* Formular zweispaltig */

.div_form_sp_1 {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        float: left;
        width: 45%;
        margin-right: 1em;
}

.div_form_sp_2 {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        *behavior: url(../_js/libs/boxsizing.htc);
        float: left;
        width: 45%;
}

table.pd_ueb {
        margin-bottom: 5em;
}

td.pd_ueb_titel_top {
        font-weight: bold;
        border-top: 1px solid #cccccc;
}

td.pd_ueb_value_top {
        border-top: 1px solid #cccccc;
}

td.pd_ueb_titel {
        font-weight: bold;
}

td.pd_ueb_value {

}

div.form_ausdruck_pd {
        background-color: #fafafa; 
        padding: 0.5em; 
        border-bottom: 1px solid #aaaaaa;
}