/* CSS Document */ 
* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url("../../../../media/templates/ellux/_img/template/tlo.jpg");
    margin: 0px;
    margin-top: 10px;
    text-align: center;
}

#tabela {
    position: relative;
    display: block;
    width: 1150px;
    margin: 0px auto;
    background: url("../../../../media/templates/ellux/_img/template/top1.png") no-repeat;
    text-align: left;
}

.lewyrog {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 370px;
    height: 340px;
    background-image: url("../../../../media/templates/ellux/_img/template/lewyrog.jpg");
}

#naglowek {
    position: relative;
    display: block;
    width: 1150px;
    height: 222px;
    margin-left: 1px;
    background: url("../../../../media/templates/ellux/_img/top.png") no-repeat;
    
}

#naglowek img
{
	position:relative;
	top:20px;
	left:80px;
}

#menu {
    position: relative;
    top: 30px;
    margin:0px 20px 0px 20px;
    display: block;
    width: 1100px;
    height: 60px;
}

#menu ul
{
	list-style:none;
}

#menu ul li
{
	display:inline-block;
	height:50px;
	width:130px;
	padding:10px 0px 0px 0px;
	background:#fff;
	border-radius: 15px 15px 0px 0px;
    box-shadow: 2px 2px 2px #000;
	text-align:center;
	background: url("../../../../media/templates/ellux/_img/buttons.png") repeat-x;
	border:1px solid #cacaca;
}

#menu ul li:hover
{
 	background: url("../../../../media/templates/ellux/_img/buttons.png") 0px -46px repeat-x;
}

#menu a
{
	font:14px Arial;
	color:#3e3e3e;
	font-weight:bold;
	padding:10px;
	text-decoration:none; 
}

.tresctlo {
    position: absolute;
    top: 220px;
    display: block;
    width: 987px;
    height: 38px;
    margin-left: 13px;
    /*background-color: rgb(51, 51, 153);*/
}

.belkagora {
    position: absolute;
    top: 17px;
    display: block;
    width: 1100px;
    height: 30px;
   /* background-image: url("../../../../media/templates/ellux/_img/template/belka_top2.jpg");*/
    background-repeat: no-repeat;
}

.belkatresc {
    display: block;
    width: 1150px;
	background-color: rgb(51, 51, 153);
	padding:0px 0px 20px 0px;
	border-radius: 0px 0px 15px 15px;
    margin:0px 0px 30px 1px;
   /* background-image: url("../../../../media/templates/ellux/_img/template/belka_srodek.jpg");*/
}

#tresc {
    position: relative;
    display: block;
    padding:25px 0px 30px 0px;
	margin:0px 20px 20px 20px;
	background:#fff;
	border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px #000;
	
}

.tresc {
    margin-top: 30px;
    text-align: justify;
    font-family: Arial;
    font-size: 12px;
}

.dol {
    position: relative;
    display: block;
    margin-left: 1px;
}

.dollinki {
    position: relative;
    display: block;
	height:80px;
    padding:10px 10px 0px 10px;
	margin:0px 20px 20px 20px;
	background:#fff;
	border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px #000;
}
.dollinki ul
{
	list-style:none;
}

.dollinki ul li
{
	display:inline-block;
}



.content_wrap {
    position: relative;
    margin: 0px auto;
    display: block;
    width: 700px;
    text-align: center;
}

.wrap_col1 {
    display: block;
    width: 210px;
    float: left;
    text-align: left;
    padding: 5px;
    margin-left: 15px;
    border-right: dashed 1px #000;
}

.wrap_col2 {
    display: block;
    width: 845px;
    margin-left: 15px;
    float: left;
    padding: 0px;
    text-align: justify;
    padding: 5px;
    font: 12px Arial;
}

.wrap_col2 ul
{
  list-style-position:inside;
}

.wrap_col2 h1 {
    font: 14px Arial;
    font-weight: bold;
    color: #000;
    padding: 10px;
}

.created_by_wrap {
    text-align: center;
    display: block;
    width: 1100px;
	font:10px Arial;
	color:#000;
	margin-top:10px;
	text-align:right;
}

.created_by a {
    text-align: right;
    font: 10px Arial;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

a:hover.buttons_top {
    color: #000;
   /* background: url("../../../../media/templates/ellux/_img/template/buttons_top.png") 0px -37px no-repeat;*/
}


