#body {
	background-image: url(../images/bg.jpg);
	background-color: #b4c9e2;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-position: center top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content_body {
	width:1000px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#content_page {
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#header {
background-image: url(../images/001.jpg);
width: 1000px;
height: 131px;
}

#top_menu {
padding-top: 100px;
margin-left: 10px;
width: 1000px;
height: 131px;
color: #fff;
}

#top_menu a {
color: #fff;
font-family: arial;
font-size: 18px;
text-decoration: none;
margin-right: 20px;
}

#top_menu a:Hover {
color: #f00;
}

#header_img {
background-image: url(../images/m1.jpg);
width: 1000px;
height: 273px;
font-family: arial;
font-size: 18px;
color: #fff;
}

.tablica {
	width: 300px;
	background-color:#324083;
	border: #fff 4px solid;
	text-align:center;
	box-shadow: #000 0px 2px 2px;
	float:right;
	margin-right: 90px;
	margin-top: 80px;
}


.tablica_title {
	width: 300px;
	height: 38px;
	font-family: impact;
	font-size:30px;
	color: #fff;
	
}

.tablica_title2 {
	width: 300px;
	height: 32px;
	font-family: impact;
	font-size:28px;
	color: #fff;
}

.tablica_text {
	width: 284px;
	font-family: arial;
	font-size:16px;
	font-weight:bold;
	color: #000;
	padding: 4px;
	margin: 4px;
	background-color: #fff;
	text-align:left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	/*[if IE]
  .clearfix {
    zoom: 1;
[endif]*/