@charset "UTF-8";

.sketch {width:413px; height:255px; }


/* *** CORPO e COMMUNE *** */

body {
	border-spacing: 0px;
	margin: 1px;
	padding: 1px;
	text-decoration:none;
	font-family: Arial,Helvetica,Verdana;
	background-color:#ffffff; 
	background-image:url(/pic/aixback.gif);
	color:#006688;
	background-attachment:fixed;
	background-position: -45px -0px;
	 }

.experimental {  text-shadow: red 3px 5px 4px; }
.ex {color:magenta;font-weight:bold;line-height: 1px;}

h1 { font-size:1.2em; }
h2 { font-size:1.1em; }

.luet { font-size: 0.8em; }
.norm { font-size: 1.0em; }
.gros { font-size: 1.2em; }
.extr { font-size: 1.4em; }
.ar   { font-size: 1.2em; }
.ra   { font-size: 0.8em; }
.rb   { font-size: 0.7em; }

.text {	
	font-size:1em; color:#006688; }
.text8 {	
	font-size:0.8em; color:#006688; }
.block {
	text-align: justify; }

acronym, abbr {color:#006688; text-decoration:none; font-weight: normal; cursor:help;}

#expander, .zeig {cursor:pointer; }
.zeig:hover, .zeig:focus, .zeig:active {color:#ff0000;}

a, a:link, a:visited, a:active { 
	color:#0033cc; text-decoration:none; font-weight: normal; cursor:pointer; }
a:hover, a:focus { 
	color:#ff0000; text-decoration:none; font-weight: normal; cursor:pointer; }
a.gif, a.gif:link, a.gif:visited, a.gif:active { 
	color:#006688; text-decoration:none; font-weight: normal; cursor:pointer; }
a.glo, a.glo:link, a.glo:visited, a.glo:active { 
	color:#006688; text-decoration:none; font-weight: normal; cursor:help; }
a.glow, a.glow:link, a.glow:visited, a.glow:active, a.glow:hover, a.glow:focus { 
	color:#ffffff; text-decoration:none; font-weight: normal; cursor:help; }

p.bottom0 {margin-bottom:0px;}
p.bottom0 a {font-weight:bold;}
.top0 {margin-top:0px;}

.left   { text-align: left; }
.right  { text-align: right; }
.centre { text-align: center; }
.red    { color:#ff0000; font-weight:bold; }
.grey   { color:#aaaaaa; }
.white  { color:#ffffff; }

.sup { line-height: 1px; }

img { border-width:0px; }

/* *** NAVIGATION *** */

#nav { 
	width:621px; height:1.1em;
	margin:0px; padding:0px;
	list-style-type:none;
}
#tab { 
	height:1.1em;
	margin:0px; padding:0px;
	list-style-type:none;
}

#nav li, #tab li { 
	margin:0px; padding:0px; 
	float:left; 
	height:18px;
	position:relative;
	padding-right:5px;
}

.nav { width:120px; font-size:0.8em; 	
 }

#nav li div, #tab li div { width:119px;  }

#nav li ul, #tab li ul { 
	text-align:left;
	display:none;  
	margin:0; padding:5px 0 0 0; 
	list-style-type:none; 
	position:absolute; top:18px;
}

#nav li ul li, #nav li ul li { float:none; padding:0 5px 0 5px; }

.subnav { background:#f8f8f8; 
	width:170px; font-size:0.8em; 
	border: 1px solid #dddddd; filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95; 
	}
.subtab { background:#f8f8ff; z-index:1000;
	width:300px; height:85px; font-size:0.8em; 
	border: 1px solid #bbcccc; padding:3px;
	}

#nav li:hover ul, #nav li:hover ul:hover, #tab li:hover ul, #tab li:hover ul:hover { display:block; }
#nav li:hover ul:hover li:hover ul, #tab li:hover ul:hover li:hover ul { visibility:visible ; }

#nav li ul li ul{
/*	 z-index:100; */
	text-align:left;
	margin:0; padding:5px 2px 2px 5px; 
	list-style-type:none; 
	background:#f0f0f0; 
	width:170px;
	position:absolute; top:-8px; left:145px;
	border: 1px solid #dddddd; 
	filter:alpha(opacity=95%);-moz-opacity:.90;opacity:.90; 
}

/* *** CONTENTO *** */

/*  minor text  left/right (e.g. footer) */
.foot        { font-size: 0.7em; color: #005577; margin-right: 10px; text-align: right; }
.footer      { font-size: 0.7em; color: #005577; margin-left: 10px;   }
/* better: */	
.minor { font-size: 0.7em; color: #005577; margin-left: 10px;margin-right: 10px; }

.bold { font-weight: bold; }

/*	major text  (e.g. input, select in login) */
.loginb      { border: 1px #007f8f solid; background-color: #f0f0f0; color: #005577; font-size: 1.2em; font-weight: bold; }
.loginb:hover{ border: 1px #ff0000 solid; background-color: #d6d7b5; }
/* better: */
.major       { border: 1px #007f8f solid; background-color: #f0f0f0; color: #005577; font-size: 1.2em; font-weight: bold; }
.major:hover { border: 1px #ff0000 solid; background-color: #d6d7b5; }



form {
	display:inline; }


table {
	border-width:0; 
	width: 620px;
	padding: 2px;
	margin: 0px;
}

td, th {
    vertical-align: top; }

/* Tabelle mit Rahmen */
table.form {
    font-size:0.9em; }
    
table.menu {
    color: #005577;
    font-size:0.9em; }
 

	/* --- LOGIN style : --- */

table.login {
	padding: 0;
    background-color: #004488;
    border: 2px #007f8f solid; }

td.login {
    padding-top: 9px;
    padding-bottom: 9px;
    vertical-align: middle; }

td.text {
    padding: 9px;
    vertical-align: middle;
    text-align: justify;
    font-size:0.9em; }
td.text.centre {
    text-align: center; }

th.text {
    padding: 9px;
    vertical-align: middle;
    font-size:0.9em; }
th.text.centre {
    text-align: center; }

td.loginr {
    font-size:1.2em;
    font-weight: bold;
    color: #005577;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
    vertical-align: middle; }

td.loginr img {
    vertical-align: middle; }


td.loginz {
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
    vertical-align: middle; }

td.loginc {
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    vertical-align: middle; }

input.login {
    font-size: 1.2em; 
    font-weight: bold; 
    background-color: #9fefef;
    color: #005577;
    border: 1px #006f8f solid; }
    


td.msg {
    font-size:0.9em;
    font-weight: bold;
    color: #ff0000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center; }


td.readonly	{background-color: #eeeeee; } /*visibility:hidden;empty-cells:show;*/
td.optional	{background-color: #ffffcc;}
td.blank	{background-color: #ffeeee;}
td.draft	{background-color: #eeffdd;}
td.signed	{background-color: #aaffaa;}
td.finished	{background-color: #cceedd;}
td.request	{background-color: #ffaaaa;}


/* menu reiter */
td.active {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    /* background-color: #e5e4c6; */
    background-color: #f7f7df;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-top: 3px; 
    border-width: 1px;
    border-right-style: solid;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: solid;
    border-color: #000000;
}

td.inactive {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    background-color: #c8c8b0;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-top: 3px;
    border-width: 1px;
    border-right-style: solid;
    border-left-style: none;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: #67674e;
}

/* eingabefelder, buttons ... */
input, select, textarea {
	background-color: #ffffff;
    color: #004400;
    border: 1px #006f8f solid;
    -moz-border-radius:3px;-webkit-border-radius:3px; }

input:hover, select:hover, textarea:hover, 
input:focus, select:focus, textarea:focus {
	background-color: #ffffbb; }

input.button {
	font-size:1.0em;
    font-weight: bold;
	background-color: #ddeeff;
    color: #004400;
    border-color: #008888;
    border-style:outset  ;
}
input:hover.button {
    color: #ff0044;
	background-color: #ccddee;
}


a.logout {
    color: #004488;
    font-size:0.8em;
    font-weight: bold;
}


/* listen */
td.list-dark {
    font-weight: normal;
    white-space: nowrap;
    background-color: #e5e4c6;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-top: 3px;
}



.box  { border-width:0; height:0.9em; width:0.9em; text-align:left;} /* menu */
.icon { border-width:0; height:34px; margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-top: 0px;}  /* Links */
.icons{ 
    padding: 2px 9px 2px 9px ; 
    vertical-align: middle;
    text-align: justify;
    font-size:0.9em; }

/*
.dimm       { filter:alpha(opacity= 50); -moz-opacity: .5; opacity: .5; }
.dimm:hover { filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }
*/
.flag  { border-width:1px; border-color:silver; vertical-align:bottom; height:0.9em; width:1.6em; }

.abstract { display:none; color:#00aa00; background:white; padding:3px 12px 3px 12px;}
.abstr { font-size:0.8em; color:#00aa00; }

.note{
	position:absolute; visibility:hidden; cursor:pointer; z-index:1000;
	border:1px solid black; padding:8px; font-size: 0.7em; }

li {margin-left:-1em;}



.prt {display:none;}

@media print {
.sic {display:none;}
.prt {color:red;display:inline;}
#nav {display:none;}
.druck {font-size:0.8em;}
acronym[title]:after {content: ' [' attr(title) '] ';}
abbr[title]:after {content: ' [' attr(title) '] ';}
}
