﻿body{
font: normal 11px "Verdana",sans-serif;
background-image:url(../img/background.gif);
background-repeat:repeat-x;
margin-top:0px;
margin-bottom:0px;
}

#container
{
padding-left:0px;
padding-right:0px;
width: 804px;
margin: 10px auto;
margin-top:0px;
margin-bottom:0px;
/*background-color: #fff;*/
color: #2D383A;
/*border: 1px solid #2D383A;*/
line-height: 130%;
}

a:link, a:visited, a:hover, a:active
{
  color:#000000;
}

#top
{
color:#ffffff;
background-color:#4D5F62;
background-image:url(../img/header.gif);
height:213px;
}

#vertikal
{
color:#ffffff;
margin-top: 20px;
}

a.test:link, a.test:visited, a.test:hover, a.test:active
{
  color:#ffffff;
}

#banner
{
padding-left:324px;
padding-top:95px;
}

#footer
{
background-image:url(../img/footer.gif);
height:43px;
color:#ffffff;
/*line-height: 50px;*/
}

a.foot:link, a.foot:visited, a.foot:hover, a.foot:active
{
  color:#959595;
}

#hr
{
background-color:#646664;
background-image:url(../img/hr.jpg);
height:2px;
}

#top h1
{
padding: 0;
margin: 0;
}



#content
{
font-size:12px;
margin-left: 0px;
margin-right: 0px;
background-image:url(../img/content.gif);
background-repeat:repeat-y;
color:#000000;
padding: 20px;
}


.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
}

