/* commented backslash hack v2 \*/ 
html, body {
    height:100%;
}
/* end hack */ 

html, body {
    margin: 0;
    padding: 0;
}

body {
	font-family: arial, sans-serif;
    font-size:0.75em;
    color: #1d1d1f;
    text-align: center;
    background-color: #ECECED;
}

#container {
    margin-left:auto;
    margin-right:auto;
    width: 990px;
    min-height:100%;
    text-align: left;
    background-color: #FFF;
    background-image: url(../images/outer_bg.gif);
    background-repeat: repeat-y;
    border-left: 1px solid #1d1d1f;
    border-right: 1px solid #1d1d1f;
    position:relative;
}

/* commented backslash hack v2 \*/ 
* html #container {
    height:100%;
}

* html #container {
    width:992px;
    w\idth:990px;
}
/* end hack */ 

#header {
    width:100%;
    height:88px;
    background-color: #ececed;
    background-image: url(../images/header_bg.gif);
    background-repeat: no-repeat;
    position:relative;
    z-index:2;
    overflow:hidden;
}

* html #header {
    height:88px;
    he\ight:88px
}

#logocontainer {
	float: left;
    margin-top: 15px;
    margin-left: 11px;
}

#headernav {
    margin-top: 12px;
    margin-left: 159px;
}

#right {
    float: left;
    width: 186px;
    position:relative;
    padding: 10px 0px 10px 10px;
}

#langmenu{
	margin-bottom: 15px;
}

#left {
    float: left;
    width: 186px;
    position:relative;
    padding: 10px 10px 10px 0px;
}

#content {
    float: left;
    width: 548px;
    padding:10px 24px 80px 26px;
    line-height: 1.6em;
}

* html #content{
    padding:10px 15px 80px 15px;
} 

#footerwrap {
    padding:5px 0 0;
    height:149px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: 1px bottom;
    position:relative;
    width: 992px;
    text-align: center;
    margin:-154px auto 0;
}

* html #footerwrap {
    height:154px;
    he\ight:149px;
}

#footer {
    position:relative;
    width: 558px;
    margin: 0px auto;
    padding:0px 20px;
}

#clearfooter {
    height:149px;
    width:100%;
    clear:both
}

/* *** text *** */
div,p {margin-top:0} /*clear top margin for mozilla*/

p,h1 {margin-bottom:1em}

#content ul li{
    margin-left:-15px;
    margin-bottom:5px;
}

#content h1, #content h1.csc-firstHeader{
    font-family: "Times New Roman", serif;
    font-weight:normal;
    font-size:2em;
    margin:10px 0px 0px 0px;
    padding:3px 0px 3px 0px;
    color: #8a8b8d;
}

#left div.csc-frame h1, #right div.csc-frame h1{
    font-size: 1em;
    font-weight: bold;
    color: #009CDD;
    /*height:19px;*/
    margin-top:0px;
    margin-bottom: 5px;
    padding: 0px;
}

#content h2{
    font-weight:bold;
    font-size:1.25em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#left div.csc-frame h2, #right div.csc-frame h2, div.sidebarBox div.boxHead{
    font-family: "Times New Roman", serif;
    font-weight:bold;
    font-size:1.25em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
    color: #8a8b8d;
}

#content h3{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#left div.csc-frame h3, #right div.csc-frame h3{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content h4, #content h5, #content h6{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content ul li {
    list-style-type: none;
    padding-left: 20px;
    margin-left: -40px;
    margin-bottom: 10px;
    background-image: url("../images/ul_li_1.gif");
    background-repeat: no-repeat;
}

#content ol li {
    margin-left: -10px;
    margin-bottom: 10px;
}

.small {
    font-size:0.9em;
}

.align-left {
    text-align: left;   
}

.align-center {
    text-align:center;
}

.align-right {
    text-align:right;
}

.align-justify {
    text-align:justify;
}

#footer{
    font-size: 0.9em;
    color: #c3c3c3;
}

.textzoom {
    padding: 0;
}

.textzoom h3 {
    float:left;
    font-size: 12px !important;
    font-weight: bold;
    margin: 4px 5px 2px 0 !important;
}

div.sidebarBox, #left div.csc-frame, #right div.csc-frame{
    padding: 0px 5px 10px 5px;
}

div.menu{
    padding: 0px 5px 0px 5px;
    border-bottom:none;
}

/* *** hyperlinks *** */
#content a:active, #content a:visited, #content a:link,
#left a:active, #left a:visited, #left a:link,
#right a:active, #right a:visited, #right a:link,
#footer a:active, #footer a:visited, #footer a:link {
    color: #019cde;
    text-decoration:none;
}

#content a:hover, #left a:hover, #right a:hover, #footer a:hover{
    text-decoration:underline;
}

a img{
    border-width:0px;
}


/* *** leftmenu *** */
#menuList {
    margin:0px;
    padding:0px;
}

#menuList li.menuItem {
    list-style-type:none;
    text-align:left;
}

ul.submenuList {
    margin:0px;
    padding:0px;
}

#menuList li.submenuItem {
    list-style-type:none;
    text-align:left;
}

a.menuLink, a.menuLinkAct, a.submenuLink, a.submenuLinkAct {
    display:block;
    height:22px;
    margin-bottom:2px;
    padding: 3px 2px 0px 4px;
    font-size: 1em;
    line-height:1.6em;
    font-weight: bold;
    text-decoration:none !important;
}

/* first level */
#menuList li.menuItem a {
    width:180px;
    color:#8a8b8d;
    margin-left:10px;
}

#menuList li.menuItem a:hover {
    color: #FFF;
    background-color: #009cdd;
}

#menuList li.menuItem a.menuLinkAct {
	color: #FFF;
    background-color: #009cdd;
}

#menuList li.menuItem a.menuLinkAct:hover {
    color:#8a8b8d;
}

/* second level */
#menuList li.submenuItem a {
    width:155px;
    color:#c5c5c7;
    margin-left:35px;
}

#menuList li.submenuItem a:hover {
    color: #FFF;
    background-color: #009cdd;
}

#menuList li.submenuItem a.submenuLinkAct {
    color: #FFF;
    background-color: #009cdd;
}

#menuList li.submenuItem a.submenuLinkAct:hover {
    color:#8a8b8d;
}

/* third level */
#menuList li.submenuItem ul.submenuList li.submenuItem a {
    width:130px;
    color:#8a8b8d;
    margin-left:60px;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a:hover {
    color: #FFF;
    background-color: #009cdd;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a.menuLinkAct {
    color: #FFF;
    background-color: #009cdd;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a.menuLinkAct:hover {
    color:#8a8b8d;
}

/* *** headermenu *** */
#headernav ul{
    margin: 0px;
    padding: 0px;
}

#headernav ul li{
    list-style-type: none;
    margin: 0px 35px;
    padding: 0px;
    float: left;
}

#headernav a{
    display: block;
    width: 100%;
    height: 23px;
    padding-top: 10px;
    color: #1d1d1f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#headernav a:hover{

}

#headernav a.active{

}

/* *** footermenu *** */
#footer a:link, #footer a:active, #footer a:visited {
    color: #c3c3c3;
    font-weight: bold;
    font-size:1.2em;
    text-decoration: none;
    margin: 0px 12px;
}

#footer a:hover {
    color: #009CDD;
}

/* *** forms *** */
form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background-color:#EEE;
}

#left input, #left textarea, #left select {
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background-color:#FFF;
}

input, textarea{
    text-indent:2px;
}

input.button, input.submit_button, .csc-mailform-submit{
    background-color: #CCC;
    color: #1d1d1f;
    border: 1px solid #1d1d1f;
    font-weight: bold;
    font-style:italic;
    font-size: 1.1em;
}

input.radio_field, input.checkbox_field{
    border: none;   
}

fieldset {
    display:block;
    border:1px solid #ccc;
    clear:both;
}
            
* html fieldset {padding: 10px;}
            
legend {
    background:#8DC0E8;
    color:#1d1d1f;
    padding:4px;
    border:1px solid #00589C;
    border-right-width:2px;
    border-bottom-width:2px;
    margin-bottom:4px;
    font-weight:bold;
}

label {margin: 0px;}

.csc-mailform {

}

.csc-mailform-field label {
    width: 150px;
    display:block;
    float: left;
}

.csc-mailform-field input {

}

.csc-mailform-field {
    margin-bottom: 25px;
}

.csc-mailform-submit{
    float:right;
}

#searchform{
    padding:0px 0px 15px 0px;
}

#searchbox_sword{
    height:16px;
    background-color: #FFF;
    border: 1px solid #8b8b8b;
    padding-top:2px;
    margin-right: 5px;
    vertical-align: middle;
}

#searchbox_submit{
    height:21px;
    width:25px;
    border: none;
    vertical-align: middle;
}


/* *** misc *** */
table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

hr{
    height: 1px;
    border: none;
    margin:15px auto;   
}


/* *** styles for extension "tx_indexedsearch" *** */
    .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline !important; margin-right:5px !important; padding: 25px 10px !important; margin-left: 0px !important; background-image: none !important;}
    .tx-indexedsearch .tx-indexedsearch-searchbox { margin:35px auto; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; margin-top:10px; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
    .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
    .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
    .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
    .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
    .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
    .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
    .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
    .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
    .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
    .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
    .tx-indexedsearch-res { clear:left;}
    .tx-indexedsearch-browsebox ul.browsebox {  margin:15px; padding:0px; }
    .tx-indexedsearch-browsebox ul.browsebox li { float: left !important; display: inline !important; padding: 25px 10px !important; margin-left: 0px !important; background-image: none !important;}


/* *** styles for "fe-loginbox" *** */
.tx-felogin-pi1 input{ margin-bottom:15px; }
.tx-felogin-pi1 p{ margin: 0px 0px 5px 0px !important; }