body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

input, select, textarea {
  background-color: white;
  border: 1px #5AA7FF solid;
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p {
  /*text-indent: 30px; */
  margin: 0px;
}

a, a:hover, a:visited {
  color: blue;
  text-decoration: none;
}

img {
    border: none;
}


#message {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color: #FF0000;
    font-weight: bold;
}

#head{
	background-position: center;
	background-repeat: no-repeat;
    background-color: #BDD9FF;
    background-image: url(logo.png);
    width: 950px;
	height: 245px;
}

a.head {
    color: black;
    text-decoration: none;
}


#center {
    
    position: relative;
    width: 950px;
}

#leve_menu {
    position: absolute;
    left: 0px;
    width: 150px;
    text-align: left;
    overflow: hidden;

}
#menu {
    background-image: url(menu_bg.PNG);;
    background-repeat: repeat-y;
}


#stred {
   position: absolute;
   left: 150px;
   width: 650px;
   overflow: hidden;
   padding-left: 10px;
   text-align: left;
}

#prave_menu {
   position: absolute;
   left: 800px;
   width: 150px;
   overflow: hidden;
   padding-left: 10px;
   text-align: left;
}


input.button {
    text-align : center;
    font-weight: bold;
    background-color: white;
    overflow: hidden;
    width: 130px;
}

textarea.text {
    text-align : left;
    font-weight: bold;
    background-color: white;
    overflow: hidden;
}

textarea.content {
    text-align : left;
    background-color: white;
    overflow: hidden;
}

select.text {

    width: 130px;
}


a.menu, a.menu:hover, a.menu:visited{
    text-decoration: none;
    color: black;
    font-size:17px;
    font-weight: bold;

}

.butt {
  /*background-color: #BDD9FF;*/
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dialog {
  font-weight: bold;
  size: 50px;
  overflow: hidden;
}

.skype {
  font-size:14px;
  color: #0033FF;
  font-weight: bold;
}

.news {
  border: 1px #C8DCFF solid;
  font-size: 11px;
  width: 630px;
  height: auto;
  vertical-align: middle;
}

.news-hdr {
  background-color: #BDD9FF;
  border: 1px white solid;
  letter-spacing: 1px;
  padding: 2px 12px 2px 12px;
}

table.contact {

  font-size: 11px;
  width: 650px;
  height: auto;
  vertical-align: middle;
}

hr {
  border: 1px #C8DCFF solid;
  width: 650px;
}



