@charset "utf-8";
/* CSS Document */
body
{
background-color: transparent;
font-size:12px;
font-family:"Courier New", Courier, monospace;
	}
a { text-decoration: none;
	color:#060;
	}
a:link     {
	color:#060;
	text-decoration:none;
}
a:visited  {
	}
a:hover    {
	color:#9C0;
	}
a:active   {
	border:hidden;
}
img
{
	border:0px;
	}
#portrait
{
	background:url(img/sandpapir.png) no-repeat;
	width:280px;
	height:275px;
	text-align:center;
	padding-top:48px;
	}
#artist
{
	background:url(img/artist.png) no-repeat;
	background-position:left bottom;
	width:150px;
	height:200px;
	text-align:center;
	}
#mail
{
	background-image: url(img/mailto.png);
	background-repeat:no-repeat;
	}
#grid td
{
	height:140px;
	text-align:center;
	padding-top:20px;
	padding-left:18px;
	padding-right:22px;
	}
#grid .head 
{
	height:10px;
	text-align:left;
	padding-top:5px 0px 0px 18px;
	padding-left:;
	padding-right:;
	}
.grid_a
{
	background-image:url(img/paperritsch1.png);
	background-repeat:no-repeat;
	}
.grid_a div
{
	text-align:left;
	}
.grid_b
{
	background-image:url(img/paperritsch2.png);
	background-repeat:no-repeat;
	}
.grid_b div
{
	text-align:left;
	}