/* CSS Document */
textarea.textarea_article
{
  background-color:white;
  width:80%;
}

h3 
{
    border-bottom: 1px solid #000000;
}

#hr_title 
{ 
  border-top: 1px dashed black;
  background-color: transparent;
}

#h1_title
{
  display:inline;
  font-size:130%;
  padding-left:10px;
}

#coolmenu
{
    background-color: transparent;
}

#coolmenu a
{
    font: bold 13px Verdana;
    display: block;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid black;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
}

#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}

#wrap_related
{
    position:relative;
    margin-top:1%;
    margin-left:1%;
    width:98%;
    padding:0px;
    background:#c6e7e7;
}
