/* $Id: global.css,v 1.14 2010-05-26 10:49:51+02 mwkwi Exp $ */
body {
  font-family: Verdana;
  color: #000;
}

img {
  border: 0;
}

div
{
 /* for design debugging:
    border: solid black 1px; */
}
#outer
   {
   width: 998px;
   float: left;
   }
#header
    {
    height: 280px;
    width: 998px;
    }
#mainContent
    {
    width: 998px;
    position: relative;

    }

#mainLeft /* main column */
    {
    width: 705px;
    float: left;
    position: relative;
    }
#mainMiddle /* Login box, statistics, cv-central box, upload CV */
    {
    width: 162px;
    float: left;
    position: relative;
    }

#mainRight /* Skyscraper */
    {
    width: 120px;
    float: left;
    padding-left: 1px;
    padding-top: 1px;
    position: relative;
    }

#recruitmentBanner
    {
    width: 704px;
    height: 85px;
    background-image: url('../images/recruitment-banner.gif');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
    }

#hotJobs
{
  float: left;
  width: 300px;
}

#JobNews
{
  float: left;
  width: 685px;
}

#cv-central-recruitment
    {
    margin-left: 580px;
    margin-top: 25px;
    }

#cv-central-title
    {
    float: right;
    font-size:8pt;
    color: #006699;
    }

#mainContentBox
    {
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 12px;

    }



.header {
    float: left;
    height: 41px;
    background-position: bottom;
}

.header-left {
    width: 8px;
    background-image: url('../images/header_left_border.gif');
    background-repeat: no-repeat;
}
        
.header-right {
    width: 8px;
    background-image: url('../images/header_right_border.gif');
    background-repeat: no-repeat;
}
        
.header-middle {
    width: 668px;
    background-image: url('../images/header_middle_filler.gif');
    background-repeat: repeat-x;
}
        
.header-middle span {
    float: left;
    margin: 11px 5px;
    font-size: 17px;
    color: #fff;
}

.content {
    float: left;
    width: 680px;
    border: 2px solid #cc3366;
    padding-bottom: 10px;
}

.text_box {
    font-size: 11px;
    margin: 10px;
}

.bottom_spacer {
    float: left;
    height: 150px;
    width: 670px;
}


#LoginBox
  {
   width:   155px;
   height: 152px;
    background-image: url('../images/gradient-pink.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #FFFFFF;
    border: 1px solid #cc3366;
    font-size: 9pt;
    padding-left: 5px;
    padding-top: 4px;
    margin-top: 1px;

  }
#LoginBox .title
{
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
#LoginBox div
 {
 margin-top: 2px;
 }

#LoginBox .left, .right
  {
    float: left;
  }

#LoginBox .left
  {
  width: 96px;
  }
#LoginBox .right
  {
  margin-top: 16px;
  margin-bottom: 4px;
  }
#LoginBox .link
{
    clear:left;
    margin-top:6px;
}
#LoginBox .link a
{
    color: #cc3366;
}
#LoginBox .input input
{
    border: 1px solid #cc3366;
    height: 14px;
    font-size: 8pt;
    width:145px;
}
#LoginBox .left .input input
{
    width: 84px;
}

#stat_box
{
    margin-top: 1px;
    font-size: 9pt;
    color: white;
    background-color: #cc3366;
}
#stat_box div
{
    padding: 4px;
}
/*
#stat_box b
{
    padding: 0px;
}
*/
#stat_box #title
{
    font-weight: bold;
    border-bottom: 1px solid white;
}

#cv-central-box
{
    background-image: url('../images/cv-central-box.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 157px;
    height: 185px;
}
#cv-central-box #link
{
float: left;
font-size:8pt;
margin-left:10px;
margin-top:82px;
}
#cv-central-box #link a
{
 text-decoration: none;
 color: black;
}
#cv-central-box #button
{
 float:left;
 margin-top: 10px;
 margin-left:8px; 
}

#logo
{
  text-align: center;
  margin-top: 20px;
}   