<!--

body
{
  background-image: url(../pictures/background_filler.jpg);
  background-repeat:repeat-y;
  background-color: black;
  color: #EEEEEE;
  font-family: Verdana, Arial;
  font-size: 12px;
  margin: 0px;
}

body a:link
{
  color: #EEEEEE;
  text-decoration: none;
}

body a:visited
{
  color: #EEEEEE;
  text-decoration: none;
}

body a:active
{
  color: #EEEEEE;
}

body a:hover
{
  color: #EEEEEE;
  text-decoration: underline;
}

.page_layout
{
   position: absolute;
   left: 25px;
   background-color: black;
   width:1024px;
   min-height:550px;
}

.page_main
{
   color: #EEEEEE;
   background-color: black;
   font-family: Verdana, Arial;
   font-size: 12px;
   margin: 0px;
}

.company_logo
{
   position:relative;
   top:0px;
   left:96px;
   z-index:1;
}

.page_menu
{
   position:relative;
   top:-70px;
   left:0px;
   width:230px;
   color: #EEEEEE;
   font-family: Verdana;
   font-size: 13px;
   line-height: 19px;
    min-height:550px;
   z-index:2;
}

.page_menu a:link
{
  color: #EEEEEE;
  text-decoration: none;
}

.page_menu a:visited
{
  color: #EEEEEE;
  text-decoration: none;
}

.page_menu a:active
{
  color: #AAAAAA;
}

.page_menu a:hover
{
  color: #AAAAAA;
  text-decoration: none;
}

.menu_picture
{
   width: 130px;
   height: 110px;
   vertical-align: middle;
}

#pseudo_frame
{
   position:relative;
   top:160px;
   left:180px;
   width:800px;
   min-height:1000px;
   height: auto !important;
   height:1000px; /* Mindesthöhe für den IE */
   overflow: hidden !important; /* FF Scroll-leiste */
   z-index:3;
}

#imageContainer
{
   position:absolute;
   top:0px;
   left:0px;
   max-width:550px;
   min-height:500px;
}

#imageContainer img
{
   display:none;
   position:absolute;
   top:0;
   left:0;
}

#movies_layout
{
   position:absolute;
   top:50px;
   left:250px;
}


#FrogJS
{
   width: 760px;
   min-height:750px;
   margin: 0 auto;
}

#FrogJSCredit
{
   text-align: center;
   font-size: 80%;
   color: #999;
   padding: 1px;
}


#FrogJSCaption
{
   text-align: left;
   line-height: 140%;
}

#MusicCopyright
{
   position:absolute;
   top:490px;
   left:20px;
   width:150px;
   height:20px;
   font-family: Verdana, Arial;
   font-size: 8px;
}

.background_music
{

   position:relative;
   top:-180px;
   left:0px;
   z-index:-10;
}

#box
{
   position:absolute; top:0px; left:0px;
   z-index:1;

}

#box a
{
  color:#89083C;
  font:bold 16px verdana, sans-serif;
  text-decoration:none;
  display:block;
  padding:5px;
  border:1px solid black;

}

#box a:hover
{
   color:black;
   background:#89083C;
   width:650px;
}

#box a span
{
   display:none;
}

#box a:hover span
{
  color:black;
  background:#ffffff;
  font:normal 16px courier, sans-serif;
  border:1px solid black;
  display:block;
  padding:10px;
}
-->
