/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv {
/*font-size: 1.0em;*/
font-size: 0.8em;
font-family: Verdana;
width:160px;
z-index:1000;
padding-left:5px;
}
.suckerdiv .headerbar {
/*font-weight:bold;*/
font-size:1.2em;
color: White;
background: #762123;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
border: 1px solid black;
}
.suckerdiv .headerbar a{
text-decoration:none;
color:#E2D7B4;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #cbb676;
}
.suckerdiv ul li{
position: relative;
background:#fff;
}
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
}
/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #762123;
text-decoration: none;
background:#fff;
padding: 1px 5px;
border: 1px solid #cbb676;
border-bottom: 0;
padding: 5px 1px 5px 10px;
}
/*.suckerdiv .headerbar a:hover{
color: yellow;
}
*/
.suckerdiv ul li a:hover{
/*font-weight:bold;*/
color:#762123;
background-color: #F0EBD9;
}
.suckerdiv .subfolderstyle{
/*background: url(images/arrow-right.gif) no-repeat right center;*/
/*background: url(images/pfeil5.gif) no-repeat 145px;*/
background: url(../Images/arrowR.gif) no-repeat 145px;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font-family: Verdana;
font-size:1.0em;
font-weight:bold;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background:#762123;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 5px 20px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a.externallink {
/*color: #FFCC66;*/
float:right;
border-right: none;
}
/*.solidblockmenu li a:visited{
color: white;
}
*/
.solidblockmenu li a:hover, .solidblockmenu li .current{
color:#E2D7B4 ;
background:#762123;
/*text-decoration:underline;*/
}


/* Thumbnail CSS */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: #CCCCCC;
padding: 5px;*/
/*left: -1000px;*/
/*border: 1px solid #CCCCCC;*/
visibility: hidden;
color: black;
text-decoration: none;
top: 50px;
left: 50px;
}
.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #CCCCCC;
/*border-width: 0;*/
/*padding: 2px;*/
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 60px; /*position where enlarged image should offset horizontally */
}
/* Thumbnail CSS */
