
/* #a72920 = RAL3000 */

body {
	font-family: arial;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

a{
	text-decoration: none;
	color: #a72920;
}

a:hover{
	text-decoration: underline;
	color: #a72920;
}

table {
	border-collapse: collapse;
	border: 1px solid silver;
	padding: 2px;
}

tr {
	height: 25px;
	padding: 2px;
}

td {
	font-family: arial;
	font-size: 12px;
	padding: 2px;
}

div#SiteHead {
	font-family: arial;
	font-size: 14px;
	color: white;
	background-color: whitesmoke;
	height: 60px;
	padding: 5px;
	width: 99%;
	/* min-width: 1020px; */
}

div#Projekt {
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0.05em 0.05em silver;
	color: #a72920;
	font-variant: small-caps;
}

div#ProjektInfo {
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: grey;
}

div#ProjektVersion {
	float: right;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: grey;
}

div#SiteMain{
	position: relative;
	min-height: 725px;
	width: 99%;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
div#SiteNavigation {
	float: left;
	position: relative;
	font-family: arial;
	font-size: 12px;
	width: 200px;
	min-height: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}

div#SiteContent{
	/* float: left; */
	position: relative;
	margin-left: 200px;
	left: 10px; 
	font-family: arial;
	font-size: 12px;
	min-height: 700px;
	/* min-width: 800px; */
	padding: 5px;
}

div#SiteClear{
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#SiteFoot{
	font-family: arial;
	font-size: 10px;
	height: 20px;
	margin-top: 5px;
	padding: 5px;
	background-color: whitesmoke;
	background-color: #a72920;
	color: white;
	width: 99%;
	/* min-width: 1020px; */
}

div#SiteFoot table {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
}

div#SiteFoot td.Links {	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: silver;
	vertical-align: center;
	text-align: left;	
}
div#SiteFoot td.Mitte {	
	font-family: arial;
	font-size: 11px;
	color: white;
	vertical-align: center;
	text-align: center;	
}
div#SiteFoot td.Rechts {	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: silver;
	vertical-align: center;
	text-align: right;
}

div.Block {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid silver;
}
div.BlockTitel {
	background-color: #a72920;
	color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.BlockDivider{
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
div.BlockContent{
	font-family: arial;
	font-size: 12px;
	padding: 2px;
}

div.Menu{
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}

div.Menu ul {
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
div.Menu li {
	margin: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

div.Menu li.Spacer {
	margin: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

div.Menu p{
	margin: 0px;
}

div.Menu p.Info{
	/* erbt auf p */
	margin-top: 5px;
	margin-bottom: 5px;
}

div.Menu p.Header{
	/* erbt auf p */
	margin-top: 5px;
	margin-bottom: 5px;
	color: #a72920;
	font-weight: bold;
}

div.Menu p.Box {
	display: block;
	color: red; 
	border: 1px solid red; 
	padding: 2px; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	text-align: center;
}

div.Menu a{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #a72920;
}

div.Menu a:hover{
	padding: 3px;
	margin: -3px;
	padding-left: 17px;
	padding-right: 2px;
	margin-left: -17px;
	background-color: whitesmoke;
	/*
	color: white; 
	background-color: #a72920;
	*/
}
div.Daten table {
	width: 100%;
	border: 1px solid silver;
}
div.Daten table tr.Head,td.Head {
	background-color: grey;
}

div.Daten table tr.Head td{
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border: 1px solid grey;
}
div.Daten table tr {
	background-color: white;
}
div.Daten table tr.HighRow {
	background-color: whitesmoke;
}
div.Daten table tr td{
	color: black;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid silver;
}
div.Daten table tr:hover {
	background-color: lightblue;
}
div.Daten table tr.Head:hover {
	background-color: grey;
}
div.Daten table tr.Selected {
	background-color: lightcoral;
}

div#Filter {
	background-color: lightblue;
}
div#Filter table {
	background-color: lightblue;
	background-color: inherit;
}
div#Filter table tr{
	background-color: lightblue;
	background-color: inherit;
}
div#Filter table tr td{
	background-color: lightblue;
	background-color: inherit;
	border: none;
	text-align: center;
}

div#Filter table tr td.FilterHead{
	color: black;
	font-size: 12px;
	font-weight: bold;

}

div#Filter.Active{
	background-color: lightcoral;
}

.cellbutton,.cellbuttonHighRow {
	display: block;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.cellbuttonHighRow:hover {
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	cursor: pointer;
}

.cellbutton:hover {
	font-weight: bold;
	background-color: whitesmoke;
	text-decoration: none;
	cursor: pointer;
}

.button {
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #a72920;
	color: white;
	font-weight: bold;
	border: 1px solid silver;
	font-size: 12px;
	font-family: arial;
}

.button:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.errmsg {
	color: red;
	font-weight: bold;
	font-size: 115%;
}

.redsign {
	color: red;
	font-weight: bold;
	font-size: 115%;
}
