.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }

#content {
    width: 100%;
}
.panel_off{
display: none;
} 
#footer {
    border: 1px solid #cecea5;
    background: white;
}

#header {
    border: 1px solid #cecea5;
    background: white;
}
a {
    color: gray;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color:#cc8899;
    color: white;
   
}
h1 {
    margin-top: 0;
    font-size: 26px;
}
.last {
    margin-bottom: 0;
}
.clearing {
    height: 0;
    clear: both;
}
img {
    border: 0;
    background-color:white;

}
a.img {
    background-color: white;
}

.error {
    color: red;
    font-size:12px;
}
.pages {
    font-size: 18px;
    font: bold;
    color: black;
    border: 0px solid;
    padding: 6px;
    width: 600px;
}

a.pages_links{
    color: red;
    text-decoration: none;
}

a.pages_links:hover{
 
    text-decoration: underline;
    color: red;
    background-color: white;
    
}

.head {
    font-size:20px;
}

a.head {
    color: red;
    text-decoration: none;
}
a.head:hover {
    color: red;
    background-color: white;
    text-decoration: underline;
}

a.head2 {
    color: red;
    text-decoration: underline;
    font-size:16px;
}
a.head2:hover {
    color: red;
    background-color:white;
    text-decoration: underline;
    font-size:16px;
}


.c_page {
    font-size:24px;
 
}

.comment {
    11background-color: #fff5ee;
    padding: 10px;
    width: 90%;
}
.comment_text{ 
    background-color: white;
    padding: 5px;
}
.comment_header {
    color: white;
    background-color:#cadaba;
}
