.FontViewImage
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

 body { font-family:Arial Narrow, Arial, Helvetica, sans-serif; }
 a:link { color: lightgrey; text-decoration:none; }
 a:visited { color: lightgrey; text-decoration:none;  }
 a:focus { color: lightgrey; text-decoration:none;  }
 a:hover { color: lightgrey; text-decoration:none;  }
 a:active { color: lightgrey; text-decoration:none;  }
IMG { 
/* CURSOR: pointer; border:0; */

	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
} 

img:hover{
position:relative; 
top: 2px;
left: 2px;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}

.textinfo
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: lightgrey;
	text-align: left;
	left: 20px;
}

.FontGeneral
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: lightgrey;
}

.MenuMain
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: lightgrey;
	text-align: right;
	margin-right: 20px;
	margin-bottom: -8px;
}

body
{
	margin: 0px 0px 0px 0px;
}


.table_main_content
{
	background-color: #222222;
	text-align: center;
}

.table_content
{
	background-color: #222222;
	text-align: center;
	vertical-align: top;
}

.mailform
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	background-color: #EEEEEE;
}

td.portfolioStartseite
{
	width: 70px;
	height: 70px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}

#overlayLoader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
	} 
	