﻿
@charset "utf-8";
/* CSS Document */

body {
    margin: auto;
    background-color: #ececec;
    padding: 0;
    font-family: "Century Gothic";
    vertical-align: top;
    background-image: url(../images/bg.png);
}

.header {
    width: 100%;
    height: 9px;
    float: left;
}

.container {
    width: 1200px;
 
    margin: auto;
    background-image: url(../images/bg.png);
}

.logo {
    float: left;
    width: 197px;
}

.logo2 {
    float: left;
    width: 197px;
}

.logoTxt {
    width: 806px;
    float: left;
    text-align: center;
}

h1 {
    color: #da251c;
    font-size: 40px;
    line-height: 38px;
}

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #811221,  #800000);
  background: -ms-linear-gradient(top,  #811221,  #800000);
  background: -webkit-gradient(linear, left top, left bottom, from(#811221), to(#800000));
  background: -moz-linear-gradient(top,  #811221,  #800000);
  border: outset 1px #666666;
  position:relative;
  z-index:999;
  text-transform:uppercase;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 3px 0px 3px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: georgia;
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #354A24,  #5C813F);
  background: -ms-linear-gradient(top,  #354A24,  #5C813F);
  background: -webkit-gradient(linear, left top, left bottom, from(#354A24), to(#5C813F));
  background: -moz-linear-gradient(top,  #354A24,  #5C813F);
  color: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #8F8F8F;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
  text-align:left;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #B0D148,  #E1CFE8);
  background: -ms-linear-gradient(top,  #B0D148,  #E1CFE8);
  background: -webkit-gradient(linear, left top, left bottom, from(#B0D148), to(#E1CFE8));
  background: -moz-linear-gradient(top,  #B0D148,  #E1CFE8);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
.main-nav {
    /*float: left;*/
    width: 1200px;
}

.testbutton {
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #800000;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}
.testbutton:hover {
  color: #5C813F !important;
  background: #468CCF;
  background: linear-gradient(top,  #FFFFFF,  #F0E6F2);
  background: -ms-linear-gradient(top,  #FFFFFF,  #F0E6F2);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0E6F2));
  background: -moz-linear-gradient(top,  #FFFFFF,  #F0E6F2);
}
.textbox {
	background-image: url(../images/bg.png);
	border: 1px solid #6297BC;
	
	text-transform:uppercase;
}
  

.content p {
    line-height: 25px;
    margin: 0px;
    padding: 0px 20px;
    text-align: justify;
    font-size: 15px;
}

.active {
    font-size: 16px;
    padding: 0 0px;
    text-align: center;
    font-weight: bold;
    color: #5caeec !important;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

.courses {
    width: 388px;
    height: 300px;
    float: left;
    font-weight: bold;
    background-color: #82c7ee;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}
.panel1 {
    width: 388px;
    height: 300px;
    float: left;
    font-weight: bold;
    background-color: #ffb276;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}

.panel2 {
    width: 388px;
    height: 300px;
    float: left;
    font-weight: bold;
    background-color: #FFB233;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}
.RegPanel {
    width: 388px;
    height: 120px;

    font-weight: bold;
    background-color: #FFB233;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}
.courses2 {
    width: 382px;
    height: 300px;
    float: left;
    font-weight: bold;
    background-color: #ffb276;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}

    .courses2 p {
        margin: 0px !important;
        padding: 0px;
    }

.c1 {
    font-size: 24px;
    text-align: center;
    width: 388px;
    padding: 10px 0 0 0;
    box-shadow:0px 5px 7px #800000;
}

.c2 {
    font-size: 12px;
    float: left;
    text-align: center;
    width: 196px;
    padding: 20px 0 0 0;
}
.c2 {
    font-size: 12px;
    float: left;
    text-align: center;
    
    padding: 20px 0 0 0;
}

.c3 {
    font-size: 13px;
    float: left;
    text-align: center;
    width: 196px;
    padding: 20px 0 0 0;
    font-size:;
}

.content {
    background-image: url(../images/bg.png);
   /* background-color: #fff;
    background-position: bottom;
    background-repeat: no-repeat;*/
    width: 1200px;
    float: left;
    text-align: center;
}

.bottom-content {
    width: 1200px;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin: 30px 0 0 0;
}

.b1 {
    float: left;
    width: 295px;
    text-align: center;
}


.footer {
    width: 1200px;
    margin: auto !important;
    text-align: center;
   /* background-color: #000;*/
    font-size: 14px;
    color: #0F0F0F;
    margin: auto;
}

    .footer a {
        padding: 0px 20px;
        text-decoration: none;
        color: #0F0F0F;
        text-align: center;
        text-transform:uppercase;
    }

        .footer a:hover {
            color: #5C813F;
        }

    .footer h1 {
        font-size: 27px;
        color: #0F0F0F;
        margin: 0px;
        line-height: 60px;
        text-transform: uppercase;
        font-family: "Century Gothic";
        font-weight: normal;
    }

    .footer p {
        margin: 0px;
    }

.footer-inner {
    margin: auto;
    width: 1200px;
}

.form-box {
    width: auto;
    height: 350;
    float: left;
    border-radius: 5px;
    border: 2px solid #5F8715;
    margin: 13px 0px 0px 12px;
}

.form-box-on {
    width: auto;
    height: auto;
    float: left;
    border-radius: 5px;
    border: 2px solid #5F8715;
    margin: 13px 0px 0px 12px;
}


.tbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #848484;
    outline: 0;
    width: 225px;
    height: 25px;
}

.form-box-container {
    background-color: #FFFFD1;
    height: 365px;   
    width:263px;
    margin-left: 280px;
    float: left;
}

.form-box-containeron {
    background-color: #FFFFD1;
    height: auto;
    width: auto;
    margin-left: 280px;
    float: left;
}


.ModelBackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.Popup
{
    background-color:white; 
    border:solid 1px #800000; 
    min-height:200px;
    min-width:400px;
    
    -moz-box-shadow:  3px 2px 5px 5px #363636;
    -webkit-box-shadow: 3px 2px 5px 5px #363636;
    box-shadow:3px 2px 5px 5px #363636;
    font-family:Verdana;
    
}
.Popup span{font-family:Verdana; font-size:12px;}
.Popup td{font-family:Verdana;}
.PopupHeader
{
   
   /* background: url('../images/top_bg.jpg') repeat-x;*/
    width:100%; 
    background-color:#800000;
     height:25px; 
     color:White;
     padding: 3px 0 3px 0;
     text-align:center;
}
.PopupFooter
{
   
   /* background: url('../images/top_bg.jpg') repeat-x;*/
    width:100%; 
    background-color:#5C813F;
     height:25px; 
     color:White;
     
     padding: 3px 0 3px 0;
}
.body_bg_veri
{
	
	border-bottom-style:groove;

	padding-bottom:5px;
	
	border-bottom-color:#800000;
	
	
	border-bottom-width:8px;
	
	height:30px;
	background-color:#9dffff;
	padding-top:10px;
	
}
.weltxt_career
{

font-size:25px;
color:#1B3D2B;
line-height:32px;
font-weight:bold;

padding-left:5px;


}
.tabel_head
{
	
	border: 2px solid #f00;
	padding-left: 5px;
	font-weight: bold;
}
.tabel_data
{
	text-align:left;
	padding-left:5px;
	border:2px solid #f00;
}
.tabel_head_vacancy
{
        color:white;
	
	border: 1px solid #f00;
	padding-left: 5px;
	font-weight: bold;
	background-color:blue;
}

.extra-wrap1 { 
	overflow:hidden;
}
.adretxt
{
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-align:center;

/*border-bottom:1px  dashed #9BA5BF;*/

}

/****Card image****/

div.polaroid {
  width: 275px;
  height:260px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.cardText {
  text-align: center;
  padding: 2px 2px;
}

