/* CSS-Datei für Benjamin Wrightsons Homepage */

body 
{  
	background-color:#DDDDCF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#2D2D2D;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

img
{
	border: 0px none #FFFFFF;
}

a:link
{
	color:#2D2D2D;
	text-decoration: underline;
}
a:visited
{
	color: #2D2D2D;
	text-decoration: underline;
}
a:hover
{
	color: #646464;
	text-decoration: underline;
} 
a:active
{
	color: #000000;
	text-decoration: underline;
} 
a:focus
{
	color: #000000;
	text-decoration: underline;
} 

a:link.camouflaged
{
	color:#A3E6FF;
	text-decoration: none;
}
a:visited.camouflaged
{
	color: #A3E6FF;
	text-decoration: none;
}
a:hover.camouflaged
{
	color: #FFFFFF;
	text-decoration: none;
} 
a:active.camouflaged
{
	color: #FFFFFF;
	text-decoration: none;
} 
a:focus.camouflaged
{
	color: #A3E6FF;
	text-decoration: none;
} 

table
{
	border: 0px none #FFFFFF;
}

td
{
	font-size:8pt;
}

td.centercolumn
{
	text-align: center;
	width: 580px;
}


td.description
{
	text-align: justify;
	width: 580px;
}

td.access_denied
{
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
}

td.redirect
{
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
}

td.copyright
{
	text-align: center;
}

td.infotable_left
{
	width: 30%;
	text-align: right;
	padding: 0px;
	padding-right: 3px;
}

td.infotable_right
{
	width: 70%;
	text-align: left;
	padding: 0px;
	padding-left: 3px;
}