/*** LAYOUT ******************************************************** LAYOUT ***/
body, input, textarea, select, option, optgroup, button {
   font: 12px Tahoma, Arial, sans-serif;
   color: #BCBBBB;
}

html, body {
   height: 100%;
}

body {
   background: #464646 url(themes/Multihekk/images/bg_top.png) repeat-x;
   /*color: #666;*/
   /*line-height: 14px;*/
}

a { color: #036; }
a:hover, a:active { color: #00adef; }

.wrapper {
   /*width: 100%;
   overflow: hidden;*/
   background: #0A1B2B;
   height: 354px;
   /*position: absolute;
   left: 0;
   width: 100%;
   z-index: 5;*/
}

.leftGradient {
   position: absolute;
   left: 0;
   top: 0;
   background: url(themes/Multihekk/images/gradient_left.png) no-repeat right top;
   /*width: 278px;*/
   width: 50%;
   margin-left: -237px;
   height: 354px;
   z-index: 10;
}

.rightGradient {
   position: absolute;
   right: 0;
   top: 0;
   background: url(themes/Multihekk/images/gradient_right.png) no-repeat 237px 0;
   height: 354px;
   width: 50%;
   z-index: 10;
}

.mainColumn {
   background: url(themes/Multihekk/images/intro_column_bg.png) repeat-y;
   width: 474px;
   margin: 0 auto;
   min-height: 100%;
}
* html .mainColumn { height:100% }

.logo {
   background: #557391 url(themes/Multihekk/images/logo_front.png) no-repeat center center;
   margin: 0 7px;
   height: 127px;
   padding: 10px 0;
}

.logo a {
   display: block;
   height: 100px;
   width: 100px;
   margin: 15px 0 0 180px;
}

.footer {
   width: 280px;
   margin: 20px auto 0;
   text-align: center;
   overflow: hidden;
   zoom: 1;
   padding-bottom: 30px;
}

/*.footer ul {
   margin: 10px auto 0;
}

.footer li {
   display: block;
   float: left;
   border-left: 1px solid #fff;
   width: 119px;
   text-align: left;
   padding: 0 0 0 5px;
}

.footer li.first { 
   border: 0; 
   text-align: right; 
   padding: 0 5px 0 0;
}

.footer li a { color: #fff; }
.footer li a:hover { color: #CBD9E9; }*/

.enter {
   margin: 10px auto 0;
   width: 4em;
   display: block;
   text-align: center;
   color: #fff;
}
.enter:hover { color: #CBD9E9; }
