/* .aussen :: ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
			
			padding: 3px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #1B8D25; /* 1B8D25 grün  / alt 333  dunkelblau  */
			border:0px solid #CCC;  /*   / alt ccc  */
			background-color : transparent;
			vertical-align:top;
			}

/* .innen :: Iframe Bild-Voransicht*/
.innen  {
			background-color:#0CCB10;  /* 0CCB10 blau  / EEE  grau*/
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #1B8D25; /* 1B8D25 grün   / alt 666 */
			background-color : transparent;
			vertical-align:middle;
			text-align: left;
			}
			
/* Linien */
hr {	
			border: 0.5pt dotted #CB390C;  /* CB390C rotbraun  / CCC  grau*/
			}


/* .info :: Dialogfenster Picinfos und E-Card  */
body.info, table.info {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #1B8D25; /* 1B8D25 grün   / alt 666 */
			background-color : transparent;
			}
div.info {
			font-size: 11px;
			font-weight: bold;
			}

/* Beschreibungsanzeige im IFrame */
#description {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #A20E92;  /*  A20E92  wein rot / alt 666666   */
			width: 90%;
			padding-top: 5px;
			border: thin dotted #CCCCCC; /*     */
			background-color : transparent;
			padding-bottom: 5px;
			text-decoration: none;
			}
		

/* ShowIt Icons in IconTabelle )*/
.icontab  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			vertical-align:middle;
			border: 1px solid #cccccc; /*     */
			background-color : transparent;
			}

/* Anzeige Ordnernamen */
#ordner {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color:#3632DC;  /* neu ist 3632DC  / 006699 alt */
			font-weight: bold;
			font-variant: small-caps;
			background-color : transparent;
			letter-spacing: 0.15em;
			text-indent: 5px;
			}

/* Links */
a, a:visited {
			color: #0099CC; /*     */
			text-decoration: none;
			font-size: 11px;
			}
a:hover {
			color: #6699FF;  /*     */
			text-decoration: underline;	
			}

a.link, a.link:visited  {
			font-weight: bold;
			text-transform: capitalize;
			color: #66C;  /*     */
			}
a.link:hover  {
			color: #C33;  /*     */
			text-decoration: none;	
			
			}
a.link1, a.link1:visited  {
			font-weight: normal;
			text-transform: capitalize;
			text-decoration: none;	
			color: #339;  /*     */
			}
a.link1:hover  {
			color: #66C;  /*     */
			}

/* Formulardesign Pulldownmenue Katalogauswahl */
.formular {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #A20E92;  /*  A20E92  wein rot  / alt 666666   */
			background-color : transparent;  /*    / alt ist background-color: #dddddd; */
			font-size: 9pt;
			font-weight: normal;
			border: 1px solid #CCCCCC;  /*     */
			font-style: normal;
			font-variant: normal;
			text-decoration: none;
			letter-spacing: normal;
			word-spacing: normal;
			white-space: normal;
			text-align: left;
			display:inline;
			}