html, body, form, fieldset {
  padding: 0;
  font: 76%/140% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000033;
}

body {
  background-color: #f9f9f9;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}


.descrBox {
  display: none;
  font-size: 6px;
}

.mainContainer {
  background: #e8e8e8 url(../img/bg_main.gif) top left repeat-y;
  width: 850px;
  margin: auto;
}

div.topnav {
  margin-top: 0;
  background: url(../img/bg_top.gif) top left no-repeat;
  height: 30px;
  padding: 10px 10px 2px 10px;
}

div.header {
  height: 131px;
  width: 828px;
  margin-left: 10px;
  background: url(../img/default/header.jpg) top center no-repeat;
}

div.LanguageNav {
  float: left;
  width: 200px;
  padding: 5px;
  padding-left: 15px;
}

div.topnavPoints {
  float: right;
  margin: 2px;
}

a.navMainAct {
  background-color: #989889;
  background: url(../img/default/tab_a.gif) top left repeat-x;
  color: #FFF;
  margin-left: 1px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  font-weight: bold;
  height: 20px;
  display: block;
  float: left;
}

a.navMainAct:hover {
  background-color: #989889;
  background: url(../img/default/tab_a.gif) top left repeat-x;
  color: #DDD;
}

a.navMainNorm {
  background-color: #c1beb6;
  background: url(../img/default/tab_p.gif) top left repeat-x;
  color: #FFF;
  margin-left: 1px;
  padding: 5px; 
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  font-weight: bold;
  height: 20px;
  display: block;
  float: left;
}

a.navMainNorm:hover {
  background-color: #989889;
  background: url(../img/default/tab_a.gif) top left repeat-x;
  color: #DDD;
}

div.footer {
  background: url(../img/bg_bot.gif) bottom left no-repeat;
  height: 15px;
  padding: 2px 10px 10px 10px;
  clear: both;
}


div.mainLeft {
  margin-right: 10px;
  float: left;
}

div.mainContent {
  float: left;
}

div.teaserPic {
    height: 310px;
    width: 485px;
    margin-bottom: 20px;
    background: url(../img/default/bigStartPic.jpg) center center no-repeat;
}

div.wantedBox {
  height: 570px;
  width: 220px;
  padding: 20px;
  background-color: #989889;
  color: #FFF;
  font-size: 10px;
  float: left;
  margin-top: 10px;
}

p.wantedBox {
  margin: 0;
  margin-top: 10px;
}

div.wantedFormBox {
  background-color: #F8F8F8;
  margin-top: 10px;
  float: left;
  width: 515px;
  padding: 19px;
  border: 1px solid #989889;
  color: #464646;
  font-size: 10px;
}

table.wantedForm {
}


div.wantedFormPart {
  margin-top: 20px;
}

td.wantedImage {
  padding-left: 20px;
}

checkbox, input, textarea {
  font-family: Verdana;
  font-size: 9px;
  line-height: 18px;
}

div.wantedSubmit {
  text-align: right;
}

.submit {
  margin-top: 10px;
  padding: 5px;
  float: right;
  color: #FFF;
  background-color: #989889;
  border: 1px solid #FFF;
}

td {
}

img {
  border: 0;
  display: block;
}

img.inline {
  border: 0;
  display: inline;
}

img.head {
  border: 0;
  display: block;
  margin: 2px 10px 0 10px;
}

div.contentBoxLarge {
  clear: both;
  padding: 20px 10px 20px 10px;
}

/*------------------------------- misc */
.clear {
    clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}/* Hides from IE-mac \*/

.clearfix {
  display: block;
}

div.leftContCol {
  width: 485px;
  float: left;
  margin-right: 20px;
}

div.rightContCol {
  width: 320px;
  float: left;
}

div.ContentCont {
  padding: 19px;
  background-color: #FFF;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
}

.startPic{
  margin-bottom: 20px;
}

.startMiniPic{
  margin: 5px;
  float: right;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

.odd {
  background-color: #FFF;
}

.even {
  background-color: #EEE;
}

ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}

li {
  margin: 10px;
  margin-right: 0;
  padding: 2px;
  clear: both;
}