/*--------------------------------*/
/* Three-column-specific          */
/* Erstellt:                      */
/* 24.01.2010 AH                  */
/* Angepasst:                     */
/* - .holygrail .col1wrap auf 160px*/
/* - .holygrail .col1 162 -> 173px;*/
/* 03.02.2010                      */
/* - col1 173 -> 180px             */
/*--------------------------------*/


#colmask {
    position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:1000px;           /* width of whole page */
    overflow:hidden;        /* This chops off any overhanging divs */
    background: #24303C;
}

#colmid {
    float:left;
    width:200%;
    position:relative;
    left:148px;
    background-color: #FFFFFF;
}

#colright {
    float:left;
    width:100%;
    position:relative;
    left:50%;
    margin-left:-330px;
    background: #24303C;
}

#col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:100%;
}

#col1pad {
    margin:0px 0px 0px 330px; /* margin:0 15px 0 366px; */
    overflow:hidden;
    padding-top: 5px;
    background: #FFFFFF;
}

#col1 {
    width:100%;
    overflow:hidden;
    background: #FFFFFF;
}

#col1 #mid_content {
  position:relativ;
  padding-left: 30px;
  padding-right:10px;
  background: #FFFFFF;
}

#col2 {
    float:left;
    width:148px;
    position:relative;
    margin-left:-50%;
    left:182px;
    overflow:hidden;
    /*padding-top: 20px;*/
    min-height: 500px;
    height: auto !important;
    background: #24303C;
}

#col3 {
    float:left;
    width:182px;
    position:relative;
    /*left:15px;*/
    overflow:hidden;
    padding-top: 30px;
}

#col3 #global-search {
  margin: 0px 0px 0px 10px;
  width: 160px;
}




/* --------------------------------*/
/*  col3: right                    */
/* --------------------------------*/ 

#col3 ul {
    list-style: disc;
    margin: 5px 0 5px 20px;
}



