/**
**************************************************
* Init: 2012-12 | cleverbits GmbH
* Edit: YYYY-MM | [Name]  
**************************************************/

@import url("content.css");
@import url("text.css");
@import url("navi.css");
@import url("textpic.css");
@import url("form.css");

/*************************************************/
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.error {
  color: #CC0000;
}
.duty {
  color: #CC0000;
}
.hide {
  height: 0;
  visibility: hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
IMG {
  border: 0;
}
A IMG {
  border: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}
/*************************************************/
HTML {
  font-size: 11px;
}

BODY {
  display: block;
  overflow: auto;
  background-image: url('../img/bg_body.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #003477;
  color: #333333;
  font-size: 1em;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#container {
  width: 980px;
  height: auto;
  min-height: 600px;
  margin: 50px auto 0 auto;
  padding: 0;
  overflow: visible;
  position: relative;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  background-color: #E5E5E5;
  /*background-image: url('../img/helper_layout.png');
  background-repeat: no-repeat;
  background-position: 0 50px;*/
  text-align: left;
}
/*************************************************/
#header {
  width: 1000px;
  height: 200px;
  margin: 0 auto 0 auto;
  position: relative;
  top: -20px;
  left: -10px;
  z-index: 30;
  overflow: visible;
  background-image: url('../img/bg_header.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#header #logo {
  width: 290px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 86px;
  z-index: 70;
  background-color: transparent;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#header #slogan {
  visibility: hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#header #hotline {
  width: 230px;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 50;
  background-image: url('../img/bg_hotline.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header #hotline P {
  color: #003477;
  font-size: 18px;
  text-align: right;
}
/*************************************************/
#navi-main {
  width: 100%;
  height: 100px;
  position: relative;
  top: -20px;
  left: 0;
  overflow: visible;
  background-color: #E5E5E5;
  z-index: 50;
}
/*************************************************/
#navi-sub {
  width: 100%;
  height: 42px;
  position: relative;
  top: -20px;
  left: 0;
  overflow: visible;
  background-color: #E5E5E5;
  z-index: 50;
}
BODY.level1 #navi-sub,
BODY#uid6 #navi-sub,
BODY#uid7 #navi-sub,
BODY#uid8 #navi-sub {
  display: none;
}
/*
BODY.level4 #navi-sub {
  height: 84px;
}
*/
/*************************************************/
#main {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 40;
  text-align: left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#main #content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 12px 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  background-color: #E5E5E5;
  color: #000000;
  font-size: 1.1em;
  text-align: left;
  z-index: 90;
}
#main #content .innercontentwrap {
  width: 940px;
  margin: 0;
  padding: 20px 0 20px 0;
  position: relative;
  left: 20px;
  overflow: visible;
  background-color: #FFFFFF;
  border: 1px solid #BCBCBC;
}
BODY.layout1 #main #content .innercontentwrap {
  width: 960px;
  margin: 0;
  left: 10px;
  background-color: #E5E5E5;
  border: 0;
}
/*************************************************/
#mainspacer {
  width: 980px;
  height: 10px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  top: -19px;
  clear: both;
  background-color: #E5E5E5;
  z-index: 20;
}
/*************************************************/
#footer {
  width: 980px;
  height: 50px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  clear: both;
  z-index: 10;
}

#footer .spacer {
  width: 980px;
  height: 20px;
  position: absolute;
  top: -20px;
  background-color: #E5E5E5;
  z-index: 20;
}

#footer #innerfooterwrap {
  width: 100%;
  height: 50px;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  background-image: url('../img/bg_footer.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 10;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#footer #copyright {
  width: 300px;
  height: 43px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  color: #003477;
  text-align: left;
  line-height: 43px;
}

#footer #copyright P {
  position: relative;
  left: 20px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: #FFFFFF 2px 2px 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#footer #navi-basis {
  width: 750px;
  height: 43px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: #003477;
  text-align: right;
  line-height: 43px;  
}

#footer #navi-basis P {
  position: relative;
}