﻿@charset "UTF-8";
/* CSS Document */

#newsHole {
	background: url(../images/bg_newsHole.gif) no-repeat 0px 0px;
	height: 388px;
	width: 682px;
	color: #555958;
	padding: 15px;
	margin: 0px 0px 0px 224px;
	display: block;
}
#newsLeft {
	width: 379px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	float: left;
	height: 388px;
}
#newsLeft img {
	margin: 0px;
	padding: 0px;
}
#newsHole  .newsHoleCaption {
	font: italic 10px Arial, Helvetica, sans-serif;
	text-indent: 12px;
	margin-top: 4px;
	margin-bottom: 12px;
	display: inline-block;
}
#newsHole .newsHoleTitle {
	font: bold 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 4px;
}
#newsHole .newsHoleTeaser {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#newsRight {
	width: 291px;
	float: left;
}
#newsRight div.newsTeaser {
	font: bold 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 291px;
	padding-bottom: 12px;
	display: block;
	height: 101px;
	float: left;
}
#newsRight div.newsTeaser img {
	margin-right: 6px;
}
#newsHole img.newsHolePic {
	border: 1px solid #555958;
	margin: 0px;
}
#newsNav {
	background: url(../images/scroll_bg.gif) no-repeat 94px 0px;
	float: left;
	height: 44px;
	width: 109px;
	padding-left: 46px;
	padding-right: 136px;
}
a.small {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 6px;
	text-decoration: none;
}
a.small:hover {
	text-decoration: underline;
}
.floatleft {
	float: left;
}
