@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #4B4B4B;
	font-size: 12px;
	overflow-y: scroll;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	font-size: 12px;
	color: #5E81A7;
	text-decoration: underline;
}

div {
	color: #4B4B4B;
	font-size: 12px;
}

img {
	border: none;
}

#all, #main {
	width: 991px;
	margin: auto;
	display: block;
}

#main {
	background-image: url(../pix/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#secleft {
	width: 761px;
	float: left;
	display: block;
}

#secright {
	width: 230px;
	float: left;
	display: block;
}

#claimer {
	width: 210px;
	display: block;
	height: 188px;
	background-image: url(../pix/claimer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #D3E1EF;
	padding: 10px;
	font-size: 14px;
	font-weight: bolder;
}

#claimer h1 {
	color: #F5E0E0;
	font-size: 18px;
	padding: 0;
	margin: 0px;
	margin-bottom: 5px;
}

#claimer a {
	font-size: 14px;
	color: #D3E1EF;
	text-decoration: none;
}

#claimer a:hover {
	text-decoration: underline;
}

#headerimage {
	display: block;
	float: left;
	width: 320px;
	height: 178px;
	margin-left: 70px;
}

#print {
	text-align: right;
	margin-top: -0.5em;
}

#print a img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#print a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.teaser {
	width: 230px;
	display: block;
}

.teaserheader {
	width: 218px;
	display: block;
	background-color: #284C74;
	padding: 6px;
}

.teasercontent {
	width: 214px;
	display: block;
	padding: 8px;
	background-color: #e1e1e1;
}

#tagcloud {
	overflow: hidden;
	margin-left: 0px;
}

#tagcloud ul {
	padding: 0;
        margin: 0;
	list-style-type: disc;
	display: inline-block;
	color: #65798D;
}

#tagcloud li {
	float: left;
}

#tagcloud a {
	background-image: none;
	text-decoration: none;
	color: #65798D;
	font-weight: bold;	
	margin-right: 21px;
	white-space: nowrap;
}

#tagcloud a:hover {
	 text-decoration: underline;
}

input.search {
	border: 1px solid #284C74;
	width: 145px;
}

.teaserheader h3 {
	color: #D3E1EF;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#header {
	width: 761px;
	margin: auto;
	background-image: url(../pix/header.png);
	background-repeat: no-repeat;
	height: 208px;	
	display: block;
}

a.homelink {
	display: block;
	float: left;
	width: 275px;
	height: 104px;
	margin-top: 70px;
	margin-left: 95px;
	background-color: transparent;
	background-image: none;
	padding: 0;
	line-height: 15px;
}

a.homelink:active {
	outline: none;
}

a.asfrablink {
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	margin-top: 70px;
	margin-left: 160px;
}

a.asfrablink:active {
	outline: none;
}

.clear {
	clear: both;
}

.nodisplay  {
	display: none;
}

#menu {
	width: 189px;
	float: left;
	background-color: #f4f4f4;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: white;
}

#menu ul li {
	border: 1px solid #D3D3D3;
	margin-bottom: 1px;
}

#menu ul li a {
	color: #4B4B4B;
	display: block;
	padding: 9px 3px 7px 29px;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	background-image: url(../pix/mainnavbg_hover.gif);
	background-repeat: no-repeat;
}

#menu ul.subnav {
	background-color: #E1E1E1;
	margin-bottom: -1px;
	padding-top: 3px;
	padding-bottom: 8px;
}

#menu ul.subnav li {
	border: 0 !important;
}

#menu ul.subnav li a {
	padding-left: 39px;
	padding-top: 7px;
	padding-bottom: 0;
	line-height: 15px;
}

#menu ul.subnav li a:hover,
#menu ul.subnav li a.active {
	font-weight: bold;
	background-image: url(../pix/bgsubnavlink.gif);
	background-repeat: no-repeat;
}

#menu ul#categories, #menu ul#bottom {
	margin-top: 1em;
}

#middle {
	width: 542px;
	display: block;
	float: left;
	padding: 15px;
}

#middle h1 {
	padding: 0;
	color: #4B4B4B;
	font-size: 18px;
	margin: 0 0 10px;
}

#middle h2 {
	padding: 0;
	margin: 0;
	color: #4B4B4B;
	font-size: 16px;
}

#middle ol {
	padding-left: 1.5em;
}

#rss-feed {
	font-weight: bold;
	margin-left: 2em;
	margin-top: 1em;
}

#rss-feed img {
	vertical-align: bottom;
}

#rss-feed a {
	text-decoration: none;
	color: #4B4B4B;
}

#rss-feed a:hover {
	text-decoration: underline;
}

.news-list-item {
	border: 1px solid #D3D3D3;
	display: block;
	padding: 10px;
	margin-bottom: 1em;
	background-color: #FFFFFF;
}

.news-list-item h2 a {
	padding: 0;
	margin: 0;
	color: #4B4B4B;
	font-size: 16px;
	text-decoration: none;
}

.news-list-item h2 a:hover {
	text-decoration: underline;
}

.news-list-item p.date {
	margin: 0;
	text-align: right;
	font-size: 11px;
}

.news-list-item table, .news-list-item th, .news-list-item tr, .news-list-item td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.news-list-item th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.news-single-backlink {
	float: left;
}

.news-single-backlink p {
	margin: 0;
}

.tx-ttnews-browsebox p {
	text-align: center;
}

.tx-ttnews-browsebox td p {
	margin: 0;
}

.tx-ttnews-browsebox-SCell {
	background-color: #E1E1E1;
}

#footer {
	text-align: center;
	width: 572px;
	padding-top: 1px;
	padding-bottom: 40px;
	padding-left: 189px;
	color: #8C8C8C;
}

#footer a {
	color: #8C8C8C;
	background-image: none;
	padding: 0px;
}

.source {
	font-size: 9px;
}

.source ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}

.source li {
	margin-top: 0.5em;
}

.source li:first-child {
	margin-top: 0;
}

.source a {
	font-size: 9px;
}

.source a.external-link {
	background: none;
	padding-right: 0;
}

.news-single-additional-info dd {
	margin-left: 0;
}

a.external-link {
	background:transparent url(../pix/external.png) no-repeat scroll right center;
	padding-right: 13px;
}

h2.faq {
	font-size: 14px !important;
}

h2.faq + p.bodytext {
	margin-top: 0;
}

#social {
	margin-left: 77px;
	float: left;
}

#social a {
	margin-right: 2px;
}

div.new_documents a:first-child {
	text-decoration: none;
}

div.new_documents a:first-child:hover {
	text-decoration: underline;
}

div.new_documents ul {
	padding-left: 1.2em;
}

