/* 
SPGM stylesheet
made by Csaba Háda
c2008
*/

body {
  background-image: url(../../images/bereskoli/bg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #2374b2;
  color: #000000;
  font-family: Tahoma, "sans-serif";
  text-align: center;
  margin-top: 0px;
}

a{
  outline: none;
}

#wrapper {
  width: 740px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

#wrapperbottom{
  background-image: url(wrapper_bottom.jpg);
  background-repeat: no-repeat;
  width: 740px;
  height: 30px; 
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: bold;
  color: #73b829;
}

/*
#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #d4e1f0;
}

#top {
  height: 20px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #d4e1f0;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #d4e1f0;
}

#left {
  width: 20px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #d4e1f0;
}
*/
#center {
  background-color: #ffffff;
  width: 750px;
  margin-top: 0px;
}
/*
#right {
  width: 20px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #d4e1f0;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #d4e1f0;
}

#bottom {
  height: 20px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d4e1f0;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #d4e1f0;
}
*/
