html, body, h1, h2, h3, h4, ul, li, p {
  margin: 0;
  padding: 0;
}

h1 {
   font: 10px Verdana,Geneva,sans-serif;
}

img {
  border: 0;
}
a {
  color:#006699;
}
a:hover {
  color: #0000cc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.more {
  text-align: right;
}
.clear {
  clear: both;
}

body {
  /*background: #fff url(../images/page_bg.gif) repeat-x;*/
  text-align: center;
  font: 10px Verdana,Geneva,sans-serif;
  color: #000000;
    /*letter-spacing: 0.1em;*/
}

/** layout **/
#wrapper {
  text-align: left;
  margin: auto;
  width: 741px;
  position: relative;
}

#top-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 741px;
  height: 34px;
  /*delete this in final version*/
  /*background: #eeeeee;*/
}
#top-nav ul {
  text-align: left;
  /*line-height: 34px;*/
  height: 34px;  
  padding:0;
}
#top-nav li {
  display: inline;
  font-size: 10px;
  height: 12px;  
  border-left:1px inset #000000;
  float:left;

    /*list-style:none outside none;*/
  padding:22px 33px 0 6px;
}

#top-nav a {
 /* text-decoration: none;
  font-weight: normal;
  color: #000;*/
  vertical-align: top;
  
    overflow:auto;
    margin:20px 0 0 0;
    text-align:left;
    text-decoration:none;
    text-transform:none;
    color:inherit;
}
#top-nav a:hover { text-decoration: none; color: #006699;}
/*
#top-nav a:link { text-decoration: none; color: black; }
#top-nav a:visited { text-decoration: none; color: #000000; }
*/

.active {
  color: #006699;
}

#logo {
  vertical-align:top;
  margin-left:auto; margin-right:0;
  /*background: url(../images/logo.jpg) no-repeat;*/
  position: absolute;
  top: 34px;
  left: 0px;
  width: 741px;
  height: 67px;
}

/* HEADER */
#header {
  /*background: url(../images/header_bg.jpg) no-repeat;*/
  position: absolute;
  top: 101px;
  left: 0px;
  width: 741px;
  height: 201px;
  overflow: hidden;
}

#header img{
 margin: 0;
 padding:0;
 border:none;
}



#slashes {
  color: #006699;
}


/** body **/
#spacer {
  height: 302px;
}

#body {
  /*background: url(../images/body_bg.gif) repeat-y;*/
  width: 100%;
}

#center-line {
  /*background: #efefef;*/
  float: left;
  width: 741px;
  height: 34px;
}
#center-right {
  color: #000;
  font-size: 10px;
  float: right;
  width: 138px;
  padding: 0 0;
  margin-top: 0;
  height:34px;
}
.center-slashes{
  color: #006699;
}
#center-right p{
    margin: 13px 0 0 0;
}


#left {
  float: left;
  width: 570px;
  height: 379px;
}

#left-content {
  float: left;
}

.content { 
  background: #AAAAAA;
  width: 570px;
  height: 379px;
}
.content-inner { 
  height: 311px;
}




#left-scrollbar {
    margin: 34px 0 34px 0;
    overflow-x: hidden;
    overflow-y: hidden;
  /*background: #0066aa;*/
  color: #ffffff;
  float: left;
  width: 34px;
}


#left-inner {
    margin: 34px 34px 34px 0;
    overflow-x: hidden;
    overflow-y: hidden;
  /*background: #0066aa;*/
  color: #ffffff;
  float: right;
  width: 502px;
}

#left-inner h1 {
    margin: 0 0 128px 0;
}
#left-inner h4 {
  font: 21px Verdana,Geneva,sans-serif;
  text-align:justify;
  line-height: 1.33;
}

#right {

  /*background: #dd11dd;*/
  
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  
  
  float: right;
  width: 138px;
  /*in total it is 2px more because of the border*/
  height: 377px;
}

#right-top {

  /*background: #cc0000;*/
  float: right;
  width: 138px;
  height: 100px;
}

#right-center {

  /*background: #aa0000;*/
  float: right;
  width: 138px;
  height: 266px;
  margin: 11px 0 0 0;
        overflow-x: hidden;
    overflow-y: hidden;

}



#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: none;
}
#nav li.drk {
  background: url(../images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}





/** footer **/
#bottom {
  /*background: #efefef;*/
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 0 0;
  margin-top: 6px;
  height:18px;
}

#bottom-left {
  /*background: blue;*/
  color: #000;
  font-size: 10px;
  float: left;
  width: 570px;
  padding: 0 0;
  margin-top: 0;
  height:18px;
}


#copyright p {
  margin: 0;
  padding: 0;
}

#bottom-nav {
  top: 0px;
  left: 0px;
  width: 400px;
  height: 18px; 
  float:right;

}
#bottom-nav ul {
  text-align: right;
  padding:0;
  margin: 0px 13px 0px 0px;
  height: 18px;  
}
#bottom-nav li {
  display: inline;
  font-size: 10px;
  color:000;
  float:right;
  
  height: 15px;
  margin: 3px 0px 0px 4px;
    /*list-style:none outside none;*/
}

#bottom-nav a {
 /* text-decoration: none;
  font-weight: normal;
  color: #000;*/
  vertical-align: center;
  
    overflow:auto;
    margin:20px 0 0 0;
    text-align:right;
    text-decoration:none;
    text-transform:none;
}
#bottom-nav a:hover {
  text-decoration: none;
  color: #006699;
}

#reprodukt-gruppe {
  visibility:collapse;
  font-size: 12px;
  color:#fff;
  background-color: #000;
  float:right;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 167px;
  height: 18px;  
}

#reprodukt-gruppe a {
  color:#fff;
  text-decoration:none;
}


#bottom-right {
  /*background: green;*/
  /*visibility:hidden;*/
  color: #fff;
  font-size: 10px;
  float: right;
  width: 138px;
  padding: 0 0;
  margin-top: 0;
  height:18px;
}

#social-network-item {
  float: left;
  width: auto;
  padding: 0;
  margin: 0 5px 0 0;
  height:18px;
  width:18px;
}

.logoImage{
    width:270px;
    padding-top:50px;
}


/* Scrollbar Big */

.Container {
  position: absolute;
  top: 50px; left: 100px;
  width: 400px;
  height: 200px;
  background: #FFF url(../images/container_background.gif) no-repeat;
}
#Scroller-1 { 
  /*background: #0066aa;*/
  color: #ffffff;
  position: relative; 
  overflow: hidden;
  width: 502px;
  height: 100%;
}

#Scroller-1 p {
  margin: 0; padding: 0;
  text-align: justify;
}

#Scroller-1 a {  
  text-decoration: underline;
}


.Scroller-Container {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
}
#Scrollbar-Container {
  margin: 0;
  position: relative;
  top: 0; left: 1px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
}
.Scrollbar-Track {
  margin: 0;
  padding: 0;
  width: 34px; height: 311px;
  position: absolute;
  top: 0; left: 0;
  background: transparent url(../images/scrollbar_track_big.png) no-repeat left center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 7px; height: 7px;
  margin: 0px 0px 0px 14px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: 260px;
}






/* Forms */
.ie .example {
  background-color: yellow
}
.ie7 .example {
  background-color: orange
}
.gecko .example {
  background-color: gray
}
.win.gecko .example {
  background-color: red
}
.linux.gecko .example {
  background-color: pink
}
.opera .example {
  background-color: green
}
.konqueror .example {
  background-color: blue
}
.webkit .example {
  background-color: black
}
.example {
  width: 100px;
  height: 100px;
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

.ie .example {
  background-color: yellow
}



form.ftp-login {
    padding: 5px 0 5px 13px;
    border-bottom:1px solid #000000;
    height: 74px
    margin: 0;
}
form.ftp-login input {
    background: transparent url(../images/form_input_ftp.png) no-repeat 0% 0%;
    background-position:left bottom;
    border: none;
    padding: 4px 0 1px 0;
    margin:2px 0 2px 0;
}
/* IE7 specific code for FTP login */
.ie7 form.ftp-login {
    padding: 5px 0 5px 13px;
}

.ie7 form.ftp-login input {
    padding: 1px 0 1px 0;
    margin:1px 0 1px 0;
}

.submitB {
    background-color: transparent;
    color: black;
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom:none;
    border-top:none;
    border-left:none;
    border-right:none;

}
.submit {
    background-color: transparent;
    color: black;
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    margin: 3px 0px 0px;
    padding: 0px 0px 3px;
    text-decoration: none;
    border-bottom:1px solid #000000;
    border-top:none;
    border-left:none;
    border-right:none;

}

.ie7 .submit {
    margin: 0px 0px 0px;
    padding: 0px 0px 3px;
    width: 67px;

}

/* News */

#news {

  /*background: #aa0000;*/
  float: left;
  margin: 0 0 0 0;
}

#news-header {

  /*background: #aa0000;*/
  color: #006699;
  float: left;
  width: 138px;
}


#news-item {

  /*background: #aa0000;*/
  float: left;
  margin: 17px 0 0 0;
  text-decoration:none;
}

#news-item a{
  color: black;
  text-decoration:none;
}
#news-item a:hover {
  text-decoration: underline;
  color: #006699;
}


#news-date {

  /*background: #aa0000;*/
  float: left;
  width: 138px;
}

#news-title {

  /*background: #aa0000;*/
  color: #006699;
  float: left;
  width: 138px;
}

#news-text {

  /*background: #aa0000;*/
  float: left;
  width: 138px;
}

#news-link {

  /*background: #aa0000;*/
  float: left; 
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  text-decoration-color: blue;
  text-decoration: none;
  color: #006699;
  width: 138px;

}






