/* This is the core style sheet of the site.*/

 

body {
 background-color: #fffff0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 margin: 30px;
 /* border: solid #000000 1px; */
}

#oberste_ebene_alt {
 height: 900px;
}
#main-content_alt {
 position: absolute;
 min-height: 50em;
 width: 73%;
 height: 70%;
 overflow: auto;
 background-color: #ffffff;
 border: solid #000000 1px;
 margin-top: -5px;
 margin-left: 150px;
 margin-right: 50px;
 padding: 2px;
}

#oberste_ebene {
 height: 900px;
}
#main-content {
 position: absolute;
 min-height: 50em;
 width: 73%;
 height: 70%;
 background-color: #ffffff;
 border: solid #000000 1px;
 margin-top: -5px;
 margin-left: 150px;
 margin-right: 50px;
}

.user-content {
 height: auto;
 width: 15%;
 overflow: auto;
 background-color: #ffffff;
 /* border: solid #000000 1px; */
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
 margin-right: 10px;
 padding: 2px;
 position: relative;
 float: left;
 font-family: Courier, "Courier new", monospace; 
             white-space: pre;
}

.user-content h3 {
 font-size: .9em;
 margin-top: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 0px;
 text-decoration: underline;
}

#navigation {
 background-color: #ffffff;
 position: absolute;
 top: 100px;
 left: 0px;
 width: 180px;
 border-top: solid 1px #000000;
 text-align: center;
 font-weight: bold;
}

#navigation a:link, #navigation a:visited {
 display: block;
 color: #7e7e7e;
 background-color: #ffffff;
 border-bottom: solid 1px #000000;
 padding-bottom: 3px;
 padding-top: 3px;
 font-size: .9em;
}

#navigation a:hover {
 background-color: #dedede;
}

#navigation p {
 display: block;
 color: #7e7e7e;
 background-color: #ffffff;
 padding-bottom: 3px;
 padding-top: 3px;
 text-align: center;
}



#footer {
 clear: both;
 position: relative;
 margin-top: 80%;
 /*
 position: relative;
 margin-top: 65%;
 bottom: 0;
 left: 20%;
 right: 20%;
 border: solid 1px #000000;
 */
}

#footer1 {
 clear: both;
}




p {
 font-size: .7em;
 text-align: justify;
 line-height: 1.7em;
}

p.footer {
 font-size: .8em;
 font-weight: normal;
 text-align: center;
}

#header p {
 height: 4em;
 font-size: 2em;
 text-align: center;
}

h1 {
 font-size: 1.2em;
 text-align: center;
 font-style: italic;
 letter-spacing: 5px;
}

h2 {
 font-size: 1.1em;
 text-decoration: underline;
}

a:link {
 color: #666666;
 background-color: #cfd8e0;
 text-decoration: none;
}

a:visited {
 color: #666666;
 background-color: #cfd8e0;
 text-decoration: none;
}

a:hover {
 color: #ffffff;
 background-color: #9baebf;
}

a:active {
 background-color: #67849e;
}

#header {
 background-color: #ffffff;
 border-bottom: solid #000000 1px;
 padding-left: 125px;
 padding-right: 125px;
 padding-top: 10px;
 padding-bottom: 10px;
 height: 3.5em;
}

.tabs {
       position:relative; 
       height: 27px;
       margin: 0;
       padding: 0;
       background:url("bar_off.gif") repeat-x;
       overflow: hidden;
       border: 1px solid #6D99B6;
      }
.tabs li {display:inline;}
.tabs a:hover, .tabs a.tab-active {
       background: url("bar_on.gif") repeat-x;
       border-right: 0px solid #fff;
      } 
.tabs a  {
      height: 27px;
      font:12px verdana, helvetica, sans-serif;
      font-weight:bold;
      position:relative;
      padding:6px 10px 10px 10px;
      margin: 0px -4px 0px 0px; 
      color:#2B4353;text-decoration:none;
      border-left:1px solid #fff;
      border-right:1px solid #6D99B6;
      }
.tab-container_alt {
      background: #fff;
      border-top:1px solid #6D99B6;
      }
.tab-container-header {
      background: #fff;
      border-top:1px solid #6D99B6;
      }
.tab-container {
      background: #fff;
      border-top:1px solid #6D99B6;
      height: 98%;
      width: 100%;
      }
.tab-panes_alt { 
  margin: 3px;
}
#pane1 { 
  padding: 8px;
  height: auto;
  width: auto;
}
#pane2 { 
  height: 98%;
  width: 100%;
  padding: 2px;
}
#pane3 { 
  height: 98%;
  width: 100%;
  padding: 2px;
}
#pane4 { 
  height: 98%;
  width: 100%;
  padding: 2px;
}
#pane5 { 
  height: 98%;
  width: 100%;
  padding: 2px;
}
.tab-panes { 
  height: 98%;
  width: 100%;
  overflow: auto;
  margin: 3px;
  padding: 2px;
}

