@import "holstein.css";

div.frontpage_wrapper
{

	width: 251px;
	border: 1px solid #D8D8D8;
	float: left;
	height: 360px;
	margin: 4px 0px 4px 4px;

}

div.frontpage_parent
{

	height: 370px;

}

div.frontpage_info
{

	position: relative;
	width: 251px;
	top: 276px;
	background-color: #434343;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;

}

div.frontpage_info div
{

	padding: 5px;
	color: #FFFFFF;
	height: 60px;
	*height: 70px;
	overflow: hidden;

}

div.frontpage_info div h1
{

	font-weight: 900;
	font-size: 14px;
	margin-bottom: 3px;

}

div.frontpage_info div p
{

	padding-left: 23px;
	font: 10pt/16pt Tahoma;
	line-height: 18px;

}

div.frontpage_info a 
{

	color: #FFFFFF;
	font: 10pt/16pt Tahoma;
	line-height: 18px;
	text-decoration: none;

}

div.frontpage_info a:hover
{

	text-decoration: underlined;

}

div.frontpage_image
{

	position: absolute;
	width: 251px;
	height: 360px;
	overflow: hidden;

}

div.frontpage_image img
{

	position: absolute;

}

a img
{

	border: 0px;

}


