/* CSS Document */
div.normdiv {
   z-index: 8;
   height: 70px;
   border: 1px dashed #999966;
   background-color: #ffffcc;
   margin: 0px 50px 0px 50px;
   text-align: center;
}

div.reldiv1 {
   z-index: 3;
   height: 100px;
   position: relative;
   top: 30px;
   border: 1px dashed #669966;
   background-color: #ccffcc;
   margin: 0px 50px 0px 50px;
   text-align: center;
}

div.reldiv2 {
   z-index: 2;
   height: 100px;
   position: relative;
   top: 15px;
   left: 20px;
   border: 1px dashed #669966;
   background-color: #ccffcc;
   margin: 0px 50px 0px 50px;
   text-align: center;
}

div.absdiv1 {
   z-index: 5;
   position: absolute;
   width: 600px;
   height: 350px;
   top: 10px;
   left: 10px;
   border: 1px dashed #990000;
   background-color: #ffdddd;
   text-align: center;
}

div.absdiv2 {
   z-index: 1;
   position: absolute;
   width: 150px;
   height: 350px;
   top: 10px;
   right: 10px;
   border: 1px dashed #990000;
   background-color: #ffdddd;
   text-align: center;
}

.wide-column {

padding:2px;
width:426px;
}
.title-article {
background:#F7F7F7 none repeat scroll 0%;
border-bottom:1px solid #D8DFEA;
border-top:1px solid #3B5998;
padding:0.5em 0.3em 0.5em 0.5em;
}
.title-article .timestamp {
color:#808080;
display:block;
line-height:1em;
}
.timestamp, .time, .date {
color:#808080;
font-size:11px;
}
.h3 {
color:#333333;
}
.h1, h2, h3, h4, h5, h6 {
font-size:1em;
}
.title-article .edit {
float:right;
position:relative;
}
.text-article {
font-size:14px !important;
overflow:hidden;
padding:10px 5px;
width:424px;
}
.stat-article {
border-top:1px solid #DDDDDD;
color:#808080;
height:1.8em;
line-height:1.8em;
padding:0pt 5px;
}