@charset "utf-8";
/* CSS Document */

#sidebar
	{
	display: none;
	}

#content
	{
	width: 920px;
	border-right: none;
	}

ul.teaser
	{
	border: none;
	}

ul.teaser li
	{
	background-color: #fcfcfc;
	width: 270px;
	height: 85px;
	float: left;
	clear: none;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	position: relative;
	border: dotted 1px #ccc;
	padding: 25px 5px 5px;
	}

ul.teaser li p a
	{
	padding-left: 20px;
	font-weight: 700;
	}
