/* 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;
}
form
{ 
	margin:0px;
	}

div.detailarea td {padding-left:5px; padding-right:5px;}
div.detailarea input { position:relative; top:4px; *top:0px; }
.dataGridTable { width:100%; *width:98.5%; }

.lineImage 
{
	background:url(../images/sline.jpg);
	}

td
{
	align: left;
}

pre
{
	overflow: auto;
	white-space: normal;
	cursor: default;
	font-style: italic
}


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, table.noborder td input
{
	border: none;
}

/* Sicher stellen, dass DIVs keinen Abstand zueinander haben */
div
{
	margin: 0;
	padding: 0;
}

/* allgemeine Farbe für Links */
a
{
	color: #CC0000;
	text-decoration: underline;
}

hr
{
	color: #CBCBCB;
	height: 1px;
	margin: 0;
	padding: 0;
}

.headline
{
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
}

.errorheadline
{
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
}

.menuheadline
{
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	color: #414141;
	margin: 0;
	padding: 0;
}

.homelink
{
	float: left;
	padding-right: 4px;
}

.homelink a.menubutton
{
	font-weight: bold;
}

.padding2px
{
	padding: 2px;
}

.padding5px
{
	padding: 5px;
}


/* 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: #FFFFFF 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: 0px 5px 0px 5px;
	color: #CC0000;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #A3A3A3;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.button:disabled{
	color: #CCCCCC;
}

a.button, a.button:active, a.button:visited, a.button:hover 
{
	background: #FFFFFF url(../images/cms/button.gif) repeat-x;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 0;
	color: #CC0000;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #A3A3A3;
	text-align: center;
	text-decoration: none;
	width: 119px;
	display: block;
}

.keygrey a.button
{
	width: 119px;
}

.keygrey .button
{
	width: 120px;
}

a.menubutton
{
	font-size: 13px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: #414141;
	text-transform:none;
	margin: 0;
	text-decoration: none;
}

a.menubutton:hover
{
	font-size: 13px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: #414141;
	background-color: #FFFFFF;
	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: 20px;
	line-height: 13px;
	padding: 0 5px 3px 5px;
	color: #CC0000;
	border: solid 1px #CCCCCC;
	width: 78px;
	font-size: 11px;
	margin: 0 1px 0 1px;
}

.searchinput, input.searchinput
{
	height: 16px;
	margin: 0;
	line-height: 11px;
	border: solid 1px #CCCCCC;
}

.buttoncell input, button
{
	border: solid 1px #CC0000;
	line-height: normal;
	cursor: default;
	vertical-align: bottom;
	height: 20px;
	color: #CC0000;
	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: #CC0000;
	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: #CC0000;
	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: #414141;
}

/*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: #FF0000;
}

.ActiveTreeNode
{
	color: #FF0000;
	text-decoration: underline;
}

.EditTreeNode
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}


/* Formatierung der Vorwärts/Rückwärtszeile in einem Datagrid */
.datagridpaging
{
	padding: 0 2px 0 2px;
	width: 100%;
	font-weight: bold;
}

/* Formatierung des Kopfbereichs eines Datagrids */
.datagridheader
{
	background-color: #8F8D8D;
	padding: 0 2px 0 2px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	height: 18px;
	line-height: 18px;
	background-image: url(../images/detailare_bg_2.jpg);
}

.boxcontent .datagridheader
{
	background-image: url(../images/detailarea_bg.gif);
}

.datagridheaderlight
{
	background-color: #CCCCCC;
	padding: 0 2px 0 2px;
	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: 1px;
}

/* Formatierung der Zellen eines Datagrids */
.gridcontrol td
{
	padding: 1px 10px 0px 5x;
	border: none;
	border-bottom: solid 1px #DDDDDD;
	vertical-align: middle;
	padding-left:4px;
	padding-right:4px;
}

.gridcontrol a
{
	color: #000000;
}

/* 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 5px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	background-image: url(../images/hint_bg.gif);
	background-repeat: repeat-x;
}

.cellbordermessage
{

	padding: 0 3px 0 3px;
	background: #EEEEEE;
}

/* Formatierung für Feedback (Fehler) */
.headlineerror
{
	background-color: #FF0000;
	font-size: 12px;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
	background-image: url(../images/headlineerror_bg.gif);
	background-repeat: repeat-x;
}

.cellbordererror
{
	border-color: #FF0000;
	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;
	background-image: url(../images/detailarea_bg.gif);
	background-repeat: repeat-x;
}

.keyarea .detailheader, table.keyarea td.detailheader
{
	height: 18px;
	line-height: 18px;
	background-color: #CC0000;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
	background-image: url(../images/detailheader_bg.gif);
	background-repeat: repeat-x;
}

.detaildistance
{
	padding: 0;
	margin: 0;
	height: 5px;
}

.detailarea .detailcontent, .tdborder
{
	padding: 5px 2px 5px 2px;
	border: solid 1px #A3A3A3;
	background: white;
	background-image: url(../images/detailcontent_bg.gif);
	background-repeat: repeat-x;
}

.keyarea .detailcontent
{
	padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #A3A3A3;
	border-left: solid 1px #A3A3A3;
	border-right: solid 1px #CCCCCC;
	background: #FFFFFF;
	background-image: url(../images/keyarea_bg.gif);
	background-repeat: repeat-x;
}


/* 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: #CC0000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Trebuchet MS;
	line-height: 17px;
	background-image: url(../images/red_header.gif);
	background-repeat: repeat-x;
}

.color
{
	background: #CBCBCB;
}

.keyred
{
	background: #CC0000;
	height: 20px;
}

.keygrey
{
	background: #EEEEEE;
	border-right: 1px solid #CCCCCC;
}

.keydistance
{
	background: #FFFFFF;
}

.bgnavigation
{
	background: #EEEEEE url(../images/cms/nav_px.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

/* language */

.seperator
{
	background: url(../images/line.gif);
	background-repeat: repeat-y;
	width: 1px;
	height: 100%;
}

/* relation */

.lselement
{
	font-style: italic;
}

.inheritedpermission
{
	font-style: italic;
	color: #666666;
}


/* START PAGE */
	    
.dragdiv
{
	width: 25px;
	height: 18px;
	background-image: url(../images/drag.gif);
	background-repeat: no-repeat;
	display: block;
	cursor: move;
}

.boxcontainer
{
	line-height: 0px;
	font-size: 0px;
	padding: 0;
}

.selectboxcontainer
{
    border: dashed 1px #999999;
    line-height: 0px;
    font-size: 0px;
    padding: 0;
    margin-top: 5px;
	margin-bottom: 5px;
}

.boxleftcontainer
{
	border: solid 1px transparent;
	line-height: 0px;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.selectleftboxcontainer
{
    border: dashed 1px #999999;
    line-height: 0px;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}      

.boxarea
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxheader
{
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	background-image: url(../images/detailheader_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
}

.leftboxheader
{
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	background-image: url(../images/detailarea_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
}

.boxcontent
{
	padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #A3A3A3;
	border-left: solid 1px #A3A3A3;
	border-right: solid 1px #CCCCCC;
	background: #FFFFFF;
	background-image: url(../images/keyarea_bg.gif);
	background-repeat: repeat-x;
}  

.dragging
{
    filter:alpha(opacity=60);    
    -moz-opacity: 0.6;    
    opacity: 0.6; 
    position: absolute;
    width: 250px;     
}


/*Additional styles*/

.header_shadow
{
	background-image: url(../images/shadow.gif);
	text-align: left;
	background-repeat:repeat-x;
	background-position:top;
}

.shadow_left
{
	height: 9px;
	background-image: url(../images/shadow_left.gif);
	background-repeat:repeat-x;
}
.shadow_left_image
{
	height:9px;
	width: 203px;
	background-image: url(../images/shadow_left.gif); 
	float:right;
}

.bottom_shadow
{
	background-repeat:repeat-x;
	background-image: url(../images/shadow_bottom.gif);
	text-align: left;
	background-position: bottom;
}

.shadow_bottom_left
{
	height: 6px;
	width: 203px;
	background-image: url(../images/shadow_bottom_left.gif);
}

ul.boxmessages
{
	margin-top: 0;
	margin-bottom: 5px;
	list-style: none;	
	list-style-position: outside;
}

ul.boxmessages li
{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EEEEEE;
	margin: 0 0 0 -40;
}

.parametertable
{
	margin-left: 15px;
}

.parametertable td
{
	padding-left: 10px;
	padding-right: 5px;
	border-left: solid 1px #DDDDDD;
	vertical-align: top;
}

.parametertable td td
{
	border: none;
}

/*** for object overview - absolute divs for displaying long texts ***/

.overviewtextcontainer
{
	display: none;
    position: absolute;    
    background-color: #EEEEEE;
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
    z-index: 100;
    width: 350px;
    margin-left: 30px;
}

/*** top menu search ***/
#top_menu_search_ButtonDiv
{
	right: 0;
}