@charset "UTF-8";

/* template */

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  color: #000;
	background-color: #6a004d;
  _text-align: center; /* IE */
}

.main_page {
  width: 974px;
  height: auto;
  min-height: 100%;
  _height: 100%; /* IE */
  margin: 0 auto;
  position: relative;
  background: url('images/bg.jpg') repeat-Y center top;
  _text-align: left; /* IE */
}

/* Hlavicka { */

  .header {
    background: url('images/head.jpg') no-repeat center top;
    width: 974px;
    height: 176px;
  	margin-left:auto;
  	margin-right:auto;
    position: relative;
  	color: #715831;
  }

  .horne_menu {
    position: relative;
    top:130px;
  	padding-left: 25px;
  	padding-right: 25px;
  }

  .page_name {
    position: absolute;
    top: 30px;
    right: 160px;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
  }

  /* Menu hore { */
  
    .tlacitko_left {
      background: url('images/tlacitko_left.png') no-repeat center top;
      width: 9px;
      height: 36px;
      margin-left:auto;
      margin-right:auto;
    }

    .tlacitko_right {
      background: url('images/tlacitko_right.png') no-repeat center top;
      width: 9px;
      height: 36px;
      margin-left:auto;
      margin-right:auto;
    }

    .tlacitko_bg {
      background: url('images/tlacitko_bg.png') repeat-X center top;
      height: 36px;
    	width: auto;
      margin-left:auto;
      margin-right:auto;
    }

    .link_menu_horne {
      font-family: "Helvetica";
    	font-size: 14px;
    	color: #ffffff;
      text-decoration: none;
    }

    .link_menu_horne:hover {
      font-family: "Helvetica";
    	font-size: 14px;
    	color: #e17da6;
      text-decoration: none;
    }

  /* } Menu hore */

/*  } Hlavicka */

/* Telo { */

  .pgbody {
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-top:15px;
  }

  .text {
    font-family: "Helvetica";
  	font-size: 14px;
  	color: #715831;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  	line-height: 150%;
  	margin-bottom: 25px;
  }

  .text h2 {
    margin-top: 0;
    padding-top: 0;
  }

  .suflik {
  	background:url('images/suflik.png') no-repeat center;
  	width: 210px;
  	height: 44px;
  }

  .link_menu_bocne {
    font-family: "Helvetica";
  	font-size: 14px;
  	color: #fcdba8;
    text-decoration: none;
  }

  .link_menu_bocne:hover {
    font-family: "Helvetica";
  	font-size: 14px;
  	color: #ffffff;
    text-decoration: none;
  }

/* } Telo */


/* Spodny blok { */

  .oko {
  	background:url('images/oko.jpg') no-repeat center;
  	width: 573px;
  	height: 297px;
  	float: left;
  }

  .labute {
  	background:url('images/labute.jpg') no-repeat center;
  	width: 297px;
  	height: 297px;
  	float:left;
  	margin-left: 15px;
  	margin-right: 5px;
  }

/* } Spodny blok */

/* Pata { */
  .footer {
    padding: 10px 50px 10px 10px;
    text-align: right;
    font-size: 10px;
    color: #c0c0c0;
  }
/* } Pata */
