* {
    margin: 0;
    padding: 0;
}

#container {   
    position:absolute;
    top:0px; left:0px;
    background-image:url(../img/back.png); 
    background-color:#FFFFFF;
    background-repeat:no-repeat;
    margin:0px; padding:1px;
    width: 735px; 
    height:600px; 

}

/* TEXT */
#text div {  
    display: none;   
    width: 260px; 
    font-family:Arial,Helvetica,sans-serif;
    color: #343434;
    font-size:	13px;
    line-height: 18px;   
    background-color: #ffffff;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 4px;

    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#text div {  
    width: 260px; 
    font-family:Arial,Helvetica,sans-serif;
    color: #343434;
    font-size:	13px;
    line-height: 18px;   
    background-color: #ffffff;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 4px;

    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#text div h1 {  
    font-size: 14px;
    margin-bottom: 0px;
}


/* HIGHLIGHT */

#highlight{  
    Mdisplay: none;   
    Mvisibility: hidden;
}

.showkabel{
    display: block;   
}

/*BUTTONS*/

#button img {
    border : 0 none;
    cursor:pointer;
}



/*
.dot { 
    display:block;
    background-image:url(../img/dot.png);
    width:25px; height:26px }
.dot:hover { background-image:url(../img/dot_over.png); }

.selected { 
    display:block;
    background-image:url(../img/dot_select.png);
    width:25px; height:26px }


#mouseover_dot div {   
    display: none;   
    font-family:Arial,Helvetica,sans-serif;
    color: #343434;
    font-size:	13px;
    line-height: 18px;   
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
*/

/* CONTENT PAGES */




/*
#content_pages {   
    position:absolute; top:80px; left:430px;
    width: 260px; 
    height:600px; 
    font-family:Arial,Helvetica,sans-serif;
    color: #343434;
    font-size:	13px;
    line-height: 18px;   
}

#content_pages h1 {
    font-size: 15px;
    margin-bottom: 10px;
}

.page {  
    display: none;
}


.page a {
    color: #e2101d;
    text-decoration: none;
}

.page a:hover {
    text-decoration: underline;
}

.page span {
    float:right;
    color: #999999;
    font-size:10px;

}

.page .blue {
    float:left;
    color: #5f7cfd;
    font-size:13px;
    font-weight:bold;
}
*/
/* MOUSE POSITION*/


/* TABS */

/*
.tab_content {
    display: none;
}

.tabs {
    overflow: hidden;
}

.tabs li,
.tabs a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.tabs li {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    display: inline;
    float: left;
    list-style: none;
    margin: 0 4px 0 0;
    padding: 0px;
    text-align: center;
    width: 97px;
}

.tabs a {
    border: 1px solid #eee;
    border-bottom-width: 0;
    color: #999;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    border-width: 0px;
}

.tabs a.current {
    background: #ccc;
    color: #000;
}

.tabs a:hover {
    background: #666;
    border-color: #666;
    color: #fff;
}
*/


/* SPINNER */
/*
#waiting {
    margin-top: 310px; 
    margin-left: 130px; 
    color:#666666;
    font-weight: bold;
    font-family: Arial;
}
*/