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

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;
}


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

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


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

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

.mailform
{
	font-family: 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;
	} 
	
