/*
 * Copyright 2003 - 2013 by Heinz Münninghoff
 *
 * Farbvorgaben fuer eahm.de
 *
 * $Author: Heinz Münninghoff $
 *
 */

BODY {
      background:#556B2F;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
      color:#000000;
	padding: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: 10pt;
}
.menuelink A:link {
      color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 14px;
}
.menuelink A:visited {
      color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 14px;
}
.menuelink A:hover{
      color:#7FFFD4;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 14px;
}
.menuelink2 A:link{
      color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}
.menuelink2 A:visited{
      color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
}
.menuelink2 A:hover{
      color:#7FFFD4;
	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:#0000EE;
}

A:link {
	text-decoration:underline ;
	color:#0000EE;
}

A:visited {
	text-decoration:underline ;
	color:#000000;
}

A:active {
	text-decoration:underline ;
	color:#FF4500;
}
.align-right {
      text-align:right;
}
.align-left {
      text-align:left;
}
.align-justify {
      text-align:justify;
}

.tx_ref-comp {
      font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin:0 0 2 0;
}
.tx_ref-fil {
      font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	margin:0 0 2 4;
}
.tx_ref-ein {
      font-family:Arial,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	margin:0 0 2 16;
}
.tx_ref-ein p{
      font-family:Arial,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	margin:0 0 2 0;
}
.tx-ref-cleaner { clear: left; height: 1px; }
.tx-ref-dynheader { cursor: pointer; }
.tx-ref-dynans-hidden { display: none; }
.tx-ref-dynans-visible { display: inline; }



.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: #1E751C;
      font-family:verdana, arial, sans-serif;
      font-size:24pt;
      font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
}
H2 {
      text-align:center;
	color: #1E751C;
      font-family:verdana, arial, sans-serif;
      font-size:18pt;
      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;
	margin-bottom:6px;
}

.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:4px;
	border-style:solid;
	border-color:#1E751C;
	padding:5px;
	text-align:justify; 
	-webkit-box-shadow: 10px 10px 5px 0px rgba(41,41,41,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(41,41,41,1);
	box-shadow: 10px 10px 5px 0px rgba(41,41,41,1);
}


.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;
	padding-left:7px;
	padding-right:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px
}

.contenttable { 
  background-color: #EFFFF0; 
  border: 1px solid #139845; 
  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 #139845; 
  font-family: Arial, Helvetica, Univers; 
  color: #101010; 
}
.contenttable th p {
  font-size: 14pt; 
  font-weight: bold;
  margin-bottom:1px;
}
.contenttable td { 
  border: 1px solid #139845; 
  font-family: Arial, Helvetica, Univers; 
  font-size: 12pt; 
  color: #101010; 
}
.contenttable td p { 
	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;
}

/* ------------------------------ */
/* --- Gaestebuchvorgaben     --- */
/* ------------------------------ */

    .tx-veguestbook-pi1 {
        font-size:12px;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#666;
		color:#FFF;
		display:block;
		font-size:14px;
		font-weight:bold;
		padding: 2 10 2 10;
		width: 700;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:700;
		background:#EFEFEF;
		min-height:40;
		padding: 2 5 2 5;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		font-size:10px;
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:700;
		background:#FFF;
		padding: 2 5 2 5;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		font-size:10px;
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:12px;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}






/* EOF */