/* .aussen :: ShowIt Tabelle (Aussen und Icon-Menue)*/
.aussen  {
			background-color:#DADADA;
			padding: 3px;
			font:small-caps 12px Georgia, "Times New Roman", Times, serif;

			font-size: 10px;
			color: #FFEECC;
			border:1px outset #990000;
			vertical-align:top;
			background-image: url(./backgrounds/leder.gif);
			}

/* .innen :: Iframe Bild-Voransicht*/
.innen  {
			background-color:#333;
			font:small-caps 12px Georgia, "Times New Roman", Times, serif;
			color: #FFEECC;
			vertical-align:middle;
			text-align: left;	
			background-image: url(./backgrounds/leder1.jpg);
			border-top: 1px solid #333333;
			border-right: 1px solid #CC9900;
			border-bottom: 1px solid #CC9900;
			border-left: 1px solid #333333;
			}
			
/* Linien */
hr {	
			border: 1px dotted #999; 
			}


/* .info :: Dialogfenster Picinfos und E-Card  */
body.info, table.info, div.info {
			font:small-caps 11px Georgia, "Times New Roman", Times, serif;
			color: #CCC;
			}

/* Beschreibungsanzeige im IFrame */
#description {
			font:small-caps 11px Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			color: #CCC;
			width: 90%;
			padding-top: 5px;
			border: thin inset #BBB;
			padding-bottom: 5px;
			text-decoration: none;
			}
		

/* ShowIt Icons in IconTabelle )*/
.icontab  {
			vertical-align:middle;
			border: 1px solid #333;
			}

/* Anzeige Ordnernamen */
#ordner {
			font:small-caps 14px Georgia, "Times New Roman", Times, serif;
			color: #FFCC99;
			letter-spacing: 0.12em;
			text-indent: 10px;
			}

/* Links */
a, a:visited {
			color: #E3E3E3;
			text-decoration: none;
			font-size: 11px;
			}
a:hover {
			color: #FFF;
			text-decoration: underline;
			}

a.link, a.link:visited  {
			font-weight: bold;
			text-transform: capitalize;
			text-decoration: none;	
			color: #FFFF99;
			}
a.link:hover  {
			color: #FFFFFF;
			}
a.link1, a.link1:visited  {
			font-weight: normal;
			text-transform: capitalize;
			text-decoration: none;	
			color: #fff;
			}
a.link1:hover  {
			color: #9f9;
			}

/* Formulardesign Pulldownmenue Katalogauswahl */
.formular {
			font:small-caps 12px Georgia, "Times New Roman", Times, serif;
			color: #FFCC99;
			background-color: #7B4221;		
			font-size: 9pt;
			font-weight: normal;
			border: 1px solid #660000;
			font-style: normal;
			font-variant: normal;
			text-decoration: none;
			letter-spacing: normal;
			word-spacing: normal;
			white-space: normal;
			text-align: left;
			display: inline;
			}