@CHARSET "UTF-8";

/*
color scheme:
background: ffffff
headlines, border: 1abbf0
diverses: f9e29b
*/

.required_1
{
	/* required == 1 */
	font-weight: bold;
	color: 	#E6005C;
}

.required_2
{
	/* required == 2 */
	font-weight: bold;
	color: #FF6600;	
}

html {
/*overflow:hidden;
max-height:100%;
padding:0 0 101px 0; */
background: #ffffff;  /*Mozilla has problems when the body background is different to the html background */
background-color:#ffffff;

}

body {
position:absolute;
top:0px;
width:100%;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*height:100%; */
/*overflow:hidden; */
/*overflow-x:hidden;*/
/*overflow:-moz-scrollbars-vertical;*/
background:#ffffff; /* to show that Mozilla and Firefox will only have one background color */
background-color:#ffffff;
font-family: Avant Garde, Arial, Tahoma, Helvetica, sans-serif;
font-size:12px;
color: #000000;
z-index: 1;
}


.link, a:link, a:visited
{
	color: #000000; /*better readable, IE6 FIX - don't change!*/
	text-decoration: underline;
}
a:hover
{
	color: #1abbf0;
	text-decoration: underline;
}

a.cb, a.cb:link, a.cb:visited
{
	color: #000000;
	text-decoration: none;
}
a.cb:hover
{
	color: #000000;
	text-decoration: underline;
}
a.cb_link
{
	color: #000000;
}
a.cb_link:hover
{
	color: #1abbf0;
	text-decoration: underline;
}
a.button, a.button:link, a.button:visited
{
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight :bold;
	border:2px solid #000000;
	padding: 2px;
}
a.button:hover
{
	color: #1abbf0;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	border:2px solid #000000;
}

a.loginbutton, a.loginbutton:link, a.loginbutton:visited
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border:2px solid #000000;
	padding: 4px;
}
a.loginbutton:hover
{
	color: #1abbf0;
}

.errormessage
{
	color: red;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

.errormessage_ecrf
{
	color: red;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted red;
	background-color: white;
}

.successmessage, div.successmessage
{
	color: green;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;
}
div.successmessage
{
	background-color: lightgreen;
	border: 1px solid green;
	padding: 6px;
}

/* EINGABE ELEMENTE */
input {
border: 1px solid #000000;
margin-right: 5px;
}
input:focus {
border: 1px solid;
margin-right: 5px;
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
}
input[type=button]:hover, input[type=submit]:hover
{
	border: 1px solid #1abbf0;
	color: #000000;
}
textarea {
border: 1px solid #000000;
margin-right: 5px;
}
textarea:focus {
border: 1px solid #1abbf0;
margin-right: 5px;
}

input.required
{
	border: 1px solid red;
	margin-right: 5px;
}
select.required
{
	border: 1px solid red;
}
textarea.required
{
	border: 1px solid red;
	margin-right: 5px;
}
.label_ok
{
	color: green;
	font-weight: bold;
}
.label_notok
{
	color: red;
	font-weight: bold;
}
.required
{
	color: red;
}

/*ENDE EINGABE ELEMENTE */


#inplogin{
margin-left:110px;
}

/* ENDE styles for login container*/

/* class for body tag leftframe with menu*/

.test {
width:100%;
height:100%;
overflow:hidden;
background:url(../img/borderright_leftframe.gif);
background-repeat:repeat-y;
}
/*ende class leftframe*/
#header{
/*background: #f36e24;*/
background: #ffffff;
/*
width: 780px;
*/
height: 105px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 4px solid black;
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
overflow:hidden;
}

#statusWindow{
background:  white;
background-color: white;
font-size: 12px;
color: black;
height: 100px;
padding: 5px 0px 0px 5px;
margin: 0px 0px 0px 0px;
border-bottom: 4px solid black;
position:absolute;
top:0px;
left:750px;
}

#header_img {
margin-bottom: 0px;
display: block;
}
/*p {
padding:10px;
text-align:justify;
}*/

.bold {
font-weight:bold;
}

.ital {
font-style:italic;
}

#headline
{

margin-top:0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
background: #1abbf0;
color: #ffffff;
font-size: 18px;
font-weight:bold;
padding: 4px 0px 4px 14px;
border-bottom: 1px solid black;
border-top: 1px solid black;
/*background-image:url(../img/arrow.gif);
background-repeat: no-repeat;*/
}

#content {
margin-bottom: 20px;
}

#subheadline
{
margin-top:10px;
margin-bottom:10px;
text-align: left;
font-weight: bold;
background-color: #878787;
color: #ffffff;
font-size: 14px;
padding: 3px 0px 3px 16px;
border-bottom: 1px solid black;
border-top: 1px solid black;

}

h4
{
text-align: left;
margin: -2px;
}
#testtabelle
{
border: 2px solid white;
background: #ffffff;
}
#tt_header{
border: 1px solid red;
background: #ffffff;
}

#welcome {
font-size:15px;
font-weight:bold;
color:#000000;
margin: 10px 0px 6px 10px;
}

#starttext {
margin-left:10px;
font-size:14px;
}

#messagelink {
	color:#000000;
	text-decoration:none;
	margin-left: 10px;
}
#messagelink:hover {
color:#f36e24;
}

#startlink {
 color:#000000;
 text-decoration:none;
}
#startlink:hover {
color:#a19b62;
}


#klinik
{
margin-top:13px;
margin-bottom:0px;
text-align: left;
font-weight: bold;
background-color: #1abbf0;
color: #ffffff;
font-size: 14px;
padding: 3px 0px 3px 16px;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

#abteilung
{
margin-top:3px;
margin-bottom:10px;
margin-right:0px;
text-align: left;
font-weight: bold;
background-color: #878787;
color: #ffffff;
font-size: 14px;
padding: 3px 0px 3px 16px;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

#abteilung_rechts
{
margin-top:3px;
margin-bottom:10px;
margin-left:0px;
text-align: right;
font-weight: bold;
background-color: #878787;
color: #ffffff;
font-size: 14px;
padding: 3px 0px 3px 16px;
border-bottom: 1px solid black;
border-top: 1px solid black;
}
/*STYLES FOR MATRIX CASEBOOK*/

.matrixtable_casebook {
	background:#cccccc;
	font-weight:bold;
	color:#000000;
	/*border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;*/
	margin-top: 40px;

	border:2px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.matrixtable_casebook td {
	border-width: 1px;
	padding: 1px 5px;
	border-style: solid;
	border-color: #000000;
}

.matrixtable_casebook td.cb_cycle_link
{
	text-align: left;
}

.matrixheader_casebook {
	background: #1abbf0;
	color: #ffffff;
	margin-left:5px;
	text-align: left;
}
.matrixsubheader_casebook {
	background: #999999;
}
/*END STYLES MATRIX CASEBOOK*/

/*STYLES FOR MATRIX*/

.matrixtable
{
	background:#ffffff;
	color:#000000;
	/*border-width: 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #1abbf0;
	border-collapse: collapse;
	*/
	border: 2px solid #1abbf0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.matrixtable td, matrixtable th {
	border-width: 1px;
	padding: 1px 5px;
	border-style: solid;
	border-color: #1abbf0;
	font-weight:normal;
	text-align: left;
}
.matrixtable tr:hover
{
	background-color: #cccccc;
}
.matrixheader, .matrixtable .matrixheader td, .matrixtable .matrixheader th, td.matrixheader, th.matrixheader {
	background: #1abbf0;
	margin-left:5px;
	color: #000000;
	font-weight:bold;
	text-align: left;
}
.matrixtable td.white {
	background: #ffffff;
	background-color:#ffffff;
}
.matrixheader a {
	color: #000000;
	text-decoration:none;
	}
.matrixheader a:visited {
	color: #000000;
	text-decoration:none;
	}
.matrixheader a:hover {
	color: #ffffff;
	text-decoration:none;
}
.matrixsubheader {
	background: #007ac2;
}
/*END STYLES MATRIX*/

/*FIXED SUBMIT LAYER*/
/* IE6 */
.bottomlayer_{
	position: absolute;
	bottom:0px;
	width:100%;
	height:70px;
	background:#007ac2;
	background-color:#007ac2;
	border-top: 1px solid black;
	z-index:100;
}

html>body .bottomlayer_ {  /* nur fuer moderne Browser! */
		position: fixed;
	background:#0000ff;
	background-color:#0000ff;
	z-index:100;
}

/*
* html .bottomlayer{

	position:absolute;
	bottom:0;
	top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	height:70px;
	background:#007ac2;
	background-color:#007ac2;
	border-top: 1px solid black;
	padding: 0px 0px 0px 0px;
}
*/
.spacer_bottom_ {
	height:70px;
	width:100%;
	background-color:#007ac2;
	background:#007ac2;
}

/*END FIXED SUBMIT LAYER*/

/* SORTING */
td.sorting_desc, .matrixtable .matrixheader td.sorting_desc
{
	background-image:url('../img/icons/sorting_arrow_desc.png');
	background-repeat:no-repeat;
	background-position:right;
	min-height: 16px;
}
td.sorting_desc:hover, .matrixtable .matrixheader td.sorting_desc:hover
{
	background-image:url('../img/icons/sorting_arrow_asc.png');
	background-repeat:no-repeat;
	background-position:right;
}
td.sorting_asc, .matrixtable .matrixheader td.sorting_asc
{
	background-image:url('../img/icons/sorting_arrow_asc.png');
	background-repeat:no-repeat;
	background-position:right;
	min-height: 16px;
}
td.sorting_asc:hover, .matrixtable .matrixheader td.sorting_asc:hover
{
	background-image:url('../img/icons/sorting_arrow_desc.png');
	background-repeat:no-repeat;
	background-position:right;
	min-height: 16px;
}
/* end SORTING */

/*ANFANG matrixtable zyklen*/

.cyclink{
	color:#24e31f;
	font-size: 22px;
	font-weight: bold;
}
.cycdate{
	color:#000000;
	font-size: 10px;
}

/*ENDE matrixtable zyklen*/

.messagebox2{

	width: 480px;
	height: 200px;
}
.messagerecipient{

	width: 480px;
/*
	height: 200px;
*/
}

/*
START
STYLES FÜR EDITOR
*/

.editor {
		background: #67CBE0;
		color:#000000;
}

.editor a{
		color: #000000;
}

.editor h1 {
		color:#000000;
		padding: 10px 12px;
		background-color: #ffffff;
}

.edtable {
		border: 1px solid white;
}
.edtable td {
		border: 1px solid white;
}

textarea {
		font-size: 13px;
}

#edit_wrapper {
		width:100%;
}
#editor_edit{
	background-color: #cccccc;
	width: 50%;
	float:left;
	border-right: 2px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
}

#editor_list{

		background-color: beige;
		margin-left: 50%;
		border-top: 1px solid #999999;
		padding: 5px;
		padding-left: 17px;
}


/*
ENDE
STYLES FÜR EDITOR
*/

/* STARTSITE / HOME */
div.overview_container
{
	position:relative;
	width: 100%;
	border: none;
}

div.overview_box
{
	position:relative;
	float:left;
	width:48%;
	min-height:250px;
	background-color: #ffffff;
	border:1px solid #000000;
	margin:4px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.overview_box div.header
{
	width:100%;
	background-color: #1abbf0;
	color: #000000;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	display: block;
}
div.overview_box div.header div
{
	padding-left: 2px;
	padding-right: 2px;
}
div.overview_box div.content
{
	width:100%;
	color: #000000;
	overflow:auto;
}
div.overview_box div.content div
{
	height:100%;
	padding-left: 2px;
	padding-right: 2px;
}
div.noborder
{
	border: 0px;
}
/* end - STARTSITE / HOME */

/* FOLDING/EXPAND */
div.farrow { background:transparent url('../img/arrows.png') no-repeat scroll 0px -16px; width:16px; height:16px; display:block; }
fieldset.farrow legend { background: transparent url('../img/arrows.png') no-repeat scroll 0px -16px; }
div.farrowup { background-position: 0px 0px; }
fieldset.farrowup legend { background-position: 0px 0px; }
/* end FOLDING/EXPAND */

/* MISC */
.assignedto
{
	color: red;
	font-size:12px;
	font-weight:bold;
}
.statetext
{
	color: #9f1111;
	font-size: 28px;
	font-weight: bold;
	text-shadow: #000000 3px 2px;
}
/* end - MISC */

/* FANCYBOX */
div#fancy_inner
{
	background: #ffffff;
	border: 2px solid #1abbf0;
}
div#fancy_title
{
	margin-top:10px;
}
div#fancy_title div
{
	color: #1abbf0;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	white-space: nowrap;
}
td#fancy_title_left, td#fancy_title_main, td#fancy_title_right
{
	background:none;
}
/* end - FANCYBOX */
.hoverColumn
{
	background-color: #6C6C6C;
}
