@import url(reset.css);
@import url(inc_common.css);
@import url(inc_news.css);

#header {
  height:121px;
  text-align: left;
  background: #383838 url(../images/back_header.gif) repeat-x ;
}

div.wrap {
  position:relative;
  width:900px;
  margin: 0 auto;
  text-align: left;
}

.logo {
  position: absolute;
  right:23px;
}

#main {
  background: #57AB27 ;
  padding: 0;
  height: auto !important;
  height:500px;
  min-height:500px;
  background:#77BB50 url(../images/back_main.gif) repeat-x ;
  padding-top:45px;
  text-align: center;
}


#footer {
  text-align: left;
  position:relative;
  height:72px;
  background: #fff url(../images/back_footer.gif) repeat-x ;
  width:100%;
  color: #3a3a3a;
}

#footer .logo {
  top: 19px;
  right: 32px;
}

#metanav {
  position: absolute;
  top: 23px;
  left: 5px;
}

#metanav li {
  display: inline;
}

#metanav a {
  color: #3a3a3a;
  text-decoration:underline;
}

#metanav a:hover {
  text-decoration:none;
}

#breadcrumb li {
  display: inline;
}

#info {
  position:absolute;
  top:23px;
  margin-top: 1.5em;
  left: 5px;
}

#subnav {
  width: 121px;
  margin:0;
  font-size: 11px;
}

#subnav span {
  font-weight: bold;
  font-size: 11px;
}

#subnav ul {
  margin-top: 9px;
  border-bottom: 1px dashed #ABBBA1;  
  margin-bottom: 30px;
}

#subnav ul.partner {
  border: 0;
}

#subnav ul ul {
  margin: 2px 0 2px 10px;
  border: 0;
  border-top: 1px dashed #ABBBA1;
}

#subnav li {
  color: #383838;
}

#subnav li p {
  line-height: 24px;
  border-top: 1px dashed #ABBBA1;
  background: url(../images/list-item.gif) center left no-repeat;
  padding-left: 12px;
}

#subnav ul.partner li p {
  border: 0;
  background: url(../images/icon_lock.gif)  center left  no-repeat;
}

#subnav ul.partner li.logout p {
  background: url(../images/icon_logout.gif)  center left  no-repeat;
}

#subnav ul ul li p {
  border-top: 0;
  background: url(../images/list-item-sub.gif) center left no-repeat;
  padding-left: 12px
}

#subnav li p.act {
  background: url(../images/list-item-active.gif) center left no-repeat;
}

#subnav ul ul li p.act {
  background: url(../images/list-item-sub-active.gif) center left no-repeat;
}

#subnav li p a { color: #383838; text-decoration:none; }

#subnav li p.act a { text-decoration:underline; }

#subnav li p a:hover { text-decoration:underline; }

#additional {
  width: 210px; 
}

#mainnav {
  position:absolute; 
  margin: 75px 0 0 0;
  color: white;
  height:46px; 
}

#mainnav li {
  display:inline; 
  margin: 0 5px; 
  background: transparent;
}

#content {
  margin: 10px 264px 10px 200px;
  padding: 10px 2px;
}

#colleft {
  width: 163px;
  float: left;
  margin-left: 5px;
}

#colright {
  width: 233px;
  float: right;
  text-align: center;
}

#leftbackcol {
  float: left;
  width:31px;
  height:400px;
  background: url(../images/col_left.gif) no-repeat ;
}

#rightbackcol {
  float: right;
  width: 31px;
  height:400px;
  background: url(../images/col_right.gif) no-repeat ;
}

.right {
  width: 187px;
  margin: 0 auto;
  text-align:left;
  margin-bottom: 28px;
}

.right h1 {
  position:relative;
  top: -20px;
  height: 28px;
  color:white;
  background: url(../images/back_right_top.gif) no-repeat ;
  padding: 0px 9px;
  line-height:28px;
  font-weight: bold;
  font-size: 11px;
  margin:0 -9px -10px -9px;
}

.rightcontent{
  background: #fff;
  color: black;
  padding: 10px 9px ;
}

.rightbottom {
  height: 7px;
  background: url(../images/back_right_bottom.gif) no-repeat ;
}

#content ol ol { margin-left: 15px; }
#content ol ol ol { margin-left: 15px; }

#content ul {
  list-style-type: disc;
  list-style-position: inside;
}

#content ul ul{
  list-style-type: circle;
  margin-left: 15px;
}

#content ul ul ul{
  list-style-type: square;
  margin-left: 15px;
}

table.anfrage td {
  padding: 1px 5px 1px 0;
}

