/* Reset default browser styles */
@import url('../main/reset.css');

/* GLOBAL */
body { font: 12px Arial, Helvetica, Verdana, sans-serif; line-height: 20px; color: #333; background: #fff; }
h1 { font: 36px 'Trebuchet MS'; line-height: 1.25em; margin: 0 0 10px 0; }
h2 { font-size: 14px; line-height: 1.25em; color: #666; padding: 0 0 5px 0; margin: 0 0 6px 0; }
h3 { font-size: 12px; line-height: 1.25em; font-weight: normal; color: #333; }
h4 { font-size: 12px; line-height: 1.25em; margin: 0; }
h5 { font-size: 12px; line-height: 1.25em; margin: 0; }
h6 { font-size: 12px; line-height: 1.25em; margin: 0; }
p { margin-bottom: 20px; }
a { color: #e66e13; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
sup, sub { font-size: 0.7em; vertical-align: baseline; position: relative; top: -0.4em; }
sub { top: 0.4em; }
form { display: inline; }
hr { height: 1px; color: #333; margin: 10px 0px; border: none; background: #333; }

/* ELEMENTS */
#logo { float: left; display: inline; }
.company-info { margin: 15px 0px 0px 15px; float: left; display: inline; }
.company-info h1 { display: none; }
.company-info p { margin: 0px; }
#colWrap { }
#colLeft { }
#colNormal { }

#colNormal table.contenttable { width: 100%;  }
#colNormal table.contenttable tr { }
#colNormal table.contenttable th, #colNormal table.contenttable td { padding: 5px; border: 1px solid #ccc; text-align: left; }
#colNormal th p, #colNormal td p { margin: 0; }
#colNormal ul { list-style: outside disc; padding: 0 0 0 15px; margin: 0 0 14px 0; }
#colNormal ul li { padding: 0 0 0 5px; margin: 0 0 0 5px; }
#colNormal ol { list-style: outside decimal; padding: 0 0 0 20px; margin: 0 0 14px 0; }
#colNormal ol li { padding: 0; margin: 0 0 0 5px; }

/* NEWS */
#news { width: 310px; height: 175px; margin: 7px 0 0 0; float: right; display: inline; overflow: hidden; }
#news h1 { font: 19px 'Trebuchet MS'; font-weight: bold; margin: 5px 0 4px 0; border-bottom: 1px solid #999; }
#newsList { }
/* LATEST (NEWS) */
#news .tt_news_latest { background: #f1f1f1; }
#news .tt_news_latest .newsItem { padding: 7px; }
#news .tt_news_latest .newsItem p { margin: 0; }
#news .tt_news_latest .newsItem .date { display: none; }
#news .tt_news_latest .newsItem .moreLink a { font-style: italic; color: #333; text-decoration: none; }
#news .tt_news_latest .newsItem .moreLink a:hover, .tt_news_latest .newsItem .moreLink a:focus { text-decoration: underline; }
/* LATEST (CALENDAR) */
#calendar .tt_news_latest { padding: 0 7px; }
#calendar .tt_news_latest .newsItem { padding: 0 0 8px 0; }
#calendar .tt_news_latest .newsItem p { margin: 0; }
#calendar .tt_news_latest .newsItem .date { font-weight: bold; }
#calendar .tt_news_latest .newsItem .moreLink a { font-style: italic; color: #333; text-decoration: none; }
#calendar .tt_news_latest .newsItem .moreLink a:hover, .tt_news_latest .newsItem .moreLink a:focus { text-decoration: underline; }

.newsletterLink { width: 60px; height: 20px; font-size: 11px; padding: 0 10px; margin: -25px 0 0 230px; background: #999; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; position: absolute; }
.newsletterLink a { color: #fff; }
/* LIST */
.tt_news_list { }
.tt_news_list .newsItem { margin: 0 0 17px 0; clear: both; }
.tt_news_list .newsItem .image { padding: 0 0 10px 10px; float: right; display: inline; }
.tt_news_list .newsItem h3 a { color: #dd9a00; text-decoration: none; }
.tt_news_list .newsItem .date { margin: 0; }
.tt_news_list .newsItem .moreLink a { font-style: italic; color: #999; }
.tt_news_list .newsPagination { width: 100%; clear: both; }
/* SINGLE */
.tt_news_single { }
.tt_news_single .newsItem { clear: both; }
.tt_news_single .newsItem .image { padding: 0 0 10px 10px; float: right; display: inline; }
.tt_news_single .newsItem .date { font-style: italic; }
.tt_news_single .archiveLink { width: 100%; clear: both; }

#footer-spacer { width: 100%; height: 158px; clear: both; }
#footer-wrap { width: 100%; height: 158px; background: url(images/footer-wrap-bg.gif) repeat-x 50% 100%; clear: both; }
#footer-wrap #footer { width: 960px; margin: 0 auto; }
#footer-wrap #footer #logos { width: 509px; height: 97px; text-align: right; padding: 31px 0 0 0; float: right; display: inline; overflow: hidden; }
#footer-wrap #footer #calendar { width: 409px; height: 128px; margin: 0 7px; background: #a3a3a3; float: left; display: inline; overflow: hidden; }
#footer-wrap #footer #calendar h1 { font: 19px 'Trebuchet MS'; font-weight: bold; color: #333; padding: 9px 7px 3px 7px; margin: 0 0 10px 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-radius: 0 0 5px 5px; background: #c4c4c4; }
#footer-wrap #footer #company-info { width: 960px; height: 20px; font-size: 11px; color: #fff; text-align: center; padding: 5px 0; margin: 0 auto; clear: both; }
#footer-wrap #footer #company-info p { margin: 0; }

/* CLEARFIX */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
spacer-gif { display: none; }

/* TYPO3 FIXES */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.float-left { float: left; display: inline; }
.float-right { float: right; display: inline; }

DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image { padding-right: 10px; margin-right: 0; }

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image { padding-left: 10px; margin-left: 0; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { padding-right: 0 !important; margin-right: 0 !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { padding-left: 0 !important; margin-left: 0 !important; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { padding-bottom: 10px; margin-bottom: 0; }
DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 0; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { padding-bottom: 0; margin-bottom: 0; }

.tx-indexedsearch-searchform { margin: 0 0 28px 0; }
.tx-indexedsearch-searchform p { }
.tx-indexedsearch-searchform input, select { width: 176px; margin: 0 10px 2px 0; }
.tx-indexedsearch-searchform select { width: 182px; }
.tx-indexedsearch-searchform input.button { width: auto; padding: 1px 12px; }
.tx-indexedsearch-searchform input.checkbox { width: auto; margin: 4px 5px 0 0; border: 0; background: none; }
.tx-indexedsearch-rules {}
.tx-indexedsearch-sectionlinks {}
.tx-indexedsearch-sectionheader {}
	.tx-indexedsearch-sectionheader .title {}
	.tx-indexedsearch-sectionheader .result-count {}
.tx-indexedsearch-whatis {}
	.tx-indexedsearch-sw { font-weight: bold; }
.tx-indexedsearch-browsebox { margin: 0 0 25px 0px; }
	.tx-indexedsearch-browsebox ul { text-align: center; padding: 0; margin: 0 0 10px 0; list-style: none; list-style-position: outside; }
	.tx-indexedsearch-browsebox li { display: inline; }
	.tx-indexedsearch-browselist-currentPage a { color: #dd9a00; }
.tx-indexedsearch-results { margin: 0 0 10px 0; }
	.tx-indexedsearch-results div { padding: 5px 0; }
	.tx-indexedsearch-results h2 a { color: #dd9a00; }
	.tx-indexedsearch-results .percent { font-size: 10px; margin: 0 0 0 18px; position: absolute; }
	.tx-indexedsearch-results .description { }
	.tx-indexedsearch-results .info { font-size: 10px; }
	.tx-indexedsearch-results .path { }
	.tx-indexedsearch-results .list { }