/*  U. Herrmann <herrmann@yellowlabel.de> 
    für Connewitz Conflikt Management
	 Februar - Juni 2007  */
	 
/*  allgemeingültige Angaben */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
html, body {
	background: #fff;
	color: #000;
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

* {
	font-size: 8pt;
}

/*  ELEMENTE  */
label {
	cursor: pointer;
}

acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}


/*  NAVIGATIONSSLEISTE  */
div#head {
	background: transparent url(bg.head.png) repeat scroll center;
	border-bottom: 1px solid #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	margin: 0;
	padding: 0;
	position: fixed;	
	width: 100%;
	z-index: 1000;
}
/*  Bereich "Copyright" re. o.  */
div#admcopy {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	float: right;
	padding: 5px 15px 5px 5px;
}
div#admcopy a:link, div#admcopy a:visited {
	color: #003399;
	text-decoration: none;
}
div#admcopy a:focus, div#admcopy a:hover, div#admcopy a:active {
	color: #000;
}
h1#ylpageID {
	margin: .75em 0 .75em 15px;
}


/*  Navigation  */
div#navi {
	background-color: #F0F0F0;
	border-bottom: 1px solid #ccc;
	height: 23px;
}
div#navi img {
	float: left;
}

div.admtmenu, div.admsmenu  {
	border-left: 1px solid #ddd;
	border-right: 0px solid #ddd; /* letzer div erhält breite 1px */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	top: 0;
}
div.admtmenu {
	top: 0;
	float: left;
}
div.admsmenu {
	background-color: #f8f8f8;
	box-shadow: 1px 1px 2px #888;
	border-color: #ccc #888 #888 #ccc;
	border-style: solid;
	border-width: 1px;
	display: none;
	position: absolute;
	opacity: 0.9;
	top: 23px;
}

div.admtmenu a, div.admsmenu a  {
	color: #123;
	display: block;
	font-size: 8pt;
	text-decoration: none;
}
div.admtmenu a  {
	padding: 5px 5px 5px 10px;
}
div.admsmenu a  {
	padding: 2px 10px 4px 10px;
}
div.admtmenu a {
	font-weight: bold;
}
div.admtmenu a:link, div.admsmenu a:link, div.admtmenu a:visited, div.admsmenu a:visited  {
	background-color: transparent;
}
div.admtmenu a:hover, div.admsmenu a:hover, div.admtmenu a:active, div.admsmenu a:active  {
	background-color: #BEC8D7;
}
div.menuline {
	font-size: 1px;
	padding: 0 10px 0 10px;
	margin: 2px 0 5px 0;
}


/*  Subnavigation  */
div#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
div#subnav ul li {
	background-color: #f0f0f0; 
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
}
div#subnav ul li a, div#subnav ul li a:link {
	margin: 0;
	padding: 5px 9px;
}
div#subnav ul li a:link, div#subnav ul li a:visited {
	color: #888;
	text-decoration: none;
}
div#subnav ul li#active {
	background-color: #ddd;
	color: #000;
}
div#subnav ul li#active a {
	color: #b22222;
}
div#subnav ul li a:hover {
	background-color: #ccc;
	color: #000;
}



/*  ALLGEMEIN  */
.errmsg {
	border-bottom: 1px dotted #00008B;
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	width: 480px;
}
.farbig  {
	color: #000080;
	background-color: transparent;
}
.hinweis  {
	color: #b22222;
	background-color: transparent;
}
.coloured  {
	color: #00008B;
	background-color: transparent;
}
.grey {
	color: #888;
	background-color: transparent;
}

.cl {
	clear: left;
}
.cb {
	clear: both;
}



/*  CONTENT  */
ul#tasks li {
	list-style-type: none;	
	margin: 0 0 10px 0;
	padding: 0;
}
ul#tasks, ul#tasks ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
ul#tasks ul li {
	list-style-type: circle;
	margin: 0 0 0 20px;
}

div#container {
	clear: both;
	padding-top: 75px;
}
	.inframe div#container {
		padding: 50px 0 15px;
	}


div#container a:link, div#container a:visited {
	color: #B22222;
	text-decoration: none;
}

div#container a:focus, div#container a:hover, div#container a:active {
	color: #000;
	text-decoration: underline;
}

div#content {
	/*height: 100%;
	overflow: auto;*/
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 115%;	
}
h3 {
	font-size: 110%;
}

p {
	margin-top: 0;
}

.s80 {
	font-size: 80%;
}


/*  Formulare  */
table#formelements td {
	vertical-align: top;
}

div#formedit {
	/*min-height: 400px;*/
}

.bold {
	font-weight: bold;
}

/*div#formedit input.inputtext_xs, div#formedit input.inputtext_s, div#formedit select.select_xs, 
div#formedit input.inputtext_m, div#formedit input.inputtext_l, div#formedit select.select_l, 
div#formedit textarea, 
div#formedit input.inputsubmit_s, div#formedit input.inputsubmit_m, div#formedit input.inputsubmit_l, */
div#formedit input,
.submitb, .inputt, .textarea, .textarea_ip {
	/*border: 1px solid #666;*/
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 6px;
}
.textarea {
	text-align: justify;
	overflow: hidden;
}
.textarea_ip {
	letter-spacing: -1px; 
	line-height: 12px;
	width: 273px !important; 
	word-spacing: 2px; 
}
div#formedit input.inputtext_xs, div#formedit select.select_xs {
	width: 45px;
}
div#formedit input.inputtext_s {
	width: 97px;
}
div#formedit input.inputtext_m {
	width: 200px;
}
div#formedit input.inputtext_l, div#formedit input.inputfile_l, div#formedit textarea {
	width: 400px;

}
div#formedit select.select_l {
	width: 400px;
}
input.inputtext_xs, input.inputtext_s, input.inputtext_m, input.inputtext_l, 
input.inputfile_l, div#formedit textarea, .inputt {
	/*background: transparent;*/
	background-color: #f5f5f5;
}

div#formedit input.inputsubmit_s {
	width: 100px;
}
div#formedit input.inputsubmit_m {
	width: 200px;
}
div#formedit input.inputsubmit_l {
	width: 400px;
}
div#formedit input.inputsubmit_s, div#formedit input.inputsubmit_m, div#formedit input.inputsubmit_l {
	font-weight: bold;
	color: #00008B
}

div#formedit select.select_m {
	background-color: #f5f5f5;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
}
div#formedit select.select_m  option {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  Formular: Fehlermeldung  */
.insist {
	background-color: #ffffe0;
	border: 1px solid #ddd;
	color: #474FA4;
	float: left;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
}

/*  Hilfeschachtel  */
div#helpbox {
	float: right;
	border: 1px solid #003399;
	/*min-height: 200px;*/
	padding: 0 10px 10px 10px;
	margin-right: 15px;
	width: 150px;
}

/*  info-Listen  */
.infolist {
	padding-left: 105px;
	text-indent: -105px; 
}


del {
    color: #888;
    text-decoration: line-through;
}
ins {
    color: #00008B;
    text-decoration: none;
}
/*  Formular Belegung erzeugen  */
.conflate-table table tr:hover td {
    background-color: #eee;
}
.conflate-table table td {
    padding: .25em;
}
.conflate-table input, .conflate-table label {
    display: block;
    float: left;
    width: auto;
}
.conflate-table input {
    margin: 0;
    width: auto;
}
.conflate-table input.hide-me {
    visibility: hidden;
}
.conflate-table label {
    width: 15em;
}
.conflate-table .assigned {
    color: #888;
}
.conflate-table .other-alloc {
    float: left;
    position: relative;
}
.conflate-table .other-alloc img {
    cursor: help;
}
.conflate-table .other-alloc .info {
    border: 1px solid #003399;
    color: #003399;
    cursor: help;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    padding: 0 .35em;
}
.conflate-table .other-alloc ul {
    background-color: rgb(255,255,204);
    border: 1px solid #ccc;
    display: none;
    /*list-style-type: none;*/
    padding: .5em .5em .5em 1.5em;
    position: absolute;
    right: 1em;
    top: 0;
    z-index: 1000;
}
.conflate-table .other-alloc:hover ul {
    display: block;
}
.conflate-table .other-alloc:hover li {
    text-align: right;
    white-space: nowrap;
}


/*  Listen in Tabellen  */
table.addrlist {
	border-collapse: collapse;
	border: 1px solid #ddd;
}
table.addrlist th, table.addrlist td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}
table.addrlist tr.rp td {
	border-width: 1px 0 1px 0;
}
table.addrlist tr.r1 {
	background-color: #f5f5f5;
}
table.addrlist tr.r2 {
	background-color: #fff;
}
table.addrlist th {
	background-color: #ccc;
}
table.addrlist td {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
}
td.ar {
	text-align: right;
}
td.ac {
	text-align: center;
}


/*  Abrechnung  */
.e_title {
	padding: 1px;
}
.acldur /* accounting-list duration */ {
	font-weight: bold;
	text-align: right;
}
.amount {
	display: inline-block;
	text-align: right;
	width: 49px;
}
.revised {
	color: #888;
	text-decoration: line-through;
}
.nodata {
	font-style: italic;
}

.paid.e_title, .r_staff.paid .divL {
    background-color: rgb(191, 215, 205);
}

.underline {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	width: 300px;
}


/*  Dienstplan  */
/*
.r_event {
	margin-top: 20px;
}
@ since version 1.3:
*/
.r_event {
	border-bottom: 1px solid #ddd;
	clear: left;
	float: left;
	margin-bottom: 20px;
	width: 600px;
}
	.r_dutyroster .divL + .divL + .divL {
		width: auto;
	}
	.r_odd {
		background-color: #f5f5f5;
	}
	.r_even, .r_odd {
		margin-bottom: 0;
		padding: 10px;
	}
.r_title, .bold {
	font-weight: bold;
}
.r_staff {
	margin-left: 20px;
}
p.r_staff {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1em;
}
.r_canceled, .r_canceled * {
	color: #666;
	text-decoration: line-through;
}
	.e_canceled {
		background-color: rgb(250,210,170) !important;
	}

.divL {
	float: left;
	padding: 1px;
	width: 200px;
}
	.divL.slim {
		width: 150px;
	}
	.divL.wide {
		width: 220px;
	}
	.divL.details {
		color: #555;
		cursor: help;
	}
/*
.toolbox {
	border: 1px solid #ccc;
	float: right;
	margin-right: 15px;
	padding: 10px;
}
@since version 1.3:
*/
.infobox, .toolbox {
	border: 1px solid #ccc;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	padding: 10px;
	position: fixed;
	right: 15px;
	top: 75px;
	width: 175px;
	z-index: 1000;
}
	.infobox {
		background-color: rgb(255,255,225);
	}
	.toolbox {
		background-color: #fff;
	}
		.toolbox p.following {
			margin: 1em 0 0 0;
		}
		.toolbox form {
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #ccc;
			padding-bottom: 12px;
			padding-top: 12px;
		}
		.toolbox form + p {
			margin-top: 2.5em;
		}

/*  Druck Dienstplan  */
table#dutyroster {
	border: 2px solid #888;
	border-collapse: collapse;
}
table#dutyroster th {
	background-color: #f5f5f5;
}
table#dutyroster th, table#dutyroster td {
	border: 1px solid #ccc;
	padding: 3px;
}
.clearfix{clear: both;}
#container #content {padding-left: 10px;}
/*  Login  */
.login {
position: relative; 
margin: 0 auto;
}
.box_allg{float: left; margin-left: 32px; width: 25%;}

.box_allg .input_data label { width: 45px; display: inline-block;}
.box_allg .input_data input,  .box_allg .input_data textarea{ width: 50%; margin-left: 10px;}
.error {color: red;}

.login div {
	float: left;
	width: 105px;
}
.login p {
	text-align: center;
}
.login input {
	margin-bottom: 2em;
}
.inputtext_mc {
	width: 200px;
	background-color: #FFFACD;
}



.input_data, .control_panel{border: none;}