/* CSS Document */


/**************************************************
***
***	Tabelle auf allen Seiten
***
***************************************************/

.pagetemplate {
	
}

.pagetemplate td.menu {
}

.pagetemplate tr {
	vertical-align: top;
}

.pagetemplate td {
	vertical-align: top;
}

.pagetemplate td.pagedata {
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	margin: 0;
	padding: 0;
}

.pagetemplate td.pagedata_full {
	border-left: 2px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
}

/**************************************************
***
***	Datentable auf daten.php
***
***************************************************/

.dataTable {
	margin: 0 0 24px 0;
	padding: 0;
	background: transparent;
	/*border: none;*/
	font-size: 0.82em;
	height:auto;
} 

.dataTable th {
	background: #333333;
	color: #FFFFFF;
	text-align: left;
	padding: 0 13px 0 2px;
	border: none;
}

.dataTable th a {
	color: #FFFFFF;
}

.dataTable td {
	border-bottom: 1px solid #CECECE;
	padding: 0px 13px 0px 2px;
}

.dataTable td.first {
	width: 58px;
}

tr.closingRow td {
	border: none;
}

tr.colored {
	background-color: #EFEFEF;
}

table.dataTable tr.prio2 {
	color: #336699;
}

.dataTable tr.prio3 {
	background-color:#336699;
	color: #FFFFFF;
}

.dataTable tr.whiteBackground {
	background-color:#FFFFFF;
}

.dataTable tr.greyBackground {
	background-color:#E2E2E2;
}

.dataTable td.content_warning {
	color:#CC6600;
	font-weight:bold;
}

.dataTable td.content_error {
	color:#FF0000;
	font-weight:bold;
}

.tablepic {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
}



/**************************************************
***
***	Überschriftenaufteilung
***
***************************************************/

.headerTable {
	width: 100%;
}

.headerTable th {
	color: #336699;
	text-align: left;
}

.headerTable th.button_col {
	width: 150px;
	text-align:right;
}

.headerTable tr {
	vertical-align:bottom;
}

.headerTable tr.inverse th {
	color: #FFFFFF;
}

.headerTable tr.inverse a.headerlink {
	color:#FFC724;
	font-size:smaller;
	text-decoration:none;
	font-weight: bold;
}

.headerTable tr a.headerlink {
	color:#FFC724;
	text-decoration:none;
	font-size:smaller;
	font-weight: normal;
}

.headerTable tr button.headerbutton {
	color:#FFC724;
	font-size:smaller;
}


/**************************************************
***
***	Workarten auf werkarten.php
***
***************************************************/

#accountitems tr {
	height: 45px;
}

#accountitems tr.first {
	height: auto;
}

#accountitems a.sortlink:link, #accountitems a.sortlink:focus, #accountitems a.sortlink:visited, #accountitems a.sortlink:active {
	text-decoration:underline;
	color:#CCCCCC;	
}

#accountitems a.sortlink_hi:link, #accountitems a.sortlink_hi:focus, #accountitems a.sortlink_hi:visited, #accountitems a.sortlink_hi:active {
	text-decoration:underline;
	color:#FFFFFF;
}

 #accountitems a.sortlink:hover, #accountitems a.sortlink_hi:hover {
 	text-decoration:none;
 	color: #999999;
 }



/**************************************************
***
***	Fehlertabelle auf reg_error.php
***
***************************************************/

.errortable {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFF;
	/*border: none;*/
	font-size: 0.82em;
} 

.errortable th {
	background: #333333;
	color: #FFFFFF;
	text-align: left;
	padding: 0 16px 0 2px;
	border: none;
}

.errortable td {
	border-bottom: 1px solid #CECECE;
	vertical-align: top;
	padding: 0 16px 0 2px;
}

.errortable td.error{
	vertical-align: super;
	font-size: 9px;
	color: #CC0000;
}





