html {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
body {
	background: #c1ca5b url('/images/background.png') top center repeat-y;
}

h1,h2 {
	color: #3e6b1a;
	font-size: 110%;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
h1 {
    margin-top: 8px;
}
h3 {
	color: #3e6b1a;
	font-size: 100%;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

p {
	font-size: 85%;
	text-align: justify;
}

a {
	color: black;
}
a:hover {
    color: #3E6B1A;
}
a img {
	border: 0px;
}

#container {
	margin: 0 auto;
        margin-top: 0px;
	width: 1100px;
}

#find {
	margin-top: 5px;
}

#mesto {
	padding: 5px;
	color: #587b01;
}

.menu {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
	padding-right: 60px;
}

.menu li {
	list-style: none;
  	margin: 0 10px; padding: 0;
	float: left;
	font-size: 20px;
}

#search {
	background: #e3e998;
	border: 1px #b3c235 solid;
	width: 150px;
	height: 30px;
	float: left;
	margin-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#searchbox {
	float: right;
	padding-right: 60px;
}

.marginbottom {
	margin-bottom: 10px;
}
.marginbottom20 {
	margin-bottom: 20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#header {
	padding: 0 0 0 50px;
}

#mainmenu {
	margin: 0 40px 0 40px;
	width: 1000px;
	height: 40px;
	clear:both;
	background: url('/images/menu_bg.png') 0 0 repeat-x;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	
}

#mainmenu li {
	list-style: none;
	float:left;
	font-size: 14px;
	color: white;
	padding: 12px 0px;
	background: url('/images/menu_separator.png') no-repeat;
}
#mainmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	float: left;
	background: url('/images/menu_separator.png') top right no-repeat;
}

#mainmenu li a {
	color: white;
	text-decoration: none;
	padding: 12px 11px 9px 11px;
        text-shadow: 0px 0px 5px #000;
}
#mainmenu li a:hover {
	color: white;
	text-decoration: none;
	background: url('/images/menu_bg_hover.png');
}

#pobockamenu {
	margin: 0 0px 0 0px;
	clear:both;
}

#pobockamenu li {
	list-style: none;
	float:left;
	color: white;
}
#pobockamenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#pobockamenu li a {
	color: white;
	text-decoration: none;
}
#pobockamenu li a:hover {
	color: white;
	text-decoration: none;
}
#pobockamenu ul ul {
    display: none;
    margin-top: 0px;
    z-index: 9999;
    font-size: 13px;

}
#pobockamenu ul li:hover ul, #pobockamenu ul li.hover ul { 
    display: block;
    position: absolute;
}
#pobockamenu li li { 
    float: none; 
    background: #587b01; 
    margin: 0px; 
}
#pobockamenu li li a:hover,#pobockamenu li li a { 
    padding: 6px 20px 6px 20px;
    float: none; 
    background: #587b01; 
    display: block;
    text-shadow: 0px 0px 0px #000;
}
#pobockamenu li li a:hover {
    background: #bedb1f;
    color: #000;
}


.menu li a {
	color: black;
	text-decoration: none;
}
.menu li a:hover {
	color: #587b01;
	text-decoration: none;
}

#mainmenu ul ul {
    display: none;
    margin-top: 9px;
    padding-left: 0px;
    z-index: 9999;

}
#mainmenu ul li:hover ul, #mainmenu ul li.hover ul { 
    display: block;
    position: absolute;
}
#mainmenu li li { 
    float: none; 
    background: #587b01; 
    margin: 0px; 
    padding: 0px;
}
#mainmenu li li a:hover,#mainmenu li li a { 
    float: none; 
    background: #587b01; 
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-shadow: 0px 0px 0px #000;
}
#mainmenu li li a:hover {
    background: #bedb1f;
    color: #000;
}

.clear {
	clear: both;
}
#columnr {
	width: 275px;
	margin-right: 65px;
	float: right;
}
#columnl {
	width: 690px;
	margin-left: 45px;
	float: left;
}
#columnl li {
	font-size: 14px;
	color: black;
}
#columnr li {
	font-size: 14px;
	color: black;
}

.separator {
	background: url('/images/separator_column_left.png') repeat-x;
	height: 5px;
}

#footer {
	font-size: 75%;
	margin: 0 60px 10px 40px;
}
#footer img {
	text-align: right;
	float: right;
}
#footer p {
	float: left;
}
.filtr table {
	width: 275px;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	background: #bedb1f;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.filtr th {
	background: #97c107;
	width: 250px;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.filtr td {
	padding: 3px 10px;
}

.filtr input.odeslat {
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	width: 120px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
        cursor: pointer;
}
.filtr input.text {
	width: 60px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.filtr td.search {
    text-align: center;
}
.filtrfull {
        padding: 5px 0;
	width: 695px;
	font-size: 65%;
	font-weight: bold;
	text-align: left;
	background: #bedb1f;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.filtrfull .filtrfullfirstcol {
        border-right: 1px #999 dotted;
        float: left;
        height: 120px;
        width: 230px;
}
.filtrfull .filtrfullsecondcol {
        border-right: 1px #999 dotted;
        float: left;
        height: 120px;
        width: 230px;
}
.filtrfull .filtrfullthirdcol {
        float: left;
        height: 120px;
        width: 230px;
}
.filtrfull td {
        height: 35px;
}
.filtrfull .filtrfullthirdcol td {
        height: 25px;
}
.filtrfull .filtrfulllastrow {
        border-top: 1px #999 dotted;
        clear: both;
}

.filtrfull td.aright {
        padding-right: 10px;
	width: 50px;
	text-align: right;
}
.filtrfull .checkboxline {
    float: left;
    width: 95px;
}
.filtrfull .velikostbytu {
    padding-left: 20px;
}

.filtrfull .paddingvelikostbytu {
    padding-left: 30px;
}

.filtrfull select {
	padding: 5px;
        margin: 0;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.filtrfull input.odeslat {
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	width: 120px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
        cursor: pointer;
}
.filtrfull input.text {
	padding: 5px;
	margin: 0;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 50px;
}
.filtrfulllastrow table {
    width: 695px;
}
.filtrfull td.search {
    text-align: center;
    
}
.borderpxtop td {
    border-top: 1px #999 dotted;
}

.borderpxright {
    border-right: 1px #999 dotted;
}
#peopleman {
	margin: 30px 0 10px -90px;
	position: absolute;
	top: 170px;
	padding: 3px;
}
.fb-likebox {
    margin: 0px 0 10px 1050px;
    position: fixed;
    top: 230px;
    padding: 3px;
}
.fb-likebox a {
    padding: 0 5px;
}
.moreinf {
    font-size: 80%;
    text-align: right;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Titillium2', sans-serif;
}
.moreinf a {
    text-decoration: none;
}
.center {
    
    text-align: center;
}

.uziv {
    margin-left: 0px;
    clear: both;
}

.uziv div.foto {
    margin-top: 20px;
    float:left;
}
.uziv div.foto img {
    width: 85px;
}

.uziv div.atributes {
    margin-left: 20px;
    width: 310px;
    float: left;
}
.uziv div.note {
    font-size: 90%;
    margin-top: 20px;
    float: right;
    width: 270px;
    font-style: italic;
}


h2.uziv {
    margin: 20px 0px 0px 0px;
    height: 28px;
    background: url('/images/separator_column_left.png') bottom repeat-x;
}
h3.uziv {
    margin: 20px 0px;
}
.column_ico {
    width: 60px;
    float: left;
    margin: 8px 10px 4px 0px;
}
.column p {
    font-size: 80%;
}
.column h2 {
    margin: 20px 0 0 0;
    color: #3E6B1A;;
}
.column h3 {
    margin: 20px 0 0 0;
    color: #000;
}

.column a {
    font-weight: bold;
    color: #3E6B1A;;
}
.column h2 a {
    text-decoration: none;
}
.column h3 a {
    font-weight: bold;
    color: #000;
}
.column a:hover {
    text-decoration: underline;
    color: #3E6B1A;
}
.column p {
    margin: 0px;
}
.column p a {
    float: right;
}
.column .columntextright {
    width: 198px;
    float: right;
}
.drobecek {
    padding-top: 2px;
}
.drobecek a{
    text-decoration: none;
    font-size: 75%;
}
.drobecek a:hover{
    text-decoration: underline;
    font-size: 75%;
    color: #3E6B1A;
}
.drobecek span {
    font-size: 75%;
}
.drobecek .sepdrobecek {
    font-size: 60%;
}
.bytleft {
    float: left;
    width: 350px;
}
.bytright {
    float:left;
    margin-left: 10px;
    width: 330px;
    
}
.uzivbyt {
    margin-left: 0px;
    clear: both;
}

.uzivbyt div.fotobyt {
    margin-top: 5px;
    margin-bottom: 10px;
    float:left;
}
.uzivbyt div.fotobyt img {
    width: 85px;
}

.uzivbyt div.atributesbyt {
    margin-left: 10px;
    width: 200px;
    float: left;
    font-size: 110%;
}
#galleria{height:340px; width: 330px;}

.galleria-container {
    background: none;
}
.galleria-image-nav {
    color: black;
}
.byt {
    clear: both; font-size: 90%;
    border-top: 2px solid #ccc;
    padding: 10px 0;
}
.bytdetail {
    clear: both; font-size: 90%;
    padding: 0 0;
}
.bytdetail p {
    font-size: 90%;
}
#columnl .bytdetail ul li{
    font-size: 90%;
}
.byt table td,.bytdetail table td {
    width: 260px;
    margin:0; padding: 0;
    font-size: 95%;
}
.byt table th,.bytdetail table th {
    width: 110px;
    font-weight: normal;
    margin:0; padding: 0;
    font-size: 95%;
    vertical-align: top;
}
.byt table td.rightcol,.bytdetail table td.rightcol {
    width: 160px;
}
.byt table th.rightcol,.bytdetail table th.rightcol {
    width: 60px;
}
.byt h3, .bytdetail h3 {
    margin:0 0 5px 0; padding: 0;
}
.byt h3 a, .bytdetail h3 a {
    text-decoration: none;
    color: #3E6B1A;
}
.byt h3 a:hover, .bytdetail h3 a:hover {
    text-decoration: none;
    color: #000;
}

th {
    text-align: left;
    color: #8a8a8a;
}

.seemore {
    text-align: right;
    color: #3E6B1A
}
.seemore a {
    font-weight: bold;
}
.seemore a:hover {
    color: #000;
}
tr.bytdetailrent th,tr.bytdetailrent td{
    padding-top: 10px;
    font-weight: bold;
    font-size: 110%
}
tr.bytdetailenergies th,tr.bytdetailenergies td{
    font-weight: bold;
    font-size: 110%
}
tr.bytdetailenergiestotal th,tr.bytdetailenergiestotal td{
    padding-bottom: 10px;
}


.gmap img {
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.newsdate {
    text-align: right;
    font-size: 70%;
    font-style: italic;
}
.newsdatefull {
    color: #777;
    font-size: 80%;
    font-style: italic;
}
.oldnews {
    width: 320px;
    margin-right: 25px;
    float: left;
    height: 150px;
}
.newnews {
    margin: 0px;
    width: 668px;
    height: 120px;
}
.newnews a,.oldnews a {
    text-decoration: none;
}
.newnews a:hover,.oldnews a:hover {
    color: #3e6b1a;
}
.newnews h3 a,.oldnews h3 a {
    text-decoration: none;
    color: #3e6b1a;
}
.newnews h3
{
    margin: 10px 0;
    padding: 0;
}

.oldnews h3 
{
    margin: 15px 0 5px 0;
    padding: 0;
    height: 40px;
}
.newnews p,.oldnews p  {
    margin: 1px 0;
    padding: 0;
}
.mainpage .newnews {
    margin: 0 auto;
}
.ico {
    font-weight: bold;
    text-align: center;
}
.ico div {
    width: 70px;
    float: left;
    margin-left: 10px;
}
a.defaultstyle {
    text-decoration: none;
}
.bigmapforeignersico {
    background: url('/images/map_big_foreigners.png') center top no-repeat;
    height: 70px;
    width: 90px;
    font-size: 13px;
}
.news_img_ico {
    width: 95px;
    height: 95px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
}
.news_img_ico .news_ico{
    width: 95px;
    height: 95px;
    background: #ffffff;
    	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.margincenter {
    margin-left: 210px;
}
.grayline {
    width: 668px;
    margin-top: 15px;
    border-top: 4px solid #ccc;
}
.graylinefull {
    width: 700px;
    margin-top: 15px;
    border-top: 4px solid #ccc;
}
.fixwidth {
    width: 700px;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer {
    margin-top: 20px;
}

#galleria {
    margin-bottom: 15px;
}
.kampan-text {
    width: 670px;
    
}
#container #cse .gsc-control-cse, .gsc-control-cse {
background: none;
border: 0px solid white;
}
#container #cse .gsc-webResult.gsc-result {
border: 0px solid white;
}
.ico_find {
    background: url('/images/ico_find.png');
    height: 24px;
    width: 21px;
    border: 0px solid;
    font-size: 0px;
    cursor: pointer;
}
#search input {
    border: 0px solid;
    background: none;
    height: 20px;
    width: 145px;
    margin-top: 4px;
    margin-left: 2px;
}
.map div {
    width: 271px;
    height: 156px;
    background: url('/images/map_cr.png') no-repeat;
}
.map:hover div {
    background: url('/images/map_cr2.png') no-repeat;
}
.sendform table {
        margin-top: 10px;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	background: #bedb1f;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.sendform th {
	background: #97c107;
	width: 250px;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.sendform td {
	padding: 3px 10px;
}
.sendform select {
        margin: 4px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 316px;
}
.sendform textarea {
        margin: 4px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 306px;
        height: 120px;
}
.sendform input.odeslat {
	margin-top: 7px;
	margin-bottom: 5px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	width: 100px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
        cursor: pointer;
}
.sendform input.text {
        margin: 4px;
	width: 143px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.sendform td.search {
    text-align: center;
}
.contactform {
    width: 250px;
    float: left;
}
.contactform td {
    padding: 0px 0px;
}
.contactform textarea {
	width: 306px;
        height: 65px;
}
#contact {
    font-size: 110%;
    color: #3e6b1a;
}
.interested {
    margin: 0 auto;
    text-align: center; 
    padding: 10px;
}
.button {
}
.button a{
    font-size: 110%;
    background: url('/images/menu_bg.png') 0 0 repeat-x;    
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    padding: 10px 25px 9px 25px;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 5px black;
}
.payment table {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background: #bedb1f;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.payment th {
	background: #97c107;
	width: 250px;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.payment td {
	padding: 3px 10px;
        text-align: left;
}
.payment td input.text {
        text-align: left;
}

.payment input.odeslat {
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	width: 120px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
        cursor: pointer;
}
.payment a{
	margin-top: 10px;
	padding: 10px 20px;
	border: 0px;
	background: #eef596;
	width: 120px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
        cursor: pointer;
}

.payment input.text {
	width: 200px;
	padding: 5px;
	border: 0px;
	background: #eef596;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.payment td.search {
    text-align: center;
}
.payment td.price {
  text-align: right;
  display: inline-block;
  width: 90px;
}
.payment tr.lite {
  font-weight: normal;
}
.payment tr.odsazeni td {
    padding-top: 20px;
    
}
div.contactform {
        padding: 8px;
	width: 250px;
	font-size: 80%;
	text-align: center;
	background: #bedb1f;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
div.contactform input {
	width: 160px;
	padding: 5px;
	border: 0px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
div.contactform .big {
    font-size: 210%;
    font-family: arial;
}
div.contactform #webFormDesigner-formUl {
    margin-left: -30px;
}
div.contactform #frmwebForm-submit {
    cursor: pointer;
    background: #eef596;
}
div.contactform .applicationWebForm-required {
    float: left;
    margin-top: 5px;
}
.right div.contactform {
    margin: 0px 0px 0px 0px;
}
.center div.contactform {
    margin: 0 350px;
}
.filtr table .contactform {
        padding: 0px;
}
.map_canvas_container {
        width: 100%; 
        height: 400px;    
        margin: -5px -5px 10px -5px;
}
#map_canvas {
        width: 100%; 
        height: 400px;    
        margin: 5px;
    	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#map_canvas .gm-style-iw {
 overflow: hidden !important;
 height: 130px;
}
#before-searcbox {
    float: right;
}
#before-searcbox a img {
    padding: 10px;
}
