#content {
}

#content, 
#content * {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #606060;
	line-height: 140%;
}

#content p {
	font-size: 110%;
}

#content h1 {
	font-size: 165%;
	font-weight: normal;
	color: #00A3DA;
	margin: 0;
}

#content a {
	text-decoration: none !important;
	color: #606060 !important;
	border-bottom: 1px dotted #909090;
}

#content a:hover {
	color: #00A3DA !important;
}

#content a.thickbox {
	border: 0;
}

#content a.unterline {
	border-bottom: 1px dotted #909090;
}

#content span.blau {
	color: #00A3DA;
}

#content div.box {
	padding: 5px;
	border: 1px solid #CFCFCF;
	background-color: #ebe7e3;
	margin-top: 5px;
}

#content img {
	margin-bottom: 3px;
}

#content table {
	margin: 0;
	padding: 0;
	border: 0;
}

#content table td {
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px dotted gray;
	vertical-align: top;
}

#content div.newsitem {
   margin-bottom: 10px;
   padding-bottom: 1px;
   border-bottom: 1px dotted #909090;
}

#content div.newsitem p.date {
   margin-top: 5px;
   font-size: 10px;
}

#content div.newsitem p.title {
   font-weight: bold;
   margin-top: 6px;
   margin-bottom: 4px;
}

#content div.newsitem p.lead {
   margin-bottom: 10px;
}


div.newsdetail p.lead {
   font-weight: bold;
}

div.newsdetail p.date {
   margin-bottom: 6px;
   font-size: 10px !important;
}

div.newsdetail div.images {
   width: 32.2%;
   float: left;
   margin-right: 2.1%;
}

div.newsdetail div.images img {
   display: block;
   margin-bottom: 5px;
}

div.newsdetail div.text {
   width: 65.3%;
   float: left;
}

div.newsdetail p.links {
   margin-top: 16px;
   clear: left;
}

div.backtoprevious {
   margin-top: 16px;
   padding-top: 32px;
   clear: left;
   text-align: left;
}

