/*Tak, bardzo piękny kod właściwy dla strony!*/
body{
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#BODS {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#GORA {
  background-image:url(/images/Top_background.png);
  width: 1024px;
  height: 157px;
}
#MENU {
  background-image:url(/images/menu_bg.png);
  background-repeat: repeat-x;
  width: 1000px;
  height: 37px;
  background-color: #666;
  position: relative; top: 130px; left: 25px;
}
#BODYDIV {
  background-image:url(/images/Body_background.png);
  background-repeat: no-repeat;
  background-position: top;
  position: relative; top: 10px;
  width: 1024px;
}
#OSTPROJEKT {
  width: 970px;
  position: relative; top: 10px; left: 25px;
}
#PROJECTFULL {
  width: 970px;
  position: relative; top: 10px; left: 25px;
}
#PROJECTSLIST {
  width: 970px;
  position: relative; top: 10px; left: 25px;
}
#PROJECTSLIST2 {
  width: 970px;
  position: relative; top: 10px; left: 25px;
}
#TITLE {
  background-image:url(/images/title2.png);
  position: relative; top: 10px;
  width: 1024px;
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
#TITLE2 {
  background-image:url(/images/title2.png);
  position: relative; top: 10px;
  width: 1024px;
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
#TITLE3 {
  background-image:url(/images/title2.png);
  position: relative; top: 10px;
  width: 1024px;
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}
#STOPKA {
  height: 32px;
  width: 1000px;
  background-image:url(/images/footer.png);
  position: relative; top: 25px; left: 25px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
#FOOTERTEXT {
  position: relative; top: 8px;
}
#VALIDACJA {
  width: 200px;
  float: right;
  position: relative; top: 1px;
}
#CONTENT {
  position: relative; left: 30px; top: 0px;
    width: 983px;
}
#TEKST {
  width: 983px;
  background-image:url(/images/content_bg.png);
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: justify;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
  text-align: justify;
}

h4 {
  text-align: center;
  clear:both;
}
a:link {
   color: #FFFFFF;
   text-decoration: none;
}
a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a:hover {
   color: #0066FF;
   font-weight: bold;
}
a:active {
   color: #FFFFFF;
   text-decoration: none;
}
/*A tutaj zaczyna się nasz kochany BLOG!*/
#blog_menu {
  width:170px;
  background-color:blue;
  min-height:505px;
}
#blog_gora {
  margin-left:5px;
  width:790px;
  background-color:yellow;
  min-height:50px;
}
#blog_tresc {
  margin-top:5px;
  margin-left:5px;
  width:790px;
  background-color:green;
  min-height:450px;
}

