/* center */

.centered
{
  width : 850px;
  margin : 0 auto;
}

* html .centered
{
  height : 1%;
}

.centered:after
{
  content : ".";
  display : block;
  height : 0;
  clear : both;
  visibility : hidden;
}

/* content */

#content
{
  min-height : 800px;
}

/* main */

#main
{
  float : left;
  margin-left : 12px;
  width : 562px;
}

#main img {
	margin: 16px;
	margin-top: 0px;
	border: 3px solid #fff;
}
	

#main .top
{
  margin-top : 25px;
  background : url( '../img/main_top.png' ) no-repeat;
  height : 15px;
}

#main .middle
{
  background : url( '../img/main_middle.png' ) repeat-y;
  padding : 0 20px;
}

#main .bottom
{
  margin-bottom : 25px;
  background : url( '../img/main_bottom.png' ) no-repeat;
  height : 15px;
}

#gewas-top {
	height: 420px;
}

.gewas-left {
	width: 275px;
	float: left;
	margin-right: 12px;
}

.gewas-middle {
	width: 275px;
	float: left;
	margin-right: 12px;
}

.gewas-right {
	float: left;
	width: 275px;
}

.gewas-right img, .gewas-middle img, .gewas-left img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.gewas-right h3, .gewas-middle h3, .gewas-left h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.gewas-left .top, .gewas-middle .top, .gewas-right .top
{
  margin-top : 25px;
  background : url( '../img/small_top.png' ) no-repeat;
  height : 15px;
}

.gewas-left .middle, .gewas-middle .middle, .gewas-right .middle
{
  background : url( '../img/small_middle.png' ) repeat-y;
  padding : 0 20px;
}

.gewas-left .bottom, .gewas-middle .bottom, .gewas-right .bottom
{
  margin-bottom : 25px;
  background : url( '../img/small_bottom.png' ) no-repeat;
  height : 15px;
}

/* side */

#side
{
  float : left;
  width : 275px;
}

#side .top
{
  margin-top : 25px;
  background : url( '../img/side_top.png' ) no-repeat;
  height : 15px;
}

#side .middle
{
  background : url( '../img/side_middle.png' ) repeat-y;
  padding : 0 20px;
}

#side .bottom
{
  margin-bottom : 25px;
  background : url( '../img/side_bottom.png' ) no-repeat;
  height : 15px;
}

/* header */

#header
{
  padding : 20px 0;
  text-align : center;
}

/* footer */

#footer
{
  padding : 20px 0;
}

#reclamediv img { padding: 0px; margin: 0px; border: 0px; }
#reclamediv td { padding: 0px; margin: 0px;}


