/* Allgemeine Einstellungen, gelten für alle Elemente */
body, table, td
{
	font-size: 12px;
	font-family: "Trebuchet MS" , Verdana, Arial, Lucida, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 17px;
	font-style: normal;
	text-justify: inter-word;
	padding: 0;
	margin: 0;
}

td
{
	align: left;
}

pre
{
	overflow: auto;
	white-space: normal;
}


input, select, textarea
{
	font-size: 11px;
	font-family:  Verdana, Arial, Lucida, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 0 0 2px;
	line-height: 15px;
}

input.noborder, .noborder input
{
	border: 0;
}

/* Sicher stellen, dass DIVs keinen Abstand zueinander haben */
div
{
	margin: 0;
	padding: 0;
}

/* allgemeine Farbe für Links */
a
{
	color: #008800;
	text-decoration: underline;
}

hr
{
	color: #CBCBCB;
	height: 1px;
	margin: 0;
	padding: 0;
}

.headline
{
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.menuheadline
{
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	color: #000000;
	margin: 0;
	padding: 0;
}


/* Rahmen um Inhalte zu gruppieren, vorgesehen für DIVs */
.cellborder
{
	border-color: #8F8D8D;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Rahmen um Inhalte zu gruppieren, vorgesehen für DIVs */
.place
{
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Umriss um Buttons */
.button
{
	background: #EEEEEE url(../images/cms/button.gif) repeat-x;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Lucida, Helvetica, sans-serif;
	height: 20px;
	line-height: 18px;
	padding: 0 3px 0 3px;
	color: #008800;
	border: solid 1px #999999;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.keygrey .button
{
	width: 120px;
}

a.menubutton
{
	font-size: 13px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: #000000;
	text-transform:none;
	margin: 0;
	text-decoration: none;
}

a.menubutton:hover
{
	font-size: 13px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: #000000;
	background-color: #CBCBCB;
	margin: 0;
	text-decoration: none;
	text-transform:none;
}

.searchbutton, input.searchbutton
{
	font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
	background: #EEEEEE url(../images/cms/button.gif) repeat-x;
	height: 17px;
	line-height: 13px;
	padding: 0 5px 3px 5px;
	color: #008800;
	border: solid 1px #999999;
	width: 78px;
	font-size: 11px;
	margin: 0 1px 0 1px;
}

.searchinput, input.searchinput
{
	height: 16px;
	margin: 0;
	line-height: 11px;
}

.buttoncell input, button
{
	border: solid 1px #008800;
	line-height: normal;
	cursor: default;
	vertical-align: bottom;
	height: 20px;
	color: #008800;
	font-size: 11px;
}

/* Buttons in einer Zelle / Grid */
.buttoncell input, .listbutton
{
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	text-decoration: underline;
	background-color: transparent;
	border: 0px;
	cursor: hand;
	color: #008800;
	height: 20px;
}

.buttoncellbold input
{
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	cursor: hand;
	color: #008800;
	height: 20px;
}

/* ------------------------------------- */
/* Boxes on default_aecms */
/* ------------------------------------- */

.top
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.middle
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.bottom
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



/* Layouttabelle */
.PageTable
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	width: 98%;
	vertical-align: top;
	text-align: center;
}

/* HeaderTd --> Zelle ganz oben in Tabelle
   TotalTD --> Zelle über gesamte Breite
*/

.HeaderTd
{
	vertical-align: top;
	text-align: center;
}

.TotalTD
{
	vertical-align: top;
	text-align: center;
}

/* linke Zelle einer Layoutzeile */
.NavTD
{
	width: 33%;
	border: 0;
	vertical-align: top;
	text-align: right;
}

/* rechte Zelle einer Layoutzeile */
.ContentTD
{
	width: 67%;
	text-align: left;
}

/* Fehlernachrichten */
.error
{
	color: red;
}

.hint, a.hint
{
	color: #006699;
}

.black, a.black
{
	color: #000000;
}

/*for ControlCenter*/
.ControlCenter
{
	color: #003366;
	text-decoration: none;
}

A.ControlCenter
{
	color: #003366;
	text-decoration: none;
}

A.ControlCenter:hover
{
	color: #003366;
}

A.ControlCenter:active
{
	color: #003366;
	font-weight: 100;
}

/* Einstellungen fürs CategoryManagement */
.TreeNode
{
	color: black;
	text-decoration: underline;
}

A.TreeNode:hover, A.TreeNode:active
{
	color: #008800;
}

.ActiveTreeNode
{
	color: #008800;
	text-decoration: underline;
}

.EditTreeNode
{
	color: #008800;
	font-weight: bold;
	text-decoration: underline;
}


/* Formatierung der Vorwärts/Rückwärtszeile in einem Datagrid */
.datagridpaging
{
	background-color: #CBCBCB;
	padding: 0 2px 0 2px;
	width: 100%;
}

/* Formatierung des Kopfbereichs eines Datagrids */
.datagridheader
{
	background-color: #8F8D8D;
	padding: 0 2px 0 5px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	height: 18px;
	line-height: 18px;
}

/* Hintergrundfarbe in jeder zweiten Zeile eines Datagrids */
.datagridalternatingitem
{
	background-color: #EEEEEE;
}

/* Formatierung für ein Datagrid */
.gridcontrol
{
	width: 98%;
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: none;
}

/* Formatierung der Zellen eines Datagrids */
.gridcontrol td
{
	padding: 0 2px 0 2px;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
}

/* Formatierung der Zellen eines Datagrids */
.gridselectedrow
{
	font-weight: bold;
}

/* Formatierung für Feedback (Hinweis) */
.headlinemessage
{
	background-color: #006699;
	font-size: 12px;
	padding: 0 0 0 3px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
}

.cellbordermessage
{
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	padding: 0 3px 0 3px;
	background: #EEEEEE;
}

/* Formatierung für Feedback (Fehler) */
.headlineerror
{
	background-color: #008800;
	font-size: 12px;
	padding: 0 0 0 3px;
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
}

.cellbordererror
{
	border-color: #008800;
	border-width: 1px;
	border-style: solid;
	padding: 0 3px 0 3px;
	background: #EEEEEE;
}


/*Axinom Enterprise Web Suite Filter*/
.FilterTable
{
	width: 100%;
}


/* table for detailpages */

.detailarea
{
}

.keyarea
{
}

table.detailarea, table.keyarea
{
	width: 100%;
}

.detailarea .detailheader, table.detailarea td.detailheader
{
	height: 18px;
	line-height: 18px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
}

.keyarea .detailheader, table.keyarea td.detailheader
{
	height: 18px;
	line-height: 18px;
	background-color: #008800;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
}

.detaildistance
{
	padding: 0;
	margin: 0;
	height: 5px;
}

.detailarea .detailcontent, .tdborder
{
	padding: 5px 2px 5px 2px;
	border: solid 1px #7C7C94;
	background:white;
}

.keyarea .detailcontent
{
	padding: 5px 2px 5px 2px;
	border: solid 1px #7C7C94;
	background: #EEEEEE;
}

/* links for AxinomPanel */

.showlink
{
	background: url(../images/panel/open.gif) no-repeat;
}

.hidelink
{
	background: url(../images/panel/close.gif) no-repeat;
}

/* new layout */

.bgred
{
	background: #008800;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Trebuchet MS;
	line-height: 17px;
}

.color
{
	background: #CBCBCB;
}

.keyred
{
	background: #008800;
	height: 20px;
}

.keygrey
{
	background: #999999;
	height: 20px;
}

.keydistance
{
	background: #FFFFFF;
}

.bgnavigation
{
	background: #EEEEEE url(../images/cms/nav_px.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}




