body{

	background-repeat: repeat-x;
	color: #244c75;
}

header{
	width:90%;
	margin: 0 auto;
	padding-top:10px;
	margin-bottom:20px;
}

.orzel{
	position: relative;
	float: left;
}

.data{
	font-size:10px;
}
.title{
	color: #244c75;
	margin: 0 auto;
	font-weight: bold;
	font-size:24px;
	text-align: center;

	padding-top:35px;	
}

.bt_search{
	cursor:pointer;
}


nav{
	width:90%;
	margin: 0 auto;
	
}

ul.main_menu{

    height: 38px;
    list-style: none;
    margin:0;
    padding:0;
    overflow: hidden;

}

ul.main_menu li {

    float:left;
}

ul.main_menu li a{
	color: #244c75;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle; 
    height: 38px;
    width: 180px;
    text-align: center; 
    font-family:  "Trebuchet MS", Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
}

.main_menu li:first-child a{
	background: url("../img/bg_menu.jpg");
	color: #fff;
	
}

.belt-top{
	background: url("../img/belt-top.jpg");
	background-color: #94afca;
	width:100%;
	padding-bottom:20px;
	background-repeat:repeat-x;

}

.table{
	color:#fff;
	font-weight: bold;
	font-size:14px;
	width:400px;
}
.content{
	width:90%;
	margin: 0 auto;
	padding-top:35px;
	
}

.input{
	width: 360px;
	height: 45px;
	
	border-radius:10px;
}

.bt_search{
	height:45px;
	width: 750px;
	border: none;
	color: #fff;
	font-weight:bold;
	background: url("../img/button_search.png");
	border-radius:15px;
}

.oferty{
	width:90%;
	margin: 0 auto;
}

.oferty td {
	border-bottom: dotted 1px #244c75;

}



.table_header{
	background:#244c75;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height:30px;
}

.items{
	height:30px;
	color:#244c75;

}



.items-list{
	margin-bottom: 20px;
}

#detalis{
	
}

.numberOfert{

	
	background-repeat: repeat-x;
	margin-bottom:1px;
	color: #fff;
	font-weight: bold;
}


footer{
	background: url("../img/bg_footer.jpg");
	background-repeat: repeat-x;
	height:40px;

}

.foot{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	color: #244c75;
}

.info {
    font-size: 12pt;
    color: #dd8300;
    font-weight: bold;

}

.noOffers{
	width: 90%;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	padding-top:30px;
	font-size:16px;
	color: #dd8300;
}



