/**
 * Project: Flens Info
 * ------------------------------ 
 * Type: screen
 * Date: 2010-03
 * Init: Niels Weber, Ticcon AG (Flensburg)
 * Edit: YYYY-MM | [Name]  
 **************************************************************/

@import url("navi.css");
@import url("text.css");
@import url("form.css");
@import url("ext/tt_news.css");
@import url("ext/indexed_search.css");
@import url("ext/sr_feuser_register.css");

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

*       { margin: 0; padding: 0;  }
.clear  { clear: both;            }
.hidden { display: none;          }
.error  { color: #FF0000;         }
.duty   { color: #0B3059;         }
.test   { border: 1px dashed red; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

BODY {
  width: 100%;
  height: auto;
  background-image: url(../img/bg_body_2.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #051628;
  color: #333333;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  font-size: 13px;
}
#container {
  width: 1000px;
  height: auto;
  min-height: 100%;
  margin: 0 auto 0 auto;
  overflow: visible;
  position: relative;
  z-index: 50;
  text-align: left;
}
#bg-top {
  width: 100%;
  height: 850px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  top: 0;
  background-image: url(../img/bg_top_2.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
#tab_tool {
  position: fixed;
/*  top: 169px;
*/
  top: 100px;
  z-index: 99;
}


/**************************************************************
* HEADER
***************************************************************/
#header {
  width: 100%;
  height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#logo {
  width: 100%;
  height: 118px;
  background-image: url(../img/bg_logo_2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#logo A {
  width: 585px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header-navi {
  width: 100%;
  height: 52px;
  overflow: visible;
  background-image: url(../img/bg_header-navi4.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 20;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navi-main {
  width: 670px;
  height: 52px;
  position: relative;
  float: left;
  z-index: 20;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#search {
  width: 250px;
  height: 50px;
  position: relative;
  right: 30px;
  float: right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#rubpic {
  width: 100%;
  height: 398px;
  clear: both;
  position: relative;
  background-image: url(../img/bg_rubpic2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#rubpic IMG#produktpic {
  width: 410px;
  height: 398px;
  position: absolute;
  right: 0;
  bottom: 0;
}


/**************************************************************
* MAIN
***************************************************************/
#main {
  height: auto;
  min-height: 770px;
  clear: both;
  overflow: hidden;
  background-image: url(../img/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: 668px 70px;
  background-color: #FFFFFF;
}
#home #main {
  background-position: 668px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home .navi-bct {
  display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
  width: 580px;
  margin: 0 0 70px 0;
  float: left;
  position: relative;
  top: 30px;
  left: 30px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#marginal {
  width: 235px;
  padding: 0 0 80px 0;
  float: right;
  position: relative;
  top: 30px;
  right: 45px;
}



/**************************************************************
* FOOTER
***************************************************************/
#footer {
  width: 100%;
  height: 408px;
  clear: both;
  position: relative;
  background-image: url(../img/bg_footer3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navi-extra {
  width: 835px;
  height: 170px;
  position: absolute;
  top: 80px;
  left: 92px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navi-basis {
  width: 280px;
  height: 25px;
  position: absolute;
  top: 333px;
  left: 269px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#meta .icon01,
#meta .icon02 {
  position: absolute;
  top: 306px;
}
#meta .icon01 { left:  60px; }
#meta .icon02 { left: 162px; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#copyright {
  position: absolute;
  top: 330px;
  left: 565px;
}
#copyright P {
  color: #FFFFFF;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}

