*{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

header, section, footer, nav, article, div{
	display: block;
	font-family: Arial, Helvetica;
}

body{
	text-align: center;
	background-image: url('images/bg_verlauf.jpg');
	margin-bottom: 30px;
	min-width: 1000px;
	
}

#wrapper{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: left;
	background: white;
	box-shadow: 8px 0 20px #aaa,
				-8px  0 20px  #aaa;		 
	border-radius:10px 10px 10px 10px;
	border: 1px solid gray;
}

/* Fileupload */
.upload1 {
    font-family: Helvetica,Arial;
    font-size: 11px;
    font-weight: normal;
	width: 100%;
}


/* Diverses */
table{
	border-spacing: 0px;	
}

table tr:hover{
	background-color:#d6d6d6;
}

textarea {
	font-family: Arial, Helvetica;
	font-size: 12px;
}

.label1 {
    width:150px;
    margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
}

.label_text1 {
	width: 200px;
}

.rights_level2 {
    width:150px;
    margin-top: 3px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
}


.input1 {
	font-size: 13px;
    width:180px;
	padding: 0px 5px;
	margin: 2px;
}

.input3 {
	font-size: 13px;
    width:100px;
	padding: 0px 5px;
	margin: 2px;
}

.input5 {
	font-size: 13px;
    width: 50px;
	padding: 0px 5px;
	margin: 2px;	
}


.input_num {
	font-size: 13px;
    width: 50px;
	padding: 0px 5px;
	margin: 2px;
}

.input_num1 {
	font-size: 13px;
    width: 50px;
	padding: 0px 5px;
	margin: 2px;
}


.input_login {
	font-size: 13px;
	width: 120px;
}

.textarea1 {
    width:180px;
	height: 100px;
	padding: 0px 5px;
	margin: 2px;
}

.cbx {
    height: 13px;
    margin-bottom: 1px;
    margin-top: 1px;
	width: 20px;
}


select{
	font-size: 13px;
    width:192px;
	padding: 0px 4px;
	margin: 2px;
}

.select5 {
	font-size: 13px;
    width: 62px;
	margin-left: 4px;	
}


/* ---------- HEADER ---------- */
#header1{
	height: 50px;
	background: #4c4c4c; /* Old browsers */
	background: linear-gradient(to bottom,  #4c4c4c 4%,#131313 100%); /* W3C */
	border-radius:10px 10px 0px 0px;
	display: flex;
}

#header2{
	height: 25px;
	width: 100%;
	background-color: #585858;
	display: flex;
	position: relative;
	z-index: 20;
}

#headerlogo{
	padding-top: 6px;
	padding-left: 3px;
	width: 150px;
	height: 38px;
}

#systemtitel{
	min-width: 300px;
	color: #ffffff; 
	padding-left: 153px;
	padding-top : 3px;
	font-weight: bold; 
	font-size: 20px; 
	line-height: 20px;
}

#systemsubtitel{
	color: #ffffff; 
	padding-left: 3px;
	padding-top : 3px;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 20px;
}


/* ---------- CONTENT ---------- */
#maincontent {
	min-width: 500px;
	display: flex;
}


/***** Navigation *****/
nav{
	background-color: #dddddd;
	padding-top: 30px;
	min-width: 150px;
	border-radius:0px 0px 0px 10px;
}

#content {
	display: flex;
	min-height: 600px;
}

/***** CONTENT mitte *****/
.content_m {
	min-width: 290px;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 30px;
	background: #ebebeb;
	box-shadow: 2px 0px 5px #aaa, -2px 0px 5px #aaa;
}

.content_m img{
	 vertical-align: top;	
}

.content_m li a{
	vertical-align: top;
}

.content_m li:hover{
	background-color:#d6d6d6;
}



.content_r {
	padding-left: 10px;
	width: 100%;
}

.error_cont_m{
	color: #da2727;
	border: 1px solid #da2727;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 260px;
	background-color: #fceded;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

/* Normale auflistung */
.cont_m_li {
	list-style-type: none;
	height: 16px;
	width: 280px;
}

.nav_style_active{
	color: #157cc9;	
}


/* Benutzer-Mgmt */
.user_gruppe {
	list-style-type: none;
	height: 16px;
	width: 280px;
}


.user_subgruppe{
	padding-left: 20px;
	list-style-type: none;
	height: 16px;
	width: 260px;

}

/***** CONTENT rechts *****/
.content_r_content{
	float: left;
	width: 300px;
	border: 1px solid #aaa;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding:10px;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.content_r_content_full{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding:10px;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.cont_r_title{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.info_cont_r{
	color: #1a5ad9;
	border: 1px solid #1a5ad9;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #edf2fc;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.error_cont_r{
	color: #da2727;
	border: 1px solid #da2727;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #fceded;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

/* ----- Reiter / Tab ----- */
.content_r_tab{
	display: flex;
	border-bottom: 1px solid lightgray;
	margin-top: 10px;
	margin-left: 10px;
}

.tab1 a{
	border: 1px solid gray;
	border-bottom: white;
	background-color:#EFEFEF;
	margin-top: 10px;
	margin-right: 3px;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	min-width: 50px;
	border-radius: 7px 7px 0px 0px;
	font-size: 13px;
}

.tab1 a:hover{
	background-color: #676767;
	color: white;
}

.tab1_active a{
	border: 1px solid gray;
	background-color: white;
	margin-top: 10px;
	margin-right: 3px;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	min-width: 50px;
	border-radius: 7px 7px 0px 0px;
	font-size: 13px;
}

.tab1_active a:hover{
	background-color: #676767;
	color: white;
}


/* ---------- FOOTER ---------- */
footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-top: 7px;
	font: 10px helvetica;
	color: #585858;
}

footer a{
	font: 10px helvetica;
	color: #585858;
}



/***** Login *****/
.login_form{
	padding: 10px;
	width: 280px;
	margin-left: 0px;
	background-color: #F7F7F7;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.login_titel{
	padding: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold; 
}

.login_strich{
	padding: 3px;
	padding-left: 0px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}

.login_form tr{
	height: 20px;
}
.login_form tr:hover{
	background-color: transparent;
}


/* Link */
a {
	color: #000; 
	font-size: 11px; 
	line-height: 13px; 
	font-family: Arial, Helvetica;
	text-decoration: none
}

a:hover {
	color: #157cc9;
}

/* Formulare */
.button1 {
    background-color: #157cc9;
    color: white;
    font-family: Helvetica,Arial;
    font-size: 11px;
    font-weight: normal;
    width: 70px;
}


/* Navigation*/
nav ul {
	list-style-type: none;
}

nav ul li:hover{
	background-color:#d6d6d6;
}

nav li {
	background-image: url("/custom/images/hr_nav.gif");
	background-repeat: repeat-x;
	display: block;
	width: 150px;
}
nav li a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
	text-decoration: none;
	line-height: 25px;
	text-decoration: none;
}

nav ul ul li:hover{
	background-color:#d6d6d6;
}

.nav_ebene2 a{
	
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	margin-left: 10px;
}



/* CONTENT mitte */

.content_u_navi{
	padding-top: 15px;
}

.content_u_navi img{
	vertical-align: top;	
}

.content_u_navi li{
	background-image: none;
	height: 17px;
}

.content_u_navi li:hover{
	background-color:transparent;
}
.content_u_navi img{
	padding-top: 4px;
}

.content_u_navi a{
	font-size: 11px;
	vertical-align: top;
	font-weight: normal;
}

.content_m ul li img {
	 vertical-align: middle;	
}

/* Liste */
.li_unsichtbar{
	line-height:1px;	
}


/* Toolbox */
.toolbox{
	margin-top: 20px;
	border: 1px solid #aaa;
	width: 280px;
	background-color: white;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.toolbox_titel{
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold; 
}
.toolbox_content{
	padding: 5px;
	padding-left: 10px;
}

.toolbox_art a{
	 font-size: 11px;
	
}

.toolbox_art img{
	 vertical-align: middle;	
}

.table1_form tr{
	height: 20px;
}

.table1_form td{
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
}


.o_hover td {
	border-bottom: none;	
}

.o_hover:hover{
	background-color: transparent;
}

ul.user_div li{
	padding-left: 20px;
	width: 260px;
}

/* Log */
.log_title{
	padding: 5px;
	padding-left: 2px;
	font-size: 13px;
	font-weight: bold;
}

table.logs{
	border: 1px solid #CCC;
	font-size: 11px;
}

.logs tr:nth-child(1n+1) {
background-color: #eff8ff;
}
.logs tr:nth-child(2n+2) {
background-color: #d6ecf7;
}
.logs tr:hover {
background-color: #CCC;
}

#tr_ueberschrift{
	background-color: #cadcea;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#tr_ueberschrift:hover{
	background-color: #cadcea;
}

.tr_log td {
  padding-right: 20px;}

  /* ----------------- Datumsfelder -----------------*/

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: Arial, Helvetica;
    font-size: 18px;
    border:1px solid #ecf0f1;
    background:#ecf0f1;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
}
