/*
 * Copyright 2019 by DL2YFB
 *
 * Farbvorgaben fuer rs-kfm.de
 *
 * $Author: Heinz Münninghoff $
 *
 */


BODY {

	scrollbar-face-color:#1F8BFF;

	scrollbar-highlight-color:#FFFFFF;
	
scrollbar-3dlight-color:#1F8BFF;
	
scrollbar-darkshadow-color:#1F8BFF;
	
scrollbar-shadow-color:#FFFFFF;

	scrollbar-arrow-color:#000000;
	
scrollbar-track-color:#FFFFFF;

	}


BODY {
      background:#DEB887;
	background-attachment: fixed;
/*
 *	background-image: url(images/background.jpg);
 *	background-repeat: repeat;
 */
      color:#000000;
	padding:0px;
	margin:0px;
	margin-left:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}


.bodytext {
      color:#000000;
	font-family:verdana, arial, sans-serif;
	font-size: 12pt;
}
.menuelink {
	width: 180px;
      color:#000000;
      text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 16px;
	border-width:4px;
	border-style:solid;
	border-color:#1F8BFF;
	padding:5px;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:15px;
	-webkit-box-shadow: 5px 5px 6px 0px rgba(6,100,201,1);
	-moz-box-shadow: 5px 5px 6px 0px rgba(6,100,201,1);
	box-shadow: 5px 5px 6px 0px rgba(6,100,201,1);
}
.menuelink A:link {
      color:#000000;
	text-decoration:none;
}
.menuelink A:visited {
      color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 16px;
}
.menuelink A:hover{
      color:#1F8BFF;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 16px;
}
.menuelink2 A:link{
      color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}
.menuelink2 A:visited{
      color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}
.menuelink2 A:hover{
      color:#1F8BFF;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}

A:hover{
	text-decoration:underline ;
	color:#FF4500
	}

A {
	text-decoration:underline ;
	color:#1F8BFF;
}

A:link {
	text-decoration:underline ;
	color:#0000EE;
}

A:visited {
	text-decoration:underline ;
	color:#0000FF;
}

A:active {
	text-decoration:underline ;
	color:#FF4500;
}
.align-right {
      text-align:right;
}
.align-left {
      text-align:left;
}
.align-justify {
      text-align:justify;
}

.imagelink A:link {
	color:#C90202;
	background:none;
}
.imagelink A:visited {
	color:#C90202;
	background:none;
}
.imagelink A:active {
	color:#C90202;
	background:none;
}

.news-list-date {
	float: right;
	color: #3E551C;
//	width: 180px;
	text-align: right;
	height: 20px;
//	margin-top: -2px;
//	margin-right: -2px;
	font-size: 10px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

H1 {
      text-align:center;
	color: #24567C;
      font-family:verdana, arial, sans-serif;
      font-size:24pt;
      font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}
H2 {
      text-align:center;
	color: #24567C;
      font-family:verdana, arial, sans-serif;
      font-size:18pt;
      font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}

H3 {
      text-align:left;
	color: #000000;
      font-family:verdana, arial, sans-serif;
      font-size:14pt;
      font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
}

H5 {
      text-align:right;
	color: #24567C;
      font-family:verdana, arial, sans-serif;
      font-size:9pt;
      font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}

P {
      font-family:verdana, arial, sans-serif;
      font-size:12pt;
      font-weight:normal;
	margin-top:0px;
}

.align-center {
      text-align:center;
}

.PoFLogo {
      font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

.rundrum {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:5px;
  text-align:justify; 
}

.spalten {
	-moz-column-width:200px; /* Firefox */
	-webkit-column-width:200px; /* Safari, Chrome */
	column-width:200px; /* W3C Standard */
	text-align:justify; 
}

.rounded {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	border-radius:10px; /* Opera (W3C Standard) */
	border-width:1px;
	border-style:solid;
	border-color:#1E751C;
	padding:5px;
	text-align:justify; 
}
.rounded2 {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	border-radius:10px; /* Opera (W3C Standard) */
	border-width:2px;
	border-style:solid;
	border-color:#1E751C;
	padding:5px;
	text-align:justify; 
}

.warn {
	font-weight: bold;
	color: #FF4080;
}

/* preformatted text */
.pre {
	background: #A0BcD8;
	color: black;
}

/* text found by search */
.found {
	color: #00F000;
}

.dinfo {
	font-weight: normal;
	font-size: 10px;
	color: black;
}

.desc {
	font-weight: bold;
	color: black;
}

.pagetitle {
	background: #102058;
	color: #f8fcf8;
	font-weight: bold;
	font-size: 20px;
}

.navigate {
	text-decoration: none;
	background: #405c88;
	color: #f8fcf8;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 12px;
}

.state0 {
	background: #F0F000;
}

.text0 {
	color: #ceb512;
	font-size: 10px;
}

.state1 {
	background: #00BB00;
}

.text1 {
	color: green;
	font-size: 10px;
}

.state2 {
	background: #FF0000;
}

.text2 {
	color: #FF0000;
	font-size: 10px;
}

.headline {
	background: #102058;
	color: white;
}

/* line color 1 in overviews */
.line1 {
	background-color: #98bcd8;
}

/* line color 2 in overviews */
.line2 {
	background-color: #88acc8;
}

/* not started task */
.task0 {
	background: #bb8888;
	color: black;
	font-size: 10px;
}

/* ongoing task */
.task1 {
	background: #a0e0a0;
	color: black;
	font-size: 10px;
}

/* finished task */
.task2 {
	background: #DDFFDD;
	color: black;
	font-size: 10px;
}

/* overdue task */
.task3 {
	background: #e07777;
	color: black;
	font-size: 10px;
}

/* task done */
.taskdone {
	background: green;
	color: black;
	font-size: 10px;
}

/* task to do */
.tasktodo {
	background: #E00000;
	color: black;
	font-size: 10px;
}

/* task too much time */
.taskmuch {
	background: red;
	color: black;
	font-size: 10px;
}

/* office */
.apploc0 {
	color: black;
}

/* out */
.apploc1 {
	color: black;
}

/* vacation */
.apploc2 {
	color: green;
}

/* sick */
.apploc3 {
	color: black;
}
/* Postponed */
.apploc4 {
	color: blue;
}
/* Option */
.apploc5 {
	color: black;
}
/* Private */
.apploc6 {
	color: lightblue;
}

.holiday {
	background: #c47b89;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.freeday {
	background: #c999a5; 
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.appday {
	background: #A0A0A0;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.today {
	background: #90C090;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.week {
	color: #f8fcf8;
	background: #405c88;
	width: 5%;
	vertical-align: top;
}

.app {
	background: #e8ece8 ;
	color: black;
	font-size: 10px;
}
/* office */
.app0 {
	background: #e8ece8 ;
	color: black;
	font-size: 10px;
}
/* out */
.app1 {
	background: #f8f8d8 ;
	color: black;
	font-size: 10px;
}
/* vacation */
.app2 {
	background: #e8dcd8 ;
	color: black;
	font-size: 10px;
}
/* sick */
.app3 {
	background: #d8ecd8 ;
	color: black;
	font-size: 10px;
}
/* Postponed */
.app4 {
	background: #d8dce8 ;
	color: black;
	font-size: 10px;
}
/* Option */
.app5 {
	background: #d8dce8 ;
	color: black;
	font-size: 10px;
}
/* Private */
.app6 {
	background: #e8ece8 ;
	color: black;
	font-size: 10px;
}

.privapp {
	background: #ffdcd8;
	color: black;
	font-size: 10px;
}

ADDRESS {
	font-size: x-small;
}

TABLE {
	margin:0px;
      align:center;
}

TABLE.single {
	background: #88acd0;
}

TABLE.inner {
	background: #88acd0;
}

TABLE.outer {
	background: #102058;
	margin: 0px;
	padding: 1px;
}


TD {
	padding-left:7px;
	padding-right:5px;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt
}

TD.Rahmen {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt
}

TD.Kopf {
	padding-left:2px;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt
}

TD A:link{
	text-decoration:underline ;
	color:black;
	font-family: verdana, arial, sans-serif
}

TD A:hover {
	text-decoration:underline ;
      color:#FF4500
}


TH {
	color: #f8fcf8;
	background: #304c78;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px
}
.contenttable { 
  background-color: #EFFFF0; 
  border: 1px solid #24567C; 
  border-collapse:collapse;
  spacing:0px;
  font-family: Arial, Helvetica, Univers, "Zurich BT"; 
  font-size: 12pt; 
  color: #101010; 
}
.contenttable th { 
  background-color: #FFB331; 
  border: 1px solid #24567C; 
  font-family: Arial, Helvetica, Univers; 
  color: #101010; 
}
.contenttable th p {
  font-size: 12pt; 
  font-weight: bold;
  margin-bottom:1px;
}
.contenttable td { 
  border: 1px solid #24567C; 
  font-family: Arial, Helvetica, Univers; 
  font-size: 10pt; 
  color: #101010; 
}
.contenttable td p { 
	font-size: 10pt; 
	margin-bottom:3px;
	margin-top:3px;
}

INPUT {
	margin-left:2px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	background:#FFFFD0;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
        border-style:solid;
        border-right:solid thin #DDDDDD;
        border-top:solid thin black;
        border-left:solid thin black;
        border-bottom:solid thin #DDDDDD;
	color:black;
}

TEXTAREA {
	margin-left:2px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	background:#FFFFD0;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
        border-style:solid;
        border-right:solid thin black;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin black;
	color:black;
}

INPUT.senden {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:black;
}
INPUT.senden1 {
	margin-left:5px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:black;
}

INPUT.senden:hover {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#CCCCCC;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:#EE4500
}
INPUT.senden1:hover {
	margin-left:5px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	background:#CCCCCC;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:#EE4500
}

INPUT.senden:active {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #DDDDDD;
        border-top:solid thin #888888;
        border-left:solid thin #888888;
        border-bottom:solid thin #DDDDDD;
	color:#882000
}
INPUT.senden1:active {
	margin-left:5px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #DDDDDD;
        border-top:solid thin #888888;
        border-left:solid thin #888888;
        border-bottom:solid thin #DDDDDD;
	color:#882000
}

INPUT[type="submit"] {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:black;
}
INPUT[type="submit"]:hover {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#CCCCCC;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #888888;
        border-top:solid thin #DDDDDD;
        border-left:solid thin #DDDDDD;
        border-bottom:solid thin #888888;
	color:#EE4500
}
INPUT[type="submit"]:active {
	margin-left:5px;
	margin-top:5px;
	margin-right:2px;
	margin-bottom:5px;
	background:#BBBBBB;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	  border:6px;
        border-style:solid;
        border-right:solid thin #DDDDDD;
        border-top:solid thin #888888;
        border-left:solid thin #888888;
        border-bottom:solid thin #DDDDDD;
	color:#882000
}

SELECT {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	background:#FFFFD0;
        border-bottom:solid thin black;
        border-right:solid thin black;
        border-style:solid;
	color:black;
}

div.message {
	margin-top: 20px;
	text-align: center;
}

SPAN.warn {
	font-weight: bold;
	font-size: 14px;
}

IMG.menu {
	border: 0;
}

IMG.list {
	border: 0;
}
