/* Resets default browser CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-weight:inherit;font-size:100%;font-style:inherit;font-family:inherit;margin:0;padding:0;vertical-align:baseline}
table {border-collapse:separate;border-spacing:0}
caption, th, td {font-weight:normal;text-align:left}
table, td, th {vertical-align:middle}
blockquote:before, blockquote:after, q:before, q:after {content:""}
blockquote, q {quotes:"" ""}
a img {border:none}

/* General Elements */
html, body {background:#FFF}
html {font-size:100.01%}
body {color:#333;font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;font-size:75%;line-height:1.5;padding:10px 0}

/* Links */
a:link {color:#555;text-decoration:underline}
a:visited {color:#777}
a:hover, a:focus {color:#111;text-decoration:none}
a:active {color:#800}

/* Headers */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000}
h1 {border-bottom:2px solid #F70;font-size:1.66em;line-height:2em;margin-bottom:.75em;margin-top:.75em}
h2 {color:#222;font-size:1.5em;margin-bottom:1em}
h3 {color:#333;font-size:1.2em;font-weight:bold;margin-bottom:1.25em}
h4 {font-size:1em;font-weight:bold;margin-bottom:1.5em}
h5 {font-size:1em;margin-bottom:1.5em}
h6 {font-size:1em;font-style:italic}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0}

/* Paragraphs */
p {margin:0 0 1.5em}
blockquote {color:#666;font-style:italic;margin:1.5em}
p img {float:left;margin:0 1em 1em 0}

/* Inline Elements */
strong {font-weight:bold}
em, dfn {font-style:italic}
dfn {font-weight:bold}
sup, sub {line-height:0}
abbr, acronym {border-bottom:1px dotted #666}
address {font-style:italic;margin:0 0 1.5em}
del {color:#666}
pre {margin:1.5em 0;white-space:pre}
pre, code, tt {font:1em 'Andale Mono', 'Lucida Console', monospace;line-height:1.5}

/* Lists */
li ul, li ol {margin:0}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em}
ul {list-style-type:disc}
ol {list-style-type:decimal}
dl {margin:0 0 1.5em 0}
dl dt {font-weight:bold}
dd {margin-left:1.5em}

ul.extra {font-size:1.2em;list-style:circle}

/* Tables */
table {margin-bottom:1.4em;width:100%}
th {font-weight:bold}
thead th, thead th a:link {background:#F70;color:#FFF}
th, td, caption {padding:4px 10px 4px 5px}
td {border-bottom:1px solid #DDD}
tr.even td {background:#E5ECF9}
tfoot {font-style:italic}
caption {background:#EEE}
table img {margin:0 auto}

table.extra {border:1px solid #DDD;padding:5px}
table.extra caption {background:none;border-top:1px dotted #DDD;font-size:1.5em;line-height:2}
table.extra th, table.extra td, table.extra caption {padding:3px 5px}
table.extra th, table.extra td {text-align:center}
table.extra th {background-color:#F70;color:#FFF;text-align:center}
table.extra thead th {border-bottom:1px solid #C50;font-size:1.2em}
table.extra tbody td {background-color:#EEE;border-left:1px solid #DDD;width:auto}
table.extra tbody tr.odd td {background-color:#FFF;border-left-color:#EEE}
table.extra tfoot td {border-top:2px solid #777;font-size:1.2em;padding:10px 5px}
table.extra .tr-last td {border-bottom:none}
table.extra .td-0 {border-left:none;text-align:left;width:250px}

/* Font Styles */
.small {font-size:.8em;margin-bottom:1.875em}
.large {font-size:1.2em;margin-bottom:1.25em}
.hide {display:none}
.quiet {color:#4C4B4B;font-weight:normal}
.loud {color:#000;font-weight:bold}
.highlight {background:#FF0}
.added {background:#060;color:#FFF}
.removed {background:#900;color:#FFF}
p.extra, span.extra {color:#F70}

/* Rules */
hr {background:#DDD;border:none;clear:both;color:#DDD;float:none;height:1px;margin:0 0 1.42em;width:100%}
hr.space {background:#FFF;color:#FFF;visibility:hidden}

/* Forms */
label {font-weight:bold}
fieldset {border:1px solid #DDD;border-bottom:3px solid #F70;margin:0 0 1.5em 0;padding:1.4em}
legend {font-size:1.2em;font-weight:bold}
fieldset.strict {border:none;margin:0;padding:0}
fieldset.strict legend {display:none}
input[type=text], input[type=password], input.text input.title, textarea, select {background-color:#FFF;border:1px solid #AAA;border-bottom-color:#CCC;border-right-color:#CCC;color:#333}
input[type=text]:focus, input[type=password]:focus, input.text:focus, textarea:focus, select:focus {background-color:#EEE;color:#000}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0}
input[type=image], input.image {vertical-align:middle}
input.text, input.title {padding:3px;width:230px}
input.title {font-size:1.5em}
input.password {margin-right:10px;width:106px}
textarea {height:100px;padding:3px;width:390px}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em}
input.error, textarea.error, select.error {background:#D00;border-color:#000;color:#FFF;font-weight:bold}
form dd {margin-left:0}
form.inline {line-height:3}
form.inline p {margin-bottom:0}

.error {color:#C00;font-size:.8em}
.notice {color:#F70}
.success {color:#264409}
.error a {color:#C00}
.notice a {color:#CB0}
.success a {color:#264409}

/* Layout */
.container {margin:0 auto;overflow:hidden;padding:0 11px;position:relative;width:950px}
#content-left, #content-normal, #content-right {float:left}  
#content-left {width:190px}
#content-normal {margin-right:1px;overflow:hidden;width:560px}
#content-right {background:#DDD;width:199px}
#main {margin-right:10px}
#home #main {margin-right:0;width:561px}

/* Menu Styles */
#header_menu {line-height:1;list-style:none;margin:0 auto 12px;overflow:hidden;padding:0 0 0 50px;width:480px}
#header_menu li {float:left}
#main_menu {line-height:1px;list-style:none;margin:153px 0 0;padding:0}

/* Header Styles */
#header_logo {display:block;overflow:hidden;width:174px}
#header_imgs {background:#F70;border-bottom:25px solid #a9c7ed;overflow:hidden;width:100%;}
#header_imgs img, #sax_imgs img {display:block;margin:0}
#header_imgs img {border-bottom:1px solid #FFF;border-left:1px solid #FFF;float:right}
#header_imgs #header_title {border-left:none;border-top:1px solid #FFF;float:left;margin-top:90px}
#sax_imgs img {border-bottom:1px solid #FFF;}

/* Content Styles */
.box {background:#AAC6EB;border-right:1px solid #FFF;border-top:1px solid #FFF;color:#FFF;float:left;line-height:1.25em;overflow:hidden;width:186px}
.box h2 {background:#6BB2E8;color:#FFF;font-size:11px;font-weight:bold;line-height:25px;margin:0;padding-left:10px;text-transform:uppercase}
.box h4 {color:#FFF}
.box .image {background:#EEE;border-bottom:1px solid #FFF;border-top:1px solid #FFF;height:100px;overflow:hidden}
.box .csc-textpic-text {background-color:#AAC6EB;font-size:.917em;padding:1.25em 10px 0}

#loginbox {color:#555;font-size:11px;line-height:1.25;overflow:hidden;padding:1.25em 0}
#loginbox label {display:block;font-weight:normal;margin-top:.5em}
#loginbox input.text {margin:2px 0;width:170px}
#loginbox hr.space {margin-bottom:.92em}

#content-right h1, #content-right h2, #content-right h3, #content-right h4, #content-right h5, #content-right p, #content-right fieldset {margin-left:10px;margin-right:10px}
#content-right h3 {border-bottom:1px solid #CCC;color:#333;margin-bottom:.25em;padding-bottom:.5em}
#content-right a:link {color:#F70}
#content-right a:visited {color:#F70}
#content-right hr {background:#FFF}

.news-list-item {border-bottom:1px solid #EEE;clear:both;margin-bottom:1em;padding-bottom:1em}
.news-list-item h3, .news-list-item p {margin-bottom:0}
.news-list-item img {display:block}

.imgs-container {overflow:hidden;width:555px}
.imgs-container .img {float:left;margin-right:5px}

.showResultsWrap {border-top:1px solid #DDD;padding-top:5px}
.browseLinksWrap span, .browseLinksWrap a {margin-right:10px}
.browseLinksWrap span a, .browseLinksWrap a span {margin-right:0}

.irfaq dt {background:transparent url(../../../typo3conf/ext/irfaq/res/plus.gif) no-repeat left center;cursor:pointer;font-size:1.2em;padding-left:1.5em}
.irfaq dt.act {background:transparent url(../../../typo3conf/ext/irfaq/res/minus.gif) no-repeat left center}
.irfaq dd {padding:1em}
.irfaq dd .additional-info {border-top:1px dashed #F70;color:#777;padding:1.5em}

.tx-contagged-index {border-bottom:2px solid #AAA;border-top:1px solid #DDD;margin-bottom:10px;padding:5px 0}
.tx-contagged-index span {border-left:1px solid #DDD;color:#AAA;margin-left:4px;padding-left:4px}	

form.cols {overflow:hidden;width:100%}
form.cols fieldset {float:left;width:230px}
form.cols fieldset.right {float:right}
form.cols textarea {width:222px}
form.cols table {width:50%}
form.cols .fullwidth {clear:both;float:none;width:514px}

.tx-indexedsearch-res .info {overflow:hidden;width:100%}
.tx-indexedsearch-res .info dl {float:left;overflow:hidden;width:33%}
.tx-indexedsearch-res .info dt, .tx-indexedsearch-res .info dd {float:left}

.tx-srfeuserregister-pi1-multiple-checkboxes dt {display:inline}
.tx-srfeuserregister-pi1-multiple-checkboxes dd {display:inline}

/* Tooltips Style */
.tooltip {cursor:default}
#tooltip {background:#7C6A57;border-radius:1px;color:#FFF;display:none;height:1.5em;padding:0 7px;position:absolute;white-space:nowrap;-moz-border-radius:2px;-webkit-border-radius:2px}
#tooltip span {background:url(../imgs/bg-tip_pointer.gif) no-repeat center 1.5em;display:block;padding-bottom:4px}

/* Footer Styles */
#footer {clear:both;font-size:.917em;margin:2em 0 0;text-align:center}

/* Misc Classes */
.align-left {text-align:left}
.align-center {text-align:center}
.align-right {text-align:right}
.first {margin-left:0;padding-left:0}
.last {border-right:none;margin-right:0 !important;padding-right:0}
.top {margin-top:0;padding-top:0}
.bottom {margin-bottom:0;padding-bottom:0}
.clearfix:after, .container:after {clear:both;content:"\0020";display:block;height:0;overflow:hidden;visibility:hidden}
.clearfix, .container {display:block}
.clear {clear:both}
