/*#############################################################
Name: FITTING FORWARD styles
Date: 2007-03-10
Author: ZODIBECK

Feel free to use and modify but please provide credits.
#############################################################*/

html {min-height: 100%;}

#jsid { border:1px solid black; height:1px; margin:0; padding:0; }

.logo /*zentriert*/
{
   position:absolute;
   top:15em;
   left:10em;
   width:30em;
   height:30em;
}

.logo-small
{
   position:absolute;
   top:2em;
   left:-0.3em;
}

.logo-sub
{
   position:absolute;
   top:6em;
   left:6em;
}

.navigation
{
   position:absolute;
   top:9em;
   left:-3px;
}

.content
{
   padding-top:11em;
   padding-left:10em;
   font-family:"Georgia",serif;
   font-size:80%
}

.content .text
{
   padding-top:0.8em;
   padding-right:1em;
}

#mycustomscroll
{
   /* Typical fixed height and fixed width example */
   height: 15.6em;
   overflow: auto;
   /* IE overflow fix, position must be relative or absolute*/
   position: relative;
}
