/*
  Admin Seitenaufbau Style div Definition.

  [{page}

    [pageAdminBlockAttention]
    [pageAdminBlockInfo]
  
	-Titel, nur text-
    [pageAdminHeader]
    
	-Titel, in tabellen aufbau, mit Rahmen-
    [pageAdminHeader
	    [pageAdminHeaderBlock]
    ]
 
    -sichtbare eigenschafts bloecke-   
    [pageAdminBlockProperties
    
        [pageAdminBlockMainPropertiesContent
        
            [adminPropsContentMainDef
                [adminPropsElementLabel]
                ...
            ]

            [adminPropsContentMainDef
                [adminPropsElementLabel]
                ...
            ]
        ]
    ]

    -toggle eigenschafts bloecke-   
    [pageAdminBlockProperties
    
       [pageAdminBlockPropertiesMenu]
         [adminPropsContentDef
         	[adminPropsContentDefBlockTitle]
         	[adminPropsContentDefBlock
         		...
         	]
         ]
         [adminPropsContentDef
         	[adminPropsContentDefBlockTitle]
         	[adminPropsContentDefBlock
         		...
         	]
         ]
       ...
    ]

    [pageAdminBlockProperties
    
       [pageAdminBlockPropertiesMenu]
       [pageAdminBlockPropertiesContent
         [adminPropsContentDef
         	[adminPropsContentDefBlockTitle]
         	[adminPropsContentDefBlock
         		...
         	]
         ]
         [adminPropsContentDef
         	[adminPropsContentDefBlockTitle]
         	[adminPropsContentDefBlock
         		...
         	]
         ]
       ]
       ...
    ]
    
    
    [pageAdminBlockButton
        [pageAdminBlockButtonContent]
    ]
    
  ]

*/

/* Header  */
DIV.pageAdminHeader { 
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    
    background-color: white;
    margin-top: 10px;
}
TABLE.pageAdminHeaderBlock { 
	width: 550px;
	background-color: #f0f0f0;
	border: 1px solid black;
}

SPAN.adminHeaderTitle {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color: black; 
}
SPAN.adminHeaderTitleInfo {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	color: black; 
}
IMG.adminHeaderMenuHelp { 
	float: right;
	cursor: help; 
	margin-right: 1px;
}


/* Properties Definition */
DIV.pageAdminBlockProperties { 
    width: 550px;
    margin-left: auto;
    margin-right: auto;

	margin-top: 2px;
	margin-bottom: 0px;
	background-color: white;
}


/* Properties Definition Menu (1) */
DIV.pageAdminBlockPropertiesMenu { 
	width: 548px; /*??*/
	border: 1px solid black;
	background-color: #f0f0f0; 
	padding-top: 3px;
	padding-bottom: 3px;
}
SPAN.adminPropsMenuTitel { 
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	margin-left: 4px;
}
IMG.adminPropsMenuHelp { 
	float: right;
	cursor: help; 
	margin-right: 6px;
}
IMG.adminPropsMenuToogle { 
	float: right;
	cursor: auto;
	margin-right: 4px;
}

/* Properties Definition Inhalt (1-n) */
DIV.pageAdminBlockPropertiesContent {
	padding-top: 10px;
	margin-top: 0px;
	width: 548px; /*??*/ 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #f0f0f0;
}

DIV.pageAdminBlockMainPropertiesContent {
	padding-top: 10px;
	margin-top: 0px;
	border: 1px solid black;
	background-color: #f0f0f0;
}

DIV.adminPropsContentDef {
	margin-left: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
}

SPAN.adminPropsContentDefBlockTitle {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	font-weight: bold; 
	color: black; 
}

DIV.adminPropsContentDefBlock {
	width: 100%; 
	border: 1px solid black;
	background-color: white;
	padding-top: 4px;
	margin-bottom: 6px;
	clear: right;
}
TABLE.adminPropsContentMainDef {
	border-collapse:collapse;
	border-spacing: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
}
TABLE.adminPropsContentMainDefFull {
	width: 540px; /* 550px - padding, margin */
	border-collapse:collapse;
	border-spacing: 2px;
	margin-left: 4px;
	margin-bottom: 4px;
}
DIV.adminPropsContentMainDef {
	padding: 4px;
}
SPAN.adminPropsElementLabel {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	width: 80px;
	color: black;
	white-space: nowrap;
}
DIV.adminPropsElementLabel {
	width: 80px;
	text-align: bottom;
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	color: black;
	white-space: nowrap;
}
TD.adminPropsElementLabel {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	width: 100px;
	color: black;
	white-space: nowrap;
	vertical-align: top;
}
TD.adminPropsElementText {
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	color: black;
	white-space: wrap;
	vertical-align: top;
}

/* folgende style verwenden für die Literalte 'adminPropsElementLabel' */
INPUT.adminPropsInputRW { 
	background: white; 
	border: 1px solid black; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	padding: 1px;
	width: 430px;
}

INPUT.adminPropsInputRO { 
	background: #E2E2E2; 
	border: 1px solid black;
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	padding: 1px;
	width: 430px;
}

TEXTAREA.adminPropsInputRW { 
	background: white; 
	border: 1px solid black; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	width: 430px;
}

TEXTAREA.adminPropsInputRO { 
	background: #E2E2E2; 
	border: 1px solid black;
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	width: 430px;
}

SELECT.adminPropsInputRW { 
	border: 1px solid black; 
}

SELECT.adminPropsInputRO { 
}


/* --------------------------- */
/* Spezial Bild/Kurztext Block */
/* --------------------------- */
DIV.adminPropsElementKurztextImage {
	background: white; 
	border: 1px solid black;
	width: 88px;
	height: 88px; 
	margin: 0px;
	overflow: hidden;
	float: left;
}
TEXTAREA.adminPropsElementKurztext { 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	background: white; 
	border: 1px solid black; 
	width: 336px; 
	height: 88px;
	margin: 0px;
	margin-left: 2px;
    float: right;
}
DIV.adminPropsElementKurztextImageButtons {
	margin-top: 55px; 
	margin-right: 5px; 
	padding: 0px;
}


/* ------------------------- */
/* Page Button Leiste  (1-n) */
/* ------------------------- */
DIV.pageAdminBlockButton 
{ 
	width: 548px; /* nicht 550 da border gezeichnet wird*/

    margin-left: auto;
	margin-right: auto;
	
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #f0f0f0;
	border: 1px solid black;
}

TABLE.pageAdminBlockButtonContent 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Allgmein */
/* -------------------------------------------------------------------------------------------------------------- */
DIV.pageAdminBlockSpacer { 
    height: 10px;
}

DIV.pageAdminBlockSpacerSmall { 
    height: 3px;
}

DIV.pageAdminBlockAttention { 
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	
	width: 538px; /* 550px - 6px - 6px */
	margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
	padding: 6px;

	border: 1px solid #ff9e3e; 
	background-color: #ffce9d; 
}
DIV.pageAdminBlockInfo { 
	font-family: arial,helvetica,verdana; 
	font-size: 12px; 
	
	width: 538px; /* 550px - 6px - 6px */
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
	padding: 6px;
	
	border: 1px solid #ff9e3e; 
	background-color: #f0f0f0; 
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Allgmein Zusatz */
/* -------------------------------------------------------------------------------------------------------------- */

/* folgende style verwenden für die Literalte 'adminPropsElementLabel' */
INPUT.adminInputRW { 
	background: white; 
	border: 1px solid black; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
}

INPUT.adminInputRO { 
	background: #E2E2E2; 
	border: 1px solid black;
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
}

TEXTAREA.adminInputRW { 
	background: white; 
	border: 1px solid black; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
}

TEXTAREA.adminInputRO { 
	background: #E2E2E2; 
	border: 1px solid black;
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 11px;
}

SELECT.adminInputRW { 
}

SELECT.adminInputRO { 
}

/* Dokument Special Styles */
INPUT.adminInputDokumentText { 
	background: white; 
	border: 1px solid #F07E18; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	color: black;
	height: 18px; 
}

SPAN.adminDokumentLineSpacer { 
	height: 5px 
}

DIV.adminDokumentLineSpacer { 
	height: 5px 
}

/* Dokument Absatz Special Propertie Styles */

DIV.adminDokumentPropertieBlock { 
	background-color: white; 
	border:1px solid gray; 
	margin-top: 5px; 
}

DIV.adminDokumentPropertieBlockFilled { 
	background-color: white; 
	border:1px dashed green; 
	margin-top: 5px; 
	color: green;
}

DIV.adminDokumentPropertieBlockTitle { 
	font-family: arial,helvetica,verdana; 
	font-size: 11px; 
	font-weight: bold; 
	margin: 4px; 
	float: left; 
}
DIV.adminDokumentPropertieBlockButtons { 
	text-align: right;
	margin: 2px; 
}

/* --------------------- */
/* Editor Special Styles */
/* --------------------- */

DIV.externEditorArea { 
	border: 1px solid #F07E18; 
	cursor: default; 
	background-color: white; 
	overflow: auto; 
	margin-bottom: 0px;
	text-align: left;
}
INPUT.externEditorAreaButton {
	background-color: #F07E18; 
	width: 100%; 
	height: 24px; 
	margin-top: 0px;
	font-family: arial,helvetica,verdana; 
	font-size: 10px; 
}

DIV.externImageArea { 
	border-top: 1px solid #A2CD5A; 
	border-left: 1px solid #A2CD5A; 
	border-right: 1px solid #A2CD5A; 
	cursor: default; 
	background-color: white; 
	overflow: none; 
}
DIV.externImageAreaImage { 
	text-align: center;
}
DIV.externImageAreaButtons { 
	border-top: 1px solid gray; 
	border-bottom: 1px solid #A2CD5A; 
	border-left: 1px solid #A2CD5A; 
	border-right: 1px solid #A2CD5A; 
	background-color: #F4F4F4;
	border-top: 1px solid gray;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 6px
}
DIV.externImageAreaButtonsLeft { 
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}
DIV.externImageAreaButtonsRight { 
	text-align: right;
	margin-top: 3px;
	margin-right: 3px;
}
INPUT.externImageAreaInputText { 
	background: white; 
	border: 1px solid #A2CD5A; 
	cursor: default; 
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	color: black;
	height: 18px; 
}


/* --------------------- */
/* Layout Special Styles */
/* --------------------- */

.objektMarkAsSysObjekt { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}
A.objektMarkAsSysObjekt { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}
A.objektMarkAsSysObjekt:hover { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}
A.objektMarkAsSysObjekt:active { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}
A.objektMarkAsSysObjekt:link  { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}
A.objektMarkAsSysObjekt:visited  { 
	color: red !important; 
	font-style: italic !important;
	border-bottom: 1px dotted red !important;
}


	
	