* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Calibri, Tahoma, Verdana, sans-serif;
	width: 100%;
}
/*BACKGROUND*/
#background-wrap img {
	position: absolute;
	z-index: -1;
	/*max-height: 100%;*/
	/*min-height: 60em;*/
	width: 100%;
	height: 100%;
    position:fixed;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border:none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 407px;
    background-image:url(images/bg_header.jpg);
    background-repeat:no-repeat;
}
.logo{
    position:relative;
    top:20px;
    right:40px;
    float:right;
    width:269px;
    height:89px;
}
.telephon{
    top:110px;
    left:225px;
}
.top_menu{
    position:relative;
    float:right;
    top:264px;
    list-style:none;
    margin-right:15px;
}
.top_menu li{
    float:left;
    height:54px;
}
.top_menu li a{
    position:relative;
    top:18px;
    padding-left:30px;
    text-decoration:none;
    color:#FFF;
    font-size:19px;
    font-weight:bold;
}
.t_b1{
    width:190px;
    background-image:url(images/block_menu1.png);
    background-repeat:no-repeat;
}
.t_b2{
    width:183px;
    background-image:url(images/block_menu2.png);
    background-repeat:no-repeat;
}
.t_b3{
    width:172px;
    background-image:url(images/block_menu3.png);
    background-repeat:no-repeat;
}
.t_b1:hover,.t_b2:hover,.t_b3:hover{
    background-position:0 -54px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    background-color:#effafd;
}
.left_shadow{
    width:14px;
    background-image:url(images/bg_left.png);
    background-repeat:repeat-y;
}
.right_shadow{
    width:14px;
    background-image:url(images/bg_right.png);
    background-repeat:repeat-y;
}

#container {
	float: left;
	overflow: hidden;
    width:532px;
}
#container_big {
	float: left;
	overflow: hidden;
    width:782px;
}
.top_cont{
    width:532px;
    height:6px;
    background-image:url(images/top_cont.png);
    background-repeat:no-repeat;
}
.top_cont_big{
    width:782px;
    height:6px;
    background-image:url(images/top_cont_big.png);
    background-repeat:no-repeat;
}
.content {
	background:#FFF;
    border-left:1px solid #d7e1e3;
    border-right:1px solid #d7e1e3;
    padding:0px 10px 0px 10px;
}
.c_text{
    height:100%;
}
.c_text ul{
    list-style:none;
    padding:5px;
}
.c_text img {
	border:1px solid #aaa;
	padding:2px;
	margin:2px;
}
h1{
    font-size:22px;
    padding:10px 5px 15px 0px;
    color:#212751;
}
p{
    padding-bottom:15px;
    margin:0;
}

.bottom_cont{
    width:532px;
    height:6px;
    background-image:url(images/bottom_cont.png);
    background-repeat:no-repeat;
}
.bottom_cont_big{
    width:782px;
    height:6px;
    background-image:url(images/bottom_cont_big.png);
    background-repeat:no-repeat;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	position: relative;
}
.widget{
    width:242px;
}
.top_widg{
    height:6px;
    background-image:url(images/top_widg.png);
    background-repeat:no-repeat;
}
.w_text{
	background:#07ABE1;
    border-left:1px solid #d7e1e3;
    border-right:1px solid #d7e1e3;
    padding:0px 10px 0px 10px;
}
.bottom_widg{
    height:6px;
    background-image:url(images/bottom_widg.png);
    background-repeat:no-repeat;
}
.left_menu{
    list-style:none;
}
.left_menu li a{
    text-decoration:none;
    color:#FFF;
    font-size:16px;
    font-family:Calibri;
}
.left_menu li a:hover{
    text-decoration:underline;
    color:#06091F;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    clear:both;
    height: 55px;
    background-image:url(images/bg_footer.png);
    background-repeat:no-repeat;
}
.f_text{
    padding:5px 10px 5px 10px;
}
.counter{
    float:right;
    position:relative;
    top:2px;
}
.reklama{
    font-size: 10px;
    color: #555;
    padding:0px;
}
.reklama a{
    color:#33F;
    text-decoration:none;
}
