/* * * * * * * * * * * * * * * * * * * * * * * TODOLISTE * * *  * * * * * * * * * * * * * * * * * * * * */

div.todoliste.fieldset{
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	ALIGNMENT:left;
	padding:5px;
	margin-top:1px;
	margin-bottom:1px;
}

div.todoliste.legend {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;	
}

div.todoliste.workflowtab{
	font-family:Verdana;
	font-size: 8pt;
}

div.todoliste.h1{
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #999999;	
	height:30px;
	margin-bottom:5px;
	margin-top:5px;
}

div.todoliste.h3{
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;	
}

div.todoliste.h4{
	font-size: 8pt;
	font-style: normal;
	font-weight: bolder;
	font-variant:normal; 
	color: #000000;	
}

div.todoliste.fussnote{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
/* * * * * * * * * * * * * * * * * * * * * * * VERSIONSHINWEISE * * * * * * * * * * * * * * * * * * * * * * */
table.version { 
	margin-top: 30px;
	border-top: 1px solid #EBEBEB ;
	border-left: 1px solid #EBEBEB ;
	border-right: 1px solid #EBEBEB 
}
table.version td {  
	font-family:Verdana!important; 
	font-size: 8pt !important; 
	color: #999999;
	border-bottom: 1px solid #EBEBEB; 
	padding: 3px
}
table.version td a {  
	color: #A2A2A2
}
table.version td img { 
	opacity:0.5; 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5; 
	filter: alpha(opacity=50) 
}
div.versionsnummern {}
div.versionsnummernerklaerung {}
div.versionautor { padding: 4px }
div.versiondatum {}
table.TabelleVersionenListe { width: 100% }
table.TabelleVersionenListe td { border: 1px solid #aaaaaa }
div.TabelleVersionenListeDetail {}
td.TabelleVersionenListeTitel { background-color: #aaaaaa; padding: 4px 6px }
div.TabelleVersionenListeBemerkung {  }
td.TabelleVersionenListeHinweis {  }
td.TabelleVersionenListeAngaben, td.TabelleVersionenListeEintrag  { padding: 1px }
div.versionbuttonliste {}
div.versionsbutton button { width: 160px }

/* * * * * * * * * * * * datacurator funktionsleiste 2 ARTIKELMENUE * * * * * * * * * * * * * * * * * * * * * * */
span.artikelmenueausgewaehlt { 
	display: block; 
	float: left;
	padding: 2px 2px; 
	font-size: 10px; 
	font-family:Verdana; 
	background-color: #CCCCCC; 
	color: #ffffff; 
	border: 1px solid #A2A2A2;
	cursor: pointer;
	margin-left: -1px;
	margin-top: -1px 
}

a.artikelmenuelinkerster { }
a.artikelmenuelink { 
	display: block; 
	padding: 4px 4px;
	font-size: 10px; 
	font-family:Verdana;  
	background-color: #ffffff; 
	border: 1px 0;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #666;
	cursor: pointer;
	margin-top: -1px; 
}

button.artikelmenuelink { 
	padding: 2px 2px;
	font-size: 10px; 
	font-family:Verdana;  
	background-color: #ffffff; 
	color: #999999; 
	border: 1px solid #A2A2A2;
	cursor: pointer;
	margin-bottom: -1px 
	margin-left: -1px;
	margin-right: 2px;
}

button:hover.artikelmenuelink {
	color: #ffffff;
	background-color: #CCCCCC;  
	text-decoration: none 
}

a:visited.artikelmenuelink { color: #999999 }
a:hover.artikelmenuelink {
	color: #ffffff;
	background-color: #CCCCCC;  
	text-decoration: none 
}