/* Allgemeine Einstellungen, gelten für alle Elemente */
body, table, td
{
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	line-height: 18px;
	font-style: normal;
	text-justify: inter-word;
	padding: 0;
	margin: 0;

}

html, body
 {

    height: 100%;    
	overflow:hidden;padding:0;margin:0;
	min-height: 100%;
}

p
{
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*
.main_table
{
	background-image: url(../images/cms_body_bg.gif);
	background-repeat: repeat-x;
}
*/

form
{ 
	margin:0px;
}

div.detailarea td {padding-left:5px; padding-right:5px;}
div.detailarea input 
{
	/*
	position:relative;
	top:4px; *top:0px;
	*/
}
.dataGridTable { width:100%; }

.lineImage 
{
	background:url(../images/sline.jpg);
	}

td
{
	align: left;
}

pre
{
	overflow: auto;
	white-space: normal;
	cursor: default;
	font-style: italic
}


input, select, option, textarea
{
	font-size: 11px;
	font-family:  Arial;
	text-decoration: none;
	line-height: 15px;
}
input, option, textarea
{
	padding: 0px 0px 0px 2px;
	margin-bottom: 2px;
}
input
{
	margin-right: 3px;
	vertical-align: middle;
}


input[type=checkbox] 
{
	padding: 0;
	margin: 0 3px;
	height: 13px;
	width: 13px;	
}

label
{
	vertical-align: middle;
}




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;
}

.specialDisabled 
{
    text-decoration : none !important;
}

hr
{
	color: #dddddd;
	background-color: #dddddd;
	border: 0px;
	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: Arial;
	/*height: 20px;*/
	/*line-height: 18px;*/
	padding: 1px 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;
	cursor: default;
}

.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;
	display: block;
}

.keygrey a.button
{
	width: 149px;
}

.keygrey .button
{
	width: 150px;
}

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: Arial;
	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;
}

/*
.TreeNode, .ActiveTreeNode 
{
	position: relative;
	top: 1px;	
}
*/

.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: #e2e2e2;
	padding: 0 2px 0 2px;
	font-weight: bold;
	text-align: left;
	color: #444444;
	height: 18px;
	line-height: 18px;
	/*background-image: url(../images/detailare_bg_2.jpg);*/
	vertical-align: middle;
}

.datagridheader img
{
	vertical-align: middle;
}

.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 */
.datagridalternatingitemboxheader
{
	background-color: #EEEEEE;
}

/* Formatierung für ein Datagrid */
.gridcontrol
{
	width: 98%;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;

}

/* Formatierung der Zellen eines Datagrids */
.gridcontrol td
{
	padding: 1px 4px 2px 3px;
	border: none;

	vertical-align: middle;
}

.gridcontrol a
{
	color: #000000;
}

.gridcontrol a:hover
{
	color: #cc0000;
}

/* Formatierung der Zellen eines Datagrids */
.gridselectedrow
{
	font-weight: bold;
}

/* Formatierung für Feedback (Hinweis) */
.headlinemessage
{
	background-color: #8fafc9;
	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: #cc0000;
	font-size: 12px;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
	border: 1px solid #cc0000;
}

.cellbordererror
{
	border-color: #cc0000;
	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: #e2e2e2;
	border: solid 1px #bbbbbb;
	color: #444444;
	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: #bbbbbb;
	border: solid 1px #999999;
	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-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-top: 0px;
	background: white;
	background-image: url(../images/detailcontent_bg.gif);
	background-repeat: repeat-x;
}

.keyarea .detailcontent
{
	padding: 5px 2px 5px 2px;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	background: #f5f5f5;
	/*background-image: url(../images/keyarea_bg.gif);*/
	background-repeat: repeat-x;
}

.keyarea a
{
	text-align: center;
}

/* links for AxinomPanel */

.detailheader .showlink
{
	background: url(../images/panel/open.gif) no-repeat top right;
	height: 18px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.detailheader .hidelink
{
    height: 18px;
	background: url(../images/panel/close.gif) no-repeat top right;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

.detailarea .detailheader .showlink,
.detailarea .detailheader .hidelink 
{
    color: #444;   
}

/* new layout */

.bgred
{
	background-color: #bbbbbb;
	color: #ffffff;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Trebuchet MS;
	line-height: 17px;
	/*background-image: url(../images/red_header.gif);*/
	background-repeat: repeat-x;
}

.login_box_bg
{
	background-image: url(../images/keyarea_bg.gif);
	background-repeat: repeat-x;
}

.color
{
	background: #CBCBCB;
}

.keyred
{
	background: #CC0000;
	height: 20px;
}

.keygrey
{
	background: #fafafa;
	border-right: 1px solid #dfdfdf;
	min-height: 100%;
	height: 100%;
}

.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/detailarea_bg.gif);*/
	background-repeat: repeat-x;
	background-color: #bbbbbb;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.leftboxheader
{
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	/*background-image: url(../images/detailarea_bg.gif);*/
	background-color: #cccccc;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px 0 5px;
}

.boxcontent
{
	padding: 10px 5px 10px 5px;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	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
{
	list-style: none;	
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

ul.boxmessages li
{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	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;
}


/*** new SL top menu dropdowns ***/
div.dropDownDiv
{
    position: absolute;             
    top: 32px;
    display: block;
    z-index: 999;
    padding: 0px;
    margin: 0px;    
    background: #F0F0F0;        
}

div.dropDownDiv ul
{
	padding:0;
	list-style-type: none;
	display:block; 
	margin: 0px !important;
	border-bottom: 1px solid #a5a5a5;
}

div.dropDownDiv ul li.dropDownLink
{
	border:1px solid #A5A5A5;
	border-top:0;
	padding:1px 5px 1px 5px;
	color:#666666;
	text-decoration:none;
	cursor:default;
	margin:0px;       	
}

div.dropDownDiv ul li.dropDownDisabled
{	
	color:#CCCCCC;
}

div.dropDownDiv ul li.dropDownDisabled:hover
{	
	color:#CCCCCC;
	background: #F0F0F0;
}

div.dropDownDiv ul li
{
	border:1px solid #A5A5A5;
	border-top:0;
	padding:0 5px 0 5px;	
}

div.dropDownDiv ul li:hover
{
	background: white;
	border:1px solid #A5A5A5;
	border-top:0;
	color:#cc0000;
	cursor:default;
}        

div.dropDownDivSeparator
{

}

div.contentWrapperWithMenu
{
position: fixed; top: 32px; bottom: 24px; left: 0px; right: 0px; overflow: auto; background-color: #fff;
}

div.contentWrapper
{
position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: auto; background-color: #fff;
}

.publicationImage 
{
    vertical-align: middle;   
}

/***Context Menu Style***/

#tb ul
{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

#tb li
{
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}