@CHARSET "UTF-8";

body {
	width: 100%;
	background-color: #052538;	
	margin: auto;
    font-family : "Nimbus Sans L", Arial, sans-serif, Helvetica;
	font-size : 20px;
    color : white;
}

.telo {
	width: 100%;
    margin: auto;
    text-align: left;
    background-color: #052538;
}

h1 {
	font-size: 18px;
}

.logo {
    height: 55px;
    width: 212px;
	position: absolute;
	top: 37px;
	left: 20px;
	background-repeat: no-repeat;
}

.menu {
	display: block;
	position: absolute;
	left: 270px;
}

.lista {
    display: block;
	float: right;
    width: 1000px;
    height: 412px;
    background-image: url("../img/lista_up.png");
}

.text {
    float: right;
    font-size: 15px;
    color: #b4f1fb;
    width: 440px;
	position: absolute;
	top: 80px;
	left: 250px;
}
  
a.menu_up_1, a.menu_up_2, a.menu_up_3 {
	position: absolute;
	top: 10px;
	color: #49dbf3;
	text-decoration: none;
	font-size: 12px;
	line-height: 3.5;
	text-indent: 45px;
}

a.menu_up_1:link, a.menu_up_1:visited  {
	background-image: url("../img/spolecnost_vis.png");
	left:10px;
	width: 118px;
	height: 40px;
}

a.menu_up_1:hover  {
	background-image: url("../img/spolecnost.png");
}

a.menu_up_2:link, a.menu_up_2:visited  {
    background-image: url("../img/pronajem_vis.png");
	left:150px;
	width: 100px;
	height: 40px;
}

a.menu_up_2:hover  {
	background-image: url("../img/pronajem.png");
}

a.menu_up_3:link, a.menu_up_3:visited  {
    background-image: url("../img/prodej_vis.png");
	left:280px;
	width: 90px;
	height: 40px;
}

a.menu_up_3:hover  {
	background-image: url("../img/prodej.png");
}

.listaDown_up {
	width: 100%;
	height: 39px;
    background: url("../img/lista_down_up.png") no-repeat;
	margin: 30px 0 0 80px;
}

.listaDown_down {
	width: 100%;
	height: 72px;
    background: url("../img/lista_down_down.png") no-repeat;
	margin: 10px 0 0 30px;
}

.listaDown {
	height: 172px;
	float: left;
    width: 100%;
    background: url("../img/lista_down.png") repeat-x;
	margin-top: 40px;
}

.downPruh {
    width: 100%;
    height: 130px;
    background-color: #339eb5;
    float: left;
    position: relative;
    top: 40px;
}

.downPruhText {
    font-size: 14px;
    color: #052538;
    float: left;
    padding: 10px 0 0 40px;
}
.svatebni-banner {
	margin-top: 20px;
}
#svatebni-banner-img {
	width: 270px;
	height: 102px;
}


