/* CSS-Parameter für uploader */


body
{
 font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
 font-size: 10pt;
}

.title
{
	font-size: 20px;
	letter-spacing: 0;
	font-weight: bold;
	color: #111111;
}


.text
{
	font-size: 13px;
	color: #1A1A00;
	margin-right: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	font-weight: normal;
}


.info
{
	font-size: 12px;
	margin-left: 10px;
	color: #474747;
	font-weight: normal;
}

.menuTitle
{
	font-size: 12px;
	color: #1A1A00;
	font-weight: bold;
}

.menuContent
{
	font-size: 12px;
	color: #1A1A00;
   margin-left: 7px;
	line-height: 13px;
}

.menuGhost
{
	font-size: 10px;
	color: #AAAAAA;
   margin-left: 7px;
	line-height: 13px;
}

.ghost
{
	font-size: 8pt;
	letter-spacing: 1;
	color: #A5A5A5;
}

.text a:link
{
	text-decoration: none;
	color: #2A2A00;
	font-weight: bold;
}
.text a:hover
{
	text-decoration: none;
	color: Green;
}
.text a:visited
{
   
	font-weight: bold;
	text-decoration: none;
	color: #2A2A00;
}



.menu
{
	font-size: 10pt;
	letter-spacing: 1;
	color: #121246;
}


.file_description
{
	font-size: 12px;
	color: #6A6A6A;
}


.directory
{
	font-size: 13px;
	margin-left: 14px;
}
.directory a:link
{
	text-decoration: none;
	color: #404040;
}
.directory a:hover
{
	text-decoration: none;
	color: #2F4F4F;
}
.directory a:visited
{
	text-decoration: none;
	color: #404040;
}



.form_input
{
	font-size: 9px;
	background-color: White;
	color : #1B1B1B;
	border: 1px solid;
	border-color: #A1A1A1;
	margin-left: 4px;
	padding: 2px;
}


.form_image
{
	background-color: White;
	color : #1B1B1B;
	border: 1px solid;
	border-color: #A1A1A1;
	margin-left: 4px;
	padding: 6px;
}

.imageSubtitle
{
	font-size: 12px;
	color: #1A1A00;
	font-weight: normal;
}

.image_table
{
	font-size: 9px;
	background-color: White;
	color : #1B1B1B;
	border: 1px solid;
	border-color: #A1A1A1;
	margin-left: 4px;
	padding: 2px;
}


.notice_good
{
	font-size: 9pt;
	letter-spacing: 1;
	color: #228B22;
	font-weight: bold;
	margin-left: 14px;
}

.notice_bad
{
	font-size: 9pt;
	letter-spacing: 1;
	color: #B90000;
	font-weight: bold;
	margin-left: 14px;
}

.form_text
{
	font-size: 8pt;
	letter-spacing: 1;
	color: #4F4F4F;
	font-weight: bold;
	margin-left: 2px;
}

.form_table
{
	border: 0px solid;
   background-color: #A0A0A0;
}




a:active
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #8B8B8B;
}
a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
