
body {
	margin: 0px;
	background-color: #F3D455;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/leiste.jpg);
	background-position: 0px 0px;
	margin-left: 159px;
	border-left: 1px solid #333B86;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div#menu {
  font-size: 13px;
	left: 0px;
	position: absolute;
	margin: 3px;
	margin-top: 110px;
	width: 145px;
	text-align: center;
    padding-bottom: 10px;
}

div#menu input {
  margin-left: 5px;
  margin-right: 5px;
}

div#menuitemcontainer a {
    display: block;
    text-align: left;
    width: 142px;
    border-top: 1px solid #474F99;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 11px;
    /*border-bottom: 1px solid black;*/
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

div#menuitemcontainer .sublevel a
{
    padding-left: 21px;
    width: 132px;
    border-top: 0px;
    border-bottom: 0px;
}

div#menuitemcontainer .sublevel .sublevel a
{
    padding-left: 31px;
    width: 122px;
    border-top: 0px;
    border-bottom: 0px;
}

div#menuitemcontainer a.last
{
    border-bottom: 1px solid #474F99;
}

div#menuitemcontainer a.aktiv
{
    background-color: #BBBBcc;   
}

div#menuitemcontainer a:hover {
	text-decoration: none;
	background-color: #474F99;
	color: #F3D455;
	
}

div#menuitemcontainer a.sublevel_closed 
{
    background-image: url('../images/arrow-right.gif');
}

div#menuitemcontainer a.sublevel_open 
{
    background-image: url('../images/arrow-down.gif');
}

div#menuitemcontainer a.sublevel_closed:hover
{
    background-image: url('../images/arrow-right-hover.gif');
}

div#menuitemcontainer a.sublevel_open:hover
{
    background-image: url('../images/arrow-down-hover.gif');
}

div#menuitemcontainer a.sublevel_open, div#menu a.sublevel_closed
{
    background-position: 2px center;
    background-repeat: no-repeat;
}

div#menuitemcontainer div.sublevel a.sublevel_open, div#menu div.sublevel a.sublevel_closed
{
    background-position: 12px center;
}

div#header
{
    width: 780px;
    /*border-right: #474F99 1px solid;*/
    /*border-bottom: #474F99 1px solid;*/
    font-size: 14px;/*12pt;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
    color: #474F99;
    /*padding-bottom: 25px;*/
    height: 75px;
    /*font-family: Georgia, serif;*/
    background-color: #F3D455;    
}

div#header div#fische
{
    position: absolute;
    height: 113px;
    width: 310px;
    top: 10px;
    left: 620px;
    background-image: url(../images/fische.png);
}

div#header .sitename
{
    font-size: 26px;/*20pt;*/
    font-weight: bold;
}

div#bilder
{
    position: absolute;
    width: 120px;
    top: 110px;
    left: 970px;
    text-align: center;
}

div#bilder div
{
    line-height: 115px;
    height: 120px;
    border: 1px solid #474F99;
    margin-bottom: 10px;
    padding: 0px;
}

div#bilder div div
{
    position: absolute;
    border: none;
    text-align: center;
    height: 120px;
    width: 118px;
}

div#bilder div div.current
{
    z-index: 8;
}

div#bilder div div.next
{
    z-index: 9;
}

div#bilder img
{
    vertical-align: middle;
    max-height: 120px;
    max-width: 118px;
}

/*div#bilder img
{
    max-height: 120px;
    max-width: 118px;
    margin-bottom: 10px;
}*/

div#content
{
    padding-top: 5px;
    width: 780px;
    border-top: #474F99 1px solid;
    border-right: #474F99 1px solid;
    padding-right: 10px;
    border-bottom: #474F99 1px solid;
    
    padding-left: 10px;
    background-color: #f2d86d;/*#f2da79;/* #f2df91;*/
    padding-bottom: 10px;
	min-height: 550px;
}

div#belowcontent
{
	/*border: red 1px dotted;*/
	width: 780px;
	padding: 10px 10px;
	font-size: 8pt;
	background-color: #F3D455;
}

div#topbar, div#bottombar {
	background-image: url(../images/bar.gif);
	background-repeat: repeat;
}

div#bottombar
{
    margin-top: 20px;
}

.unsichtbar {
  display: none;  
}

/* the overlayed element */
.image_overlay
{
    /* initially overlay is hidden */
	display:none;
    
    /* a little styling */	
	font-size:11px;
    
    width: 660px;
    
    padding: 20px;
    
    /*max-height: 800px;*/
    
    background-color: #f3d455;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.image_overlay .content_wrap
{
    /*height:455px;*/
    /*height: 535px;*/
    max-height: 670px;
    overflow-y: auto;
    text-align: center;
    padding-right: 5px;
}

.image_overlay .close {
	background-image:url(../images/overlay/close-fmc-black.png);
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#translationtrigger
{
    display: inline-block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#translationtrigger img
{
    position: relative;
    z-index: 99;
}

div#translationbar
{
    background-color: #F3D455;
    position: absolute;
    
    border: 1px solid #474F99;
    top: auto;
    /*top: -30px;
    left: 30px;
    width: 300px;
    height: 30px;*/
    display: none;
    margin-top: -6px;
    width: 430px;
    left: 42px;
    height: 30px;
    text-align: left;
    padding-top: 8px;
    padding-left: 60px;
    box-shadow: 3px 3px 4px #000;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
}

/*#translationtrigger:hover div#translationbar
{
    display: inline-block;
}*/
