td
{
	vertical-align: top;
}

#home
{
}

#home h1
{
	padding: 0px;
	margin: 0px;
	color: rgb(5,124,176);
}

div.teaser_100x100
{
	float: left;
	margin-right: 0px;
	width: 109px;
	height: 108px;
	position: relative;
}

div.teaser_100x100 img.teaser_100x100
{
	position: absolute;
	width: 100px;
	height: 100px;
}
.teaser_100x100:hover
{
	left: 1px;
	top: 1px;
}

div.teaser_100x100 div.teaser_100x100_shadow
{
	position: absolute;
	width: 109px;
	height: 108px;
	background-image: url('../Icons/100x100_shadow_white.png');
}

div.teaser_blue1 div.teaser_100x100_shadow
{
	background-image: url('../Icons/100x100_shadow_blue1.png');
}

div.teaser_blue2 div.teaser_100x100_shadow
{
	background-image: url('../Icons/100x100_shadow_blue2.png');
}


div.teaser_120x120
{
	float: left;
	margin-right: 0px;
	width: 130px;
	height: 130px;
	position: relative;
}

div.teaser_120x120 img.teaser_120x120
{
	position: absolute;
	width: 120px;
	height: 120px;
}

div.teaser_120x120 div.teaser_120x120_shadow
{
	position: absolute;
	width: 130px;
	height: 130px;
	background-image: url('../Icons/120x120_shadow_white.png');
}

div.user_links
{
	padding: 5px;
	background-color: rgb(235,242,247);
	float: right;
	margin-left: 10px;
	position: relative;
}

#home div.message div.messageText
{
	margin-left: 115px;
	text-align: justify;
}

