html { margin:0;padding:0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(/fileadmin/templates/images/background.png) repeat-x #FFFFFF;
	margin: 0;
	padding: 0;
}

#container {
	width: 975px;
	margin: 0 auto;
    background: url(/fileadmin/templates/images/bg_flash.png) no-repeat 0 -1px;
}

#header {
	background: url(/fileadmin/templates/images/top_bg.png) no-repeat;
	height: 432px;
}

#header ul {
    display:none;
}

#left {
	background: url(/fileadmin/templates/images/left.png) no-repeat;
	width: 207px;
	height: 372px;
    overflow: hidden;
	float:left;
    cursor:pointer;
}

#left img{ border:0;}

#content {
	background: url(/fileadmin/templates/images/content.png) no-repeat;
	width: 768px;
	float:left;    
}

#t3content {
    clear:both;
}

#content h1{
    color:#0d3664;
    font-size:18px;
    margin:20px 0 5px 40px;
    padding:0;
}

.csc-default-screen{
   width: 700px; 
   padding: 0 40px 0 40px;
   float:left;
}

.inline{
   width: 700px; 
   padding: 0 40px 0 40px;
   float:left;
}

#middle {
    margin-top: -4px;
}

#content .column {
    text-align: justify;
    font-size: 12px;
    color:#545454;
    min-height:250px;
}
#content .inline {
    text-align: justify;
    font-size: 12px;
    color:#545454;
    min-height:250px;
    
}

#content .column h1 {
    color:#0d3664;
    font-size:18px;
    margin:0 0 10px 0;
    padding:auto;
}

#content .column p {
    /*padding-top: 0; margin-top:0;*/
}

#footer {
	background:#d9d7d3;
	clear:both;
	padding:5px;
    margin-top:30px;
	margin-bottom: 50px;
	font-size:12px;
	color:#4d4944;
	text-align: center;
}

#footer a{
	color:#4d4944;
}

#footer span {
	margin-right: 30px;
}

#footer p { margin:0; padding:0; }

#candidateForm{
    
}
 
#candidateForm th{    
    text-align: left;        
    width:120px;
    padding-left:10px;
    padding-bottom:2px;
}

#candidateForm th span{
    color:#C01821;
}

#candidateForm td{
    padding-bottom:2px;
    text-align: right;
}

#candidateForm td input {
    width:200px;
    
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid #DDDDDD;
    font-size:12px;
    margin:0;
    padding:8px;
    width:200px;
    font-weight: bold;
    color:#808080;
    
}

#candidateForm td input.file {
    width:auto;
    
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid #DDDDDD;
    font-size:12px;
    margin:0;
    padding:8px;
}

#candidateForm td #button {
    width:auto;
    float:right;
    cursor:pointer;
    font-weight:bold;
    font-size:12px;
}

#candidateForm td #button:hover {
    background:#77AB1E;
    color:white;
}

/***/

#candidateForm td input.validation-failed {
  border: 1px solid #FF0000;
}
#candidateForm td input.validation-passed {
  border: 1px solid #77AB1E;
}
#candidateForm td input.validation-advice {  
  color:#C01821;
}
.warning {
    border: 1px solid #c66;
}
.warning-advice {
    margin: 2px;
    padding: 2px;
    color:#fff;
    background-color:#bbb;
}

/***/

#expertise1, #expertise2, #expertise3, #expertise4{
	margin-bottom: 20px;
} 


div.but_prev {
    margin:0 0 0 -5px;
    padding:0;
    float:left;    
    width:200px;
}

div.but_next {
    margin:0 -5px 0 0;
    padding:0;
    float:right;
    width:200px;
    text-align: right;
}

div.but_prev img,
div.but_next img{ border:0; }

img { border:0; }

#t3content h3 {
    font-size:12px;
    font-weight:bold;
    margin:5px 0 0 0;
    padding:0;
}

#t3content h3 a {
    text-decoration: none;
    color:#545454;
}

div.pdf {
    text-align: right;
    margin-top:-5px;
    margin-bottom: 15px;
    border-bottom:1px solid #D9D7D3;
    padding-bottom:5px;
    margin-right: -5px;
}



