html, body, p, ul, li,a,a:link,a:visited,a:hover,a:active
{
    border:0;
    margin: 0;
    padding: 0;
}


html, body
{
    height: 100%;
    font-size: 0.9em;
    color: #585858;
    font-family: "Verdana", "Times New Roman";
    text-align:justify;
    line-height: 1.2em;
}
a
{
    text-decoration: none;
    color: #585858;
}

#container
{

    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    background: #ffffff;
}

#service a
{
    text-decoration: underline;
}

.service a, a.media
{
   display:block;
   font-weight: bold;
   text-align:left;
   font-size: 1em;
   margin: 15px 13px 0px;
}

#header
{
    position: absolute; top: 0px; left: 0px;
    z-index:1;
    height: 143px;
    width: 299px;
    background: url(img/logo.jpg) #e1e1e1;
}

#menu
{
    font-family: "Trebuchet MS", "Times New Roman";
    height: 350px;
    background: url(img/menuBg.png) repeat-y;
}

#menu a
{
    background:url(img/menuElement.png) repeat-y;
}

#menu small
{
    font-size: 0.7em;
}
#menu li a:hover, li a:focus, li a:active
{
    background-position:-256px 0;
}
#menu li a
{
    font-size: 1.3em;
    display:block;

    padding-left: 15px;
    color:#FFF;
    text-decoration:none;
}


#menu li.first
{
    padding-top: 20px;
}

#menu li
{
    padding-bottom: 30px;
}

#lang
{
    font-family: "Trebuchet MS", "Times New Roman"; /*not visible text was defined for trebuchet ;)*/
    text-align:left;
    padding: 5px 5px 10px 5px;
    background: url(img/langBg.png) no-repeat;
    height: 166px;
}

#lang li
{

 display:inline;
 font-weight: bold;

}
#lang ul
{
 margin-left: 0.35em;
}

#lang .firstChild
{
 border:none;
}

#lang p
{
    padding: 0;
    font-size: 0.85em;
    margin: 0.6em;
}

#lang a
{
 margin: 0 8px 0 6px;
}

#lang span
{
    visibility: hidden;
}

#left
{
    overflow: hidden;
    margin-top: 139px;
    float: left;
    width: 256px;
    display: inline;
}

#right
{
    height: 98%;
    position: relative;
    text-align:center;
    margin-left: 256px;
    background: url(img/bg.jpg) #0d2e44 no-repeat;
}
#content
{
    overflow: auto;
    position: absolute; top: 50%; left: 50%;
    margin-top: -288px;
    margin-left: -316px;
    padding-top: 14px;
    background: url(img/contentBg.jpg) #f4f4f4 repeat-x;
    height: 575px;
    width: 675px;
}
p
{
    padding: 10px 15px;
    text-align: justify;
    font-size: 1em;
}

ul.media
{

    list-style: none;
    margin-left: 20px;
    text-align: left;
}

ul.media li
{
    margin-top: 20px;
}

ul.media a
{
    font-size: 1.3em;
    display: block;
    width: 40%;
    overflow: hidden;
}
ul.media a:hover
{
    background: #9cafbb;
}


#img
{
    background: #030303;
    height: 100px;
}
#footer
{
    position: relative;
    background: #ffffff;
    height: 2%;
    width: 100%;
}
#footer #signature
{
    display: block;
    width:99%; height:100%;
    text-align: right;
    font-size:0.8em;
    color: #457f9b;
}
#footer #signature strong
{
    color:#08557a;
}
.clear
{
    clear: both;
}

#media
{
    font-size: 1.7em;
    margin-top: 120px;
    width: 100%;
}

#media a
{
    padding: 15px;
}


#media a:hover, #trainee a:hover
{
   background: #9CAFBB;
}

#trainee
{
    font-size: 1em;
    margin: 0 auto;
    margin-top: 30px;
    width: 55%;
}

#trainee a
{
    height: 170px;
    padding: 12px;
    margin: auto;
    display:block;
    width:43%;
    float:left;
}


#trainee #leftLink
{
    text-align:right;
    border-right: 1px solid #cccccc;
}
#trainee #rightLink
{
    text-align:left;
}

#service
{
    height: 240px;
    overflow: auto;
    width:95%;
    text-align:left;
    padding-left: 15px;
}
#service ul
{
    padding-left: 15px;
    list-style: none;
}

.service
{
    overflow: auto;
    width:95%;
    text-align:left;
    padding-left: 15px;
}

.service ul
{
    padding-left: 15px;
    list-style: none;
}



#leftCol
{
    border-right: 1px solid #cccccc;
}
#leftCol, #rightCol
{
    float: left;
    width:48%;
}

#service li, .service li
{
    margin-top: 15px;
}

#contact
{
    text-align:left;
    position: relative;
    width:40%;
}

#contact p, #contact strong
{
    font-size: 0.85em;
    padding-bottom: 5px;
}

#contact img
{
    position: absolute;
    top: 50px;
    left:300px;
}
#contact #name
{
    font-size:1.1em;
}
strong
{
    font-size: 1.2em;
}
hr
{
    text-align: left;
    color: #cccccc;
    background-color: #9E9E9E;
    width: 95%;
    height: 1px;
}
/*Forms styling*/
 fieldset
 {
    margin: 10px 15px;
    border: none;
  }

label
{
    float:left;
    display:block;
    width: 80px;
}
input, textarea
{
    border: 1px solid #aaaaaa;
    display: block;
    float: left;
}

input.submit
{
    color:#08557a;
    width: 70px;
    height: 30px;
    font-size: 1.2em;
    border: none;
    background: #fff;
}

div.form
{
    width:100%; /*Needed if you want to have space beetween inputs (hasLayout?)*/
    text-align:left;
    font-size: 0.9em;
    clear:both;
    overflow:hidden;
    padding-bottom: 13px;
}

h4
{
   text-align:left;
   font-size: 1em;
   margin: 15px 15px 0px;
}
p.form
{
    font-size:0.85em;
    text-align: left;
    margin: 0 15px;
    padding: 0px 0px 10px 2px;
    border-bottom: 1px solid #cccccc;
    width: 570px;
}

fieldset.trainee label.long
{
    width: 500px;
}

/* hide from mac \*/
* html #left {margin-right: -3px;}
* html #right {margin-left: 0;}
/* end hide */
#IEHack
{
    width: 100%;
    text-align:left;
}