html{
    overflow-y: scroll;
}

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

body {
	text-align: center;
}

#container {
    width: 955px;
    min-height:100%;
    position:relative;
    background-image: url('../images/outer_bg.gif');
    background-repeat: repeat-y;
    margin: 0 auto;
    text-align: left;
}

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

#header {
    position:relative;
    z-index:2;
    overflow:hidden;
    background-image: url('../images/header_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
}

#header_search {
	float: right;
	width: 106px;
	height: 25px;
	margin-top: 15px;
	text-align: right;
}

#topnav {
    float: right;
    height: 25px;
    margin-top: 15px;
}

#langnav {
    float: right;
    height: 25px;
    margin: 13px 5px 0px 25px; 
}

#header_logo{
    float: left;
    width: 158px;
    height: 158px;
    border-bottom: 7px solid #FFF;
    margin-top: 40px;
}

* html #header_logo{
    margin-right: 4px;
}

#header_banner{
    width: 790px;
    height: 158px;
    margin-left: 165px;
    border-bottom: 7px solid #FFF;
    margin-top: 40px;
}

* html #header_banner{
    margin-left: 0px;
}

#headernav {
    margin-left: 165px;
}

#innerwrap {
	float: left;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
}

#left {
    float: left;
    width: 158px;
    height: 500px;
    min-height: 500px;
    background-image: url('../images/left_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

#left div.sidebarBox, #left div.csc-frame{
	margin-left: 5px;
    width: 138px;
    margin-bottom: 15px;
    padding: 5px;
}

#content {
    float: left;
    width: 790px;
    min-height: 100px;
    margin-left: 7px;
}

#footerwrap {
    width: 955px;
    height:62px;
    position:relative;
    margin:-62px auto 0;
    text-align: left;
    background-image: url('../images/footerwrap_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#left_footer {
    float: left;
    width: 158px;
}

#content_footer {
    float: left;
    width: 790px;
    margin-left: 7px;
    padding-bottom:6px;
    border-bottom: 1px solid #707070;
}

#aritso_link {
	clear: left;
    width: 156px;
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #707070;
    text-align:center;
}

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

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

p,h1 {margin-bottom:1em}

#content h1, #content h1.csc-firstHeader{
    font-weight:normal;
    font-size:2em;
    margin:7px 0px 15px 0px;
    padding:7px 25px 7px 25px;
    color: #FFF;
    background-color: #cd061e;
}

#left div.csc-frame h1, #left div.sidebarBox h1{
    font-size: 1em;
    font-weight: bold;
    color: #000;
    margin-top:0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    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, div.sidebarBox div.boxHead{
    font-weight:bold;
    font-style: italic;
    font-size:1.1em;
    margin:0px 0px 2px 0px;
    padding:0px 0px 3px 0px;
    color: #cd061e;
}

#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{
    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 {
    padding-left: 5px;
    margin-bottom: 10px;
}

#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;
}

#content_footer, #left_footer{
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #707070;
}

#left_footer {
    color: #000;
}


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

#content a:hover, #left a:hover, #footer a:hover{
    background-color: #CD061E;
    color: #FFF;
}

a img{
    border-width:0px;
}


/* *** topmenu *** */
#topnav ul{
    margin: 0px;
    padding: 0px;
}

#topnav ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#topnav a{
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 7px;
}

#topnav a:hover{
    color: #CD061E;
}

#topnav a.active{
    color: #CD061E;
}

#aritso_link a {
    color: #707070;
    text-decoration: none;
}


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

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

#headernav a{
    display: block;
    width:130px;
    height:16px;
    background-color:#9c9d9f;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color:#FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 1px;
    padding: 4px 0px;
}

#first a{
	width:134px;
}

#sixth a{
	width:131px;
    margin-right: 0px;
}

#headernav a:hover{
	background-color:#57575a;
    color: #FFF;
}

#headernav a.active{
    color: #CD061E;
}


/* *** leftmenu *** */
#menuList {
    margin:0px 0px 15px 0px;
    padding:2px 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;
    margin-bottom:1px;
    padding: 3px 5px 4px 5px;
    font-size: 1em;
    font-weight: bold;
    text-decoration:none !important;
}

/* first level */
#menuList li.menuItem a {
    width:148px;
    color:#000;
}

#menuList li.menuItem a:hover {
    color:#FFF;
}

#menuList li.menuItem a.menuLinkAct {
    color:#cd001c;
}

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

/* second level */
#menuList li.submenuItem a {
    width:133px;
    margin-left:15px;
}

#menuList li.submenuItem a:hover {

}

#menuList li.submenuItem a.submenuLinkAct {
    color:#cd001c;
}

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

/* third level */
#menuList li.submenuItem ul.submenuList li.submenuItem a {
    width:118px;
    margin-left:30px;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a:hover {

}

#menuList li.submenuItem ul.submenuList li.submenuItem a.menuLinkAct {
    color:#cd001c;
}

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


/* *** footernav *** */
#left_footer a{
    display:block;
    padding: 3px 5px 4px 5px;
    font-family: Verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration:none !important;
	color: #000;
}

#left_footer a:hover{
	background-color: #CD061E;
    color: #FFF;
}


/* *** 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;
}

#searchbox_sword{
    width:102px;
    height:15px;
    background-color: #FFF;
    border: 1px solid #000;
    padding:0px 0px 0px 0px;
    margin: 0px;
    vertical-align: middle;
    font-size: 12px;
}


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

.NoBorder{
    border:none;
}

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

.clear {
    clear: both;
}


/* *** 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 extension "felogin" *** */
#fe_login_status_message { margin-bottom: 15px; }