* {
    margin:0px;
    padding:0px;
}

body , html 
{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:arial;
}

.leftfloat {
    float:left;
}
            
.ground 
{
    position:relative;
    margin:auto;
    width:940px;
    text-align:left;
}
            
.leftContainer
{
	display:inline;
    width:490px;
    float:left;
}
            
.leftHead
{
    width:455px;
    height:34px;
    background-image:url(../images/leftHead.jpg);
    background-repeat:no-repeat;
    padding:50px 0 0 35px;
    color:#fff;
}
            
.headline 
{
    font-weight:bold;
    font-size:11pt;
}
            
.leftContentContainer 
{
    position: relative;
    width:490px;
    background-image:url(../images/left_back.jpg);
    font: 0.75em/1.5 "Arial";
}

.leftContainerContent {    
    background:url(../images/left_banana.jpg) no-repeat top left;    
    min-height:540px;
    height:auto !important;
    height:540px;
    padding:45px 11px 0;
}

.leftContainerContent.scrollpane {
    padding:130px 11px 0;
    overflow:hidden;
}

.scrollable {
    width:445px;
    float:left;
    height:539px;
    overflow:hidden;
    position:relative;
}

.leftContainerContent ul{
    margin:0px;
    padding:5px;
    text-decoration:none;
    list-style-type:none;
}

.leftContainerContent li{
    margin:0px;
    padding:3px;
}

.leftContainerContent li b{
    margin:0px;
    padding:0 2px 0 2px;
	text-decoration: underline;
	color: #4e6400;
}

.leftContainerContent ol{
    margin:0px;
    padding:5px;
    text-decoration:none;
    list-style-type:none;
}

.leftContainerContent ol li{
    margin-left:5px;
    padding:0px;
}

.leftContainerContent a{
    color:#536201;
    text-decoration:none;
}

.leftContainerContent ol li a{
    color:#4e6400;
    text-decoration:none;
}

.leftContainerContent ol li a:hover{
    color:#ff0000;
    text-decoration:none;
}

.leftContainerDisplay {
    height:539px;
    width:456px;
    overflow:hidden;
    float:left;    
    background:#dedede;
}

.leftContainerAGB ul{
    margin:0px;
    padding:0px;
    text-decoration:none;
    list-style-type:none;
    font-size:9pt;
}

.leftContainerAGB li{
    margin:0px;
    padding:5px;
}

.leftContainerScroller {
    height:539px;
    width:15px;
    float:right;
}

.leftContentFoot {
    height:31px;
    background:url(../images/left_inner_foot.jpg) no-repeat;
}
            
.leftContainerFoot
{   
    width: 486px;
    text-align:right;
    float: left;
}
            
.rightContainer 
{
    width:450px;
    float:left;
    height:729px;
    background:url(../images/rightContainer.jpg);
    background-position:0px bottom;
    background-repeat:no-repeat;
}

.headRight{
    height:68px;
    width:410px;
}
      
ul
{
    margin:0px;
    padding:0px;
    text-decoration:none;
    list-style-type:none;
}

.rightMenu {
    position:relative;
    top:0px;
}
            
.rightMenu li 
{
    background-image:url(../images/menuBackground.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:17px;
    font-size:9pt;
    float:left;
    overflow:hidden;
    margin-top:2px;
}
          
.rightMenu a 
{
    width:100%;
    height:17px;
    display:block;
    color:#FFF;
    overflow:hidden;
    background-image:url(../images/menuElement.jpg);
    background-repeat:no-repeat;
    text-decoration:none;
    padding:1px 0px 0px 5px;
}
        
.rightMenu a:hover 
{
    background-color:transparent;
    background-image:url(../images/hoverActive.jpg);
    background-repeat:repeat-x;
    color:#596803;
}
            
.rightFootContainer 
{
    clear:both;
}
            
.footMenu li {
    display:inline;
    color:#536201;
}
            
.footMenu a {
    color:#536201;
    text-decoration:none;
    font-size:9pt;
}

.footCopyright {
    position: absolute;
    left: 4px;
    color:#b3b3b3;
    font-size:8pt;
}

a img{
    border: 0px;
}



/*******************************************************************************/
/*                                                                     SCROLLBALKEN                                                              */

.scrollup,.scrolldown {
    height:13px;
    width:13px;
    border:1px solid #cdcdcd;
    background:#FFF;
}

.slider {
    position:relative;
    width:13px;
    background:#FFF;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
}

