body {
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
	color: #000000;
	margin:  0px;
}

* {
  box-sizing: border-box;
}

/* Style the header */
.header {
  background-color: #EEEEEE;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}


.column {
  float: left;
  padding: 10px;
  height: 400px; 
}


.column.side {
  width: 25%;
}


.column.middle {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  background-color: #EEEEEE;
  padding: 10px;
  text-align: center;
}

.bloginfo{margin-left:20%;width:600px;overflow:hidden;padding:25px 60px 25px 0;font-size:20px}
.logo{line-height:30px;color:#33bd5a;font-size:120%;display:block}
.description{font-size:80%;color:#333;line-height:20px;margin:0}


@media (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}
	
#left {
	width: 100%;
	height: 36px;
	background-color: #008348;
	float: left;
}

#centeri {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right:auto;
	margin-left:auto;
}
#top {
	/*  background-image: url(../img/v/BannerCSD.gif);
    background-repeat: no-repeat;*/
    background-color: #33bd5a;
	height: 36px;
	width: 100%;
}

#top_left {
	padding-top: 10px;
	margin-left: 75%;
	width: 70px;
	height:36px;
	float: left;
}

#top_center {
	padding-top: 10px;
	width: 136px;
	height:36px;
	float: left;
}

.top_center_a {
    outline: 0;
    text-decoration: none;
    color: #FFFFFF;
}

#top_right {
	background-image: url(../img/secrTop1.png);
	background-repeat: no-repeat;
	height:36px;
	width: 209px;
	margin-left: 891px;
}

#top_middle {
	background-image: url(../img/secrMdl.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 1100px;
position: absolute;
	margin-top: 36px;
}
#top_down {

    background-color: #FFFFFF;
    color: white;
    height: 133px;
    width: 100%;
position: absolute;
	margin-top: 61px;
}

#top_down_center {
	background-image: url(../img/AllTop.png);
	background-repeat: no-repeat;
	margin-left: 215px;
	background-color: #F5F5F5;
	height: 133px;
	width: 886px;
}

#middle {
	background-image: url(../img/greenToWhite.png);
	background-repeat: repeat-y;
	height: 200px;
	margin: 0px 0px 0px 0px;
	/*width: 100%; */
}

#middle_left{
	height: inherit;
	width: 748px;
	float: left;
	
}

#middle_right{
	background-image: url(../img/GolfManD.png);
	background-repeat: no-repeat;
	margin-left: 748px;
	height: inherit;
}

#middle_down {
	color: white;
	height: 20px;
	width: 1100px;
}

#middle_down_center {
	margin-left: 215px;
	background-color: #F5F5F5;
	height: 20px;
	width: 840px;
}

#middle_down_center_right {
	background-image: url(../img/GolfManD_1.png);
	background-repeat: no-repeat;
	margin-left: 533px;
	height: 20px;
}

#down {
	overflow:hidden;
	width: 1100px;
}

#down_center {
	background-image: url(../img/finsGroup.png);
	background-repeat: no-repeat;
	margin-left: 215px;
	width: 475px;
	height: 75px;
	float: left;
}

#down_right {
	background-image: url(../img/GolfManD_2.png);
	background-repeat: no-repeat;
	margin-left: 533px;
	width: 410px;
	height: 75px;
}

.text_meddle {
	color: #FFF;
	text-align: left;
}

.input_middle {
	width: 275px;
	height: 25px;
	font-size: 14px;
	text-align: justify;
	/*color: #7A7A7A;*/
        color: black;
	border: 1px solid #CFCFCF;
}

.table_middle {
	width:748px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}

.button_vhod {
	background-image:url(../img/vhod_btn.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 30px;
}

.styled-select select {
   background: transparent;
   width:305px;
   font-size: 14px;
   line-height: 1;
   border: 1px solid #CFCFCF;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   }
	
.styled-select {
   width: 275px;
   height: 30px;
   overflow: hidden;
   background: url(../img/selectArrow.png) no-repeat right #ffffff;
   border: 1px solid #ccc;
   }
