/* DATEI: cxdoku02.css */

/* --------- Basic Tags --------------------------------------------------------------------------------*/

BODY { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; text-decoration: none;color:black;background-color:#FFFFFF }

body, textarea {
	scrollbar-face-color: #E0E0E0; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #E0E0E0; 
	scrollbar-darkshadow-color: #E0E0E0; 
	scrollbar-track-color: #E0E0E0; 
	scrollbar-arrow-color: #003366;
	scrollbar-overflow:auto;
}

h1 { font-size:23px; }
h2 { font-size:20px; }
h3 { font-size:17px; }
h4 { font-size:14px; }
h5 { font-size:11px; }
h6 { font-size:10px; }
hr { noshade="noshade"; height:1px; color:#000000; size:1px; }

/* --------- Background -------------------------------------------------------------------------------- */
.textgelb  { background-color: #FFFFE0 } /* normal text */ 	/* #FFFFE0 = light yellow */
.docgrau   { background-color: #EEEEEE }  /* Layout elements */	/* #EEEEEE = light grey */
.explblau  { background-color: #E0FFFF } /* for examples */	/* #0000C0 = light blue */
td.xplcode { background-color: #E0FFFF }/* for table contents with descriptions */

.contplain { border: 1px solid #000000 }
.contblau  { border-collapse:collapse; border: 1px solid #000000; background-color:#E0FFFF }
.contgelb  { border-collapse:collapse; border: 1px solid #000000; background-color:#FFFFE0 }

a.extlnk { 
	padding-left:16px; 
	background-image:url('../images/nav/extlnk.gif');
	background-repeat: no-repeat;
	}
	
.code, .codesimple { /* for table contents with sourcecode */
	font-family: "Courier New", Courier; 
	font-size:12px;
	border-width:1px;
	border-left-Width:5px; 
	border-color: #808080;
	border-style: solid; 
	padding: 5px 10px; 
	1width:96%;
	background-color: #FFFFE0;
	overflow:auto; 
	}
.codesimple { padding: 1px 5px; }   

.code p {margin:0px;}

.alert {
	background: #FFCC99 url(../images/msgattention.png) no-repeat;
	background-position: 8px 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	*padding-bottom: 11px;
	min-height: 22px;
	border-width: 2px;
	border-color: #FFCC99;
	border-style: groove ridge ridge groove;
	*border:1px solid #000000;
	}

.info {
	background: #ADD8E6 url(../images/msginfo.png) no-repeat;
	background-position: 8px 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	*padding-bottom: 11px;
	min-height: 22px;
	border-width: 2px;
	border-color: #B5D4FE;
	border-style: groove ridge ridge groove;
	*border:1px solid #000000;
	}


.pd1 th {
	padding: 5px 10px;
	background-image: url('../images/nav/bgs/grad-blue-long.gif'); 
	background-repeat: repeat-y; 
	background-position: left;
	background-color:#AEC4DC;
	text-align:left;
}
.pd th {
	padding: 5px 10px;
	background-image: url('../images/nav/bgs/grad-blue-long.gif'); 
	background-repeat: repeat-y; 
	background-position: left;
	background-color:#AEC4DC;
	text-align:left;
}
.pd ul {
	list-style-type:none;
	margin:0px; 
	padding:5px 15px;
}
.pd li { padding-bottom:10px; }
	

/* --------- Links ------------------------------------------------------------------------------------- */

a:link          { text-decoration: none; color: #000080; }
a:visited       { text-decoration: none; color: #000080; }
a:hover    	{ text-decoration: underline; color: #000080; }
a:active   	{ text-decoration: underline; color: #000080; }	

.text a:link    { color: #3366CC }
.text a:visited { color: #3366CC }
.text a:hover   { color: #FF3300 }
.text a:active  { color: #3366CC }

.frames a:link          { color: #E0E0E0 }
.frames a:visited       { color: #E0E0E0 }
.frames a:hover         { color: #00CCFF }
.frames a:active        { color: #00CCFF }

.frames .text a:link    { color: #E0E0E0 }
.frames .text a:visited { color: #E0E0E0 }
.frames .text a:hover   { color: #FCFE84 }
.frames .text a:active  { color: #FCFE84 }

.toc a:link          { color: #010567 }
.toc a:visited       { color: #010567 }
.toc a:hover         { color: #0080C0 }
.toc a:active        { color: #0080C0 }

.glos a:link          { color: #0000A0 }
.glos a:visited       { color: #0000A0 }
.glos a:hover         { color: #A00000 }
.glos a:active        { color: #A00000 }

.index a:link          { color: #E0E0E0 }
.index a:visited       { color: #E0E0E0 }
.index a:hover         { color: #00CCFF }
.index a:active        { color: #00CCFF }

.ce .pseudo a:link {color:#8B0000;}
.ce .pseudo a:visited {color:#8B0000;}
.ce .pseudo a:hover {color:#8B0000;}
.ce .pseudo a:active {color:#8B0000;}


/* --------- Tables ------------------------------------------------------------------------------------ */

table    { font-size: 11px; color: #000000;}
caption  { font-size: 12px; color: #000000; font-weight: bold; text-align: left; text-indent: 5px }
table, td, th { padding: 3px 5px; border-color: #6F6F6F; border-collapse:collapse; }
th       { background-color: #FFFFE0; color: #000000; padding: 4px 5px;} 
/*th       { background-color: #AEC4DC; color: #000000; padding: 4px 5px;} */

.layout3 table td { vertical-align:top; padding:3px 20px 3px 3px; }
.layout3 td { width:33%;}

.layout2 table td { vertical-align:top; padding:3px 20px 3px 3px; text-align1:justify; }
.layout2 td { width:50%;}


.ce table    { color: #000000 }
.ce caption  { text-align: center }


.function th { background-color: #ADD8E6; color: #000000 } 
/* .function th { background-color: #FFFFE0; color: #000000 } */

.error td { border-collapse:collapse; border-color:#000000; font-size:11px }
.error th { border-collapse:collapse; border-color:#000000; background-color:#E4E4E4; font-size:11px; text-align:left; color: #000000 }
.error h3 { width: 100%; padding:2px; border:1px solid #AAA; background:#E4E4E4; font-size:11px }

.faq td   { border-collapse:collapse; border-color:#000000; background-color:#EEEEEE; font-size:11px }
.faq th   { border-collapse:collapse; border-color:#000000; background-color:#ADD8E6; font-size:11px; text-align:left; color: #000000 }

.home td, .home th, .home table { border-collapse:collapse; border-color: #909090;}

.luc th { border-collapse:collapse; background-color:#ADD8E6; font-size:16px; text-align:left; font-weight:bold; color: #000000; padding-bottom:20px; }

.hidden1 {display:none;}
.hidden2 {visibility:hidden;}
.imageview {position:absolute;width:800px;height:600px;border:1px solid grey;background-color:#FFF;}

/* --------- Formular ------------------------------------------------------------------------------------ */

input.field {
		font-size: 8pt; 
		color: #000000; 
		background-color:#FFFFFF; 
		border: 1px solid #000000;
}

textarea.field {
	font-size: 8pt; 
	color: #000000; 
	background-color: #FEFEFE; 
	border: 1px solid #000000;
	scrollbar-face-color: #E0E0E0; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #E0E0E0; 
	scrollbar-darkshadow-color: #E0E0E0; 
	scrollbar-track-color: #E0E0E0; 
	scrollbar-arrow-color: #003366;
	width:400px;
	height:110px;
}

.eingabe {				
	border: 1px solid #000000;
	font-size:10pt;
	background-color:#FFFFFF;
	color:#000000;
}

.button {				
	border: 1px solid #000000;
	font-size: 10pt;
	background-color:#E0E0E0;
	color:#000000;
}
.buttoncolumn {				
	1border: 1px solid #000000;
	1font-size: 10pt;
	1color:#000000;
	background-color: #AEC4DC;
	background-image:  url(../images/nav/bgs/column20a.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	*background-position: top left;
	padding: 3px 10px 3px 25px;
	*padding: 2px 2px 2px 20px;
	border-color:#CAE3FF;
}


.btnicon {				
border: 1px solid #FFFFE0;
font-size: 12pt;
font-family:webdings;
background-color:transparent;
color:#000000;
height:20px;
}


.feld { 				
	font-size:10px;
	margin:0px;
	border: 1px solid #000000; 
	background-color:#006699;
	color:#EEEEEE;
	width:180px;
}

.feldicon {				
	font-size:11px;
	background-color:#FFFFE0;
	color:#000000;
	width:150px;
}


/* --------- Cyber Enterprise ------------------------------------------------------------------------- */

.ce P { text-decoration: none; color: #000000 }
.ce H1 { color: #000000 }
.ce H2 { color: #000000 }
.ce H3 { color: #000000 }
.ce H4 { color: #000000 }
.ce H5 { color: #000000 }
.ce H6 { color: #000000 }

.ce P a  { color: #006400 }
.ce H3 a:link    { color: #000000 }
.ce H3 a:visited { color: #000000 }
.ce H3 a:hover   { text-decoration: underline; color: #000000 }
.ce H5 a { color: #006400 }
.ce li 	 { color: #000000 }

.ce a:link    { text-decoration: none; color: #000080 }
.ce a:visited { text-decoration: none; color: #000080 }
.ce a:hover   { text-decoration: underline; color: #000080 }
.ce a:active  { text-decoration: underline; color: #000080 }

.ce .cetree li a { font-weight:normal; }
.ce .cetree ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.ce .cetree li {
	line-height:20px;
	font-weight:bold;
	}
.ce .cetree li li {
	text-indent:27px;
	background: url("../images/nav/inherit.png") no-repeat 3px -3px;
	}
.ce .cetree li li li {
	text-indent:54px;
	background-position: 30px -3px;
	}
.ce .cetree li li li li {
	text-indent:81px;
	background-position: 57px -3px;
	}
.ce .cetree li li li li li {
	text-indent:108px;
	background-position: 84px -3px;
	}
.ce .cetree li li li li li li {
	text-indent:135px;
	background-position: 111px -3px;
	}
.ce .cetree li li li li li li li {
	text-indent:162px;
	background-position: 138px -3px;
	}
.ce .cetree li li li li li li li li {
	text-indent:189px;
	background-position: 165px -3px;
	}
.ce .cetree li li li li li li li li li {
	text-indent:216px;
	background-position: 192px -3px;
	}
.ce .cetree li li li li li li li li li li {
	text-indent:243px;
	background-position: 219px -3px;
	}
.ce .cetree li li li li li li li li li li li {
	text-indent:270px;
	background-position: 246px -3px;
	}
	

span.highlight {color:#006400;}
span.pseudo {color:#8B0000;}
.inherit { background-color:#F0F0F0; }
.tbbg { background-color:#f0f0f0; }
.list01 { background-color:#ADD8E6; }
.list02 { background-color:#FFF6BF; }
.bgblue { background-color:#ADD8E6; }
.bglightblue { background-color:#EAFFFF; }
.bggrey { background-color:#EEEEEE; }
.bgdarkgrey, span.bgdarkgrey { background-color:#D4D0C8; }
.bgyell { background-color:#FFFFE0; }
.bgred  { background-color:#FFCC99; }
.textgrey, span.textgrey { color: #808080;}
.textred, span.textred { color: #8B0000;}

/* End ------------------------------------------------------------------------------------------------ */
