/* Standart-Tags === Standart-Tags === Standart-Tags === Standart-Tags === Standart-Tags === */
* {
        margin: 0px;
        padding: 0px;
}

html {
        width: 100%;
        height: 100%;
}

body {
  width: 100%;
  font-family: arial, verdana, sans-serif;
  font-size: 8pt;
  background-color: #FFFFFF;
  color: #000000;
  /* Geht nicht im body: durch editor_content.css überflüssig, geht doch */
  /* background: url(../images/bg_body.jpg) repeat-x; */
  /* da dann auch im Editor */
}

p {
  margin-bottom: 1.0em;
}

a {
  text-decoration:  none;
  /* font-weight: bold; */
  color: #0000CC;
}
a:hover {
  text-decoration:  underline;
}


h2, h3, h4 {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

ul, ol {
  padding-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

table {
	empty-cells: show;
}
tr {
	vertical-align: top;
}

/* Einmalige Container === Einmalige Container == Einmalige Container == Einmalige Container === */

/* Container für alle Inhalte um sie zentriert anzuordnen */
#blockall {
	/* background: url(../images/bg_all.jpg) repeat-x; */
	/* background-color: #FFFFFF;
	color: #000000; */
	width: 98%;
	min-width: 640px;

	margin-top: 0px;
	margin-bottom: 10px;
	z-index: 2;
}

#blockhead {
	/* background-color: yellow; */
	background-color: #99ff99;
	color: darkgreen;
	width: 100%;
	height: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: #99ff99;
}

#blockhead h1 {
	float: left;
}

#blockhead {
	float: right;
}

#blocknavi {
	clear:both;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #99ff99;
}

#blockmain {
	clear:both;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #99ff99;
	padding-bottom:15px;
}

#blockfoot {
	clear:both;
	background-color: #99ff99;
	color: darkgreen;
	width: 100%;
	height: 80px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #99ff99;
}
#blockmessaging {
	margin-bottom:10px;
}

/* === wiederkehrende Container === wiederkehrende Container === wiederkehrende Container === */

/* Container zum "säubern" */
.clear{
	clear:both;
}

/* Innerer Container, nötig für padding, da ohne die Gerundeten Ecken probleme machen */
.innerblock {
  padding-left: 10px;
  padding-right: 10px;
}

/* Content aus Datenbank - Überschrift */
.content_head {
}

/* Content aus Datenbank - Inhalt */
.content_block {
}

/* Fehler ausgaben */
.fehler {
	color: red;
}

.meldung {
	color: blue;
}

a.button {
	color: black;
	background-color: #ccffcc;
	border: 1px solid black;
	display: block;
	text-decoration: none;
	width: 99%;
}

a.button_big {
	color: black;
	/* background-color: #ccffcc;
	border: 1px solid black; */
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-align: center;
	/* vertical-align: middle; */
}


a.button:hover, a.button_big:hover {
	background-color: #99ff99;
	color:white;
}

td.button_big {
	color: black;
	background-color: #ccffcc;
	border: 1px solid black;
	/* display: block; */
	/* text-decoration: none; */
	/* width: 99%; */
	height: 5.5em;
	text-align: center;
	vertical-align: middle;
}

td.button_big:hover a {
	font-weight: bold;
}

a.editLink {
	color: green;
}

a.stopLink {
	color: green;
	text-decoration:underline;
	font-size:12px;
}
li.abschlussListeTop{
	padding:10px;
	font-size:14px;
	font-weight:bold;
}
li.abschlussListeItemR{
	padding:5px;
	font-size:12px;
	color: green;
}
li.abschlussListeItemV{
	padding:5px;
	font-size:12px;
	color: red;
}

a.deleteLink {
	color: red;
}

table.listTable {
	background-color: #99ff99;
}

table.listTable td {
	background-color: #ffffff;
	padding: 4px;
}

table.listTable th {
	background-color: #99ff99;
	padding: 4px;
}


table.listTableHidden {
	background-color: #ffffff;
}

table.listTableHidden td {
	background-color: #ffffff;
	padding: 4px;
}

table.listTableHidden th {
	background-color: #ffffff;
	padding: 4px;
}



input,select,textarea {
	font-size: 8pt;
}

.ba_form_small_info_cell{
	font-size:12px;
	padding:0px;
	text-align:right;
}
td.planung_zahl{
	font-size:12px;
	text-align:right;
}

td.highlighted{
	background-color:pink;
}

a.moreLink{
	text-decoration:underline;
	color:blue;
}

div.content800{
	 width:800px;
	 overflow-x:scroll;
	 overflow-y:visible;
}
div.content1100{
	 width:1100px;
	 overflow-x:visible;
	 overflow-y:visible;
	 font-size:11pt;
}

div.content1100 input {
	 font-size:11pt;
}

div.content1100 select {
	 font-size:11pt;
}

div.content1100 td {
	 font-size:11pt;
}

div.content1100 th {
	 font-size:11pt;
}

div.content1100 textarea {
	 font-size:11pt;
}

div.debug {
	height:20px;
	width:100px;
	padding-left:20px;
	position:absolute;
	z-index:10000;
	overflow:hidden;
	background-color:#fcfc99;
}

div.debug:hover {
	width:80%;
	height:95%;
	text-align:left;
	padding-left:20px;
	position:absolute;
	z-index:10000;
	overflow:auto;
	background-color:#fc99fc;
}

div.debugstatic {
	width:80%;
	height:95%;
	text-align:left;
	padding-left:20px;
	position:absolute;
	z-index:10100;
	overflow:auto;
	background-color:#fc99fc;
}

































table#fct { 
	border-collapse:separate; 
	border-top: 0px solid grey; 
}

table#fct td {
    margin:0;
    border:0px solid grey; 
    border-top-width:0px; 
    white-space:nowrap;
    height:20px;
}

div#fcd { 
    width: 1100px; 
    overflow-x:scroll;  
    margin-left:310px; 
    overflow-y:visible;
    padding-bottom:1px;
}

.headcol1 {
    position:absolute; 
    width:20px; 
    left:10px;
    top:auto;
    border-right: 0px none black; 
    border-top-width:0px; /*only relevant for first row*/
    margin-top:0px; /*compensate for top border*/
}
.headcol2 {
    position:absolute; 
    width:200px; 
    left:30px;
    top:auto;
    border-right: 0px none black; 
    border-top-width:0px; /*only relevant for first row*/
    margin-top:0px; /*compensate for top border*/
}
.headcol3 {
    position:absolute; 
    width:80px; 
    left:230px;
    top:auto;
    border-right: 0px none black; 
    border-top-width:0px; /*only relevant for first row*/
    margin-top:0px; /*compensate for top border*/
}
.headcol:before {
	content: '';
}
.long {
	background:yellow;
	/*letter-spacing:1em;*/ 
}