@media screen,projection{

.clear_left{
clear:left;
display:block;
}

.inaktiv{
text-decoration:line-through;
}

body{
font-family:Verdana, 'Lucida Sans Unicode';
}
input,select{
font-family:Verdana, 'Lucida Sans Unicode';
font-weight:bold;
color:darkred;
}

.abstand_vert{
height:10px;
}

.einblenden{
#display:none;
}
.titel{
font-weight:bold;
color:darkorange;
font-size:14px;
font-style:italic;
}

.con_body{
#border:1px solid black;
width:1400px;
}


.con_head{
display:flex;
flex-direction:row;
align-items:center;
width:100%;
height:40px;
}
.con_head_logo{
width:37px;
height:37px;
}
.con_head_cam{
width:37px;
height:37px;
position:absolute;
height:20px;
right:50px;
font-size:6pt;
}
.con_head_cam{
color:black;
text-decoration:none;
}

.con_head_title{
font-weight:bold;
color:darkorange;
font-size:10px;
}


.con_menue{
display:flex;
flex-direction:row;
height:30px;
border-bottom:1px solid lightgrey;
border-top:1px solid lightgrey;
}
.con_menue .item{
padding: 5px 20px;
font-weight:bold;
color:darkblue;
}
.con_menue .item a{
text-decoration:none;
color:darkblue;
}
.con_menue .item a:hover{
text-decoration:none;
color:darkorange;
}
.con_menue .item a:visited{
text-decoration:none;
color:darkblue;
}



.ausgabe{
display:flex;
flex-direction:row;
margin-top:10px;
min-height:50px;
width:100%;
#border:1px solid darkblue;
}

.ausgabe_2spalten_links{
#border:1px solid red;
min-height:20px;
width:300px;
}
.ausgabe_2spalten_mitte{
#border:1px solid red;
min-height:20px;
}


.ausgabe_l{
min-height:50px;
width:100%;
#border-bottom:1px solid darkgray;
}
.ausgabe_l table{
border:0px none;
}

.ausgabe_l .ma_datum{
width:50px;
}
.ausgabe_l .ma_name{
width:200px;
}
.ausgabe_l .ma_alter{
width:50px;
font-style:italic;
}

.ausgabe_l a{
text-decoration:none;
color:darkblue;
font-weight:blue;
}
.ausgabe_ma_l a{
font-weight:bold;
color:darkblue;
}
.ausgabe_ma_l a:hover{
font-weight:bold;
color:darkorange;
}
.ausgabe_ma_l a:visited{
font-weight:bold;
color:darkblue;
}

.con_timer .todo{
min-height:250px;
width:100%;
#border-bottom:1px solid green;
}


.con_buttons{
border:1px solid blue;
width:450px;
}


.con_forms{
border:1px solid blue;
width:400px;
}

.con_footer{
border:1px solid lightgray;
width:100%;
min-height:30px;
font-size:12px;
padding:10px 0px;
color:darkorange;
text-align:center;
}

.men_links{
width:60%;
}

.men_trenn{
margin:10px 0px 10px 0px;
border-bottom:1px solid darkgray;
}

}

@media print{
    @page{
	size: A4;
	margin: 10mm 10mm 10mm 10mm;
    }
    .con_body{
	width:175mm;
	min-height:260mm;
	margin:0;
	padding:0px;
	page-break-inside:auto;
    }
    .no_print{
	display:none;
    }

}

