﻿@media screen
{
/*************************************************
/* Haupttabelle für Darstellung von Eingabeformularen
/*************************************************/

table.TableDataEntry
{
	font-size: 11px;
	border-collapse: collapse;
	width: 100%;
}


/*************************************************
/* Haupttabelle für Darstellung der Rahmenfenster
/*************************************************/

table.TableMain
{
	width: 600px;
	border-collapse: collapse;
}

table.TableMainHeader
{
	width: 600px;
	border-collapse: collapse;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

table.TableMainBody
	{
		width: 600px;
		border-collapse: collapse;
		/*background-image: url(App_Themes/Default/Images/spacer5px.gif);*/
		border-right: silver 1px solid;
		border-top: silver 1px solid;
		border-left: silver 1px solid;
		border-bottom: silver 1px solid;
	}

table.TableMainBodyBackgroundColor
{
	width: 600px;
	border-collapse: collapse;
	background-color: #ffcc66;
	/*background-image: url(App_Themes/Default/Images/spacer5px.gif);*/
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

td.TableMainHeaderLeft
{
	width: 5px;
	border-collapse: collapse;
	background-color: #ff9900;
	/*background-image: url(App_Themes/Default/Images/spacer5px.gif);*/
}

td.TableMainHeaderBodySpacer
{
	height: 5px;
}

/*************************************************/

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
	width: 100%;
}

a
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.Slidemenu
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;
}

a:active {
	color: #666666;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}

/* HEADER */

.header {
	background-color: #ff9900;
	height: 80px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

Input.HandButton
{                   
	cursor: hand;
}

/*************************************************
/* PaneBar 
/*************************************************/

.panelbarHeader
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #ff9900;
	height: 22px;
	border-right: #ff9900 1px outset;
	border-top: #ff9900 1px outset;
	border-left: #ff9900 1px outset;
}

.panelbarHeaderLast
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #ff9900;
	height: 22px;
	border-right: #ff9900 1px outset;
	border-top: #ff9900 1px outset;
	border-left: #ff9900 1px outset;
	border-bottom: #ff9900 1px outset;
}

.panelbarHeaderHover 
{                   
	font-size: 10px; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #ffcc66;
	border-right: #ff9900 1px outset;
	border-top: #ff9900 1px outset;
	border-left: #ff9900 1px outset;
	height: 22px;
}

.panelbarHeaderHoverLast
{                   
	font-size: 10px; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #ffcc66;
	border-right: #ff9900 1px outset;
	border-top: #ff9900 1px outset;
	border-left: #ff9900 1px outset;
	border-bottom: #ff9900 1px outset;
	height: 22px;
}

.panelbarHeaderExpand
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #ff9900;
	height: 22px;
	border-right: #ff9900 1px outset;
	border-top: #ff9900 1px outset;
	border-left: #ff9900 1px outset;
	border-bottom: #ff9900 1px outset;
}

.panelbarItem
{
	font-size: 10px;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width: 100%;*/
	cursor: hand;
	cursor: pointer;
	padding: 6px;
	padding-left: 6px;
	background-color: #ffcc66;
	border: 0px;
	border-top: 0px;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
}

.panelbarItemSelected
{
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*width: 100%;*/
	cursor: hand;
	cursor: pointer;
	padding: 6px;
	padding-left: 6px;
	background-color: #ffcc66;
	border: 0px;
	border-top: 0px;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
}
}

@media print
{
	
TD.clsTDMenu
{
	display: none;
	visibility: hidden;
}
.header {
	display: none;
	visibility: hidden;
}
Table.clsTableNavigation {
	display: none;
	visibility: hidden;
}
}