@import "startcolors.css";
/* global css corrections */
* { margin:0; padding: 0 }

body {
  /* Fix for rounding errors when scaling font sizes in older versions of Opera browser */
  font-size: 100.01%;
  /* Standard values for colors and text */
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  background-image: url(../../Images/Layout/body-bg0.gif);
  background-repeat: repeat-x;
  overflow: -moz-scrollbars-vertical;
}

img { border: 0; }

#main {
  width: 960px;
  height: 650px;
  overflow: hidden;
  margin: 0 auto;
}

#header {
  width: 960px;
  height: 80px;
  text-align: center;
}

#menue {
  width: 960px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  font-family: Georgia, Times, serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 20px;
  white-space: nowrap;
}

#menue a {
  position: relative;
  top: 0px;
  height: 18px;
  padding: 0 12px 2px 12px;
  float: left;
  text-decoration: none;
  color: #000000;
}

#menue a:link, #menue a:visited, #menue a:focus, #menue a:active {
  font-weight: bold;
  text-decoration: none;
}


#content {
  height: 397px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#content2 {
  position: relative;
  top: 0px;
  height: 382px;
  background-position: 230px 95px;
}

#content_links {
  position: relative;
  margin: -30px 0 0 15px;
  font: 11px Verdana;
  color: #ffffff;
}
#content2 #content_links { margin-top: -28px; }

#content_links a, #content_links a:visited {
  margin: 0 20px;
  text-decoration: none;
  color: #ffffff;
}
#content_links a .pic {
  padding: 8px 15px 18px 15px;
  margin-left: 5px;
  background: url(../../Images/Layout/play.gif) no-repeat;
}
#content_links a:hover span.pic {
  background: url(../../Images/Layout/play2.gif) no-repeat;
}

#imagemovie2 {
  position: relative;
  left: 230px;
  top: 95px;
}

#footer {
  width: 960px;
  height: 58px;
  border-top: 2px solid #ffffff;
  text-align: center;
}

#footer a,#footer a:link,#footer a:visited {
  font-weight: normal;
  color: #808080;
  text-decoration: none;
}

#footer a:focus,#footer a:hover,#footer a:active {
  color: #024382;
}

#slogan {
  font: bold 12px Georgia;
  color: #00539F;
  margin-top: 5px;
  margin-bottom: 5px;
}

#welcome {
  font: 9px Verdana;
  color: #808080;
  letter-spacing: 1px;
  border: 0px solid black;
}


#imprint {
  position: relative;
  top: -12px;
  float: right;
  margin-right: 15px;
  font: 9px Verdana;
  color: #808080;
  letter-spacing: 1px;
}

.flash-replaced .alt {
                display: block;
                height: 0;
                position: absolute;
                overflow: hidden;
                width: 0;
            }

#editMenu {
 	position:absolute;
 	top:0px;
 	bottom:0px; 	
    background-color:#ffffff;
    border:1px solid #cccccc;
    padding:3px;
    font-size:8pt;
    z-index:80;
    height:24px;
    /*width:100%;*/
}
#editMenu ul {
    padding:2px;
    margin:0px;
    list-style-type:none;
    font-size:8pt
}
#editMenu li {
    display:inline;
    margin-right:10px;
}