html {
   height:100%;
}

body {
	margin        : 0;
	padding       : 0;
	height        : 100%;
	width         : 100%;
	margin-top    : 0px;	
	font-family   : Verdana,sans-serif;
	font-size     : 12px;
	color         : #016176;
	background:  url(images/body_bg.png) repeat-x top left;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
  width: 100%;
	margin-top: 0px;
}

#top_left{
	position: relative;
	width: 50%;
	min-width: 50%;
	height: 49px;
	min-height: 49px;
	float: left;
}

#top_right{
	position: relative;
	width: 50%;
	min-width: 50%;
	height: 49px;
	min-height: 49px;
	float: right;
	background: url(images/top_right_bg.png) repeat-x top left;
}


#header{
	position: absolute;
	width: 800px;
	height: 395px;
	min-height: 395px;
	left:50%;
	margin-left:-400px; 		
	background: url(images/header_bg.jpg) no-repeat 0px 63px;
	z-index: 1;
	float: none;
}

#header_top{
	position: relative;
	width: 100%;
	height: 63px;
	top: 0px;
}

#header_left{
	position: relative;
	width: 38px;
	height: 63px;
	background: url(images/header_left.jpg) no-repeat top left;
	float: left;
}

#header_logo{
	position: relative;
	width: 298px;
	height: 63px;
	float: left;
}

#header_menu{
	position: relative;
	width: 464px;
	height: 63px;
	background: url(images/header_menu_bg.jpg) no-repeat top left;	
	float: right;
}


/*================== Formatowanie menu ================= */

#menu1{
	width: 91px;
	height: 49px;
	margin-left: 19px;
	float: left;
}

#menu2{
	width: 91px;
	height: 49px;
	margin-left: 8px;	
	float: left;
}

#menu3{
	width: 155px;
	height: 49px;
	margin-left: 8px;	
	float: left;
}

#menu4{
	width: 82px;
	height: 49px;
	margin-left: 7px;
	margin-right: 3px;
	float: right;
}



#title_left{
	position: absolute;
	width: 50%;
	min-width: 50%;
	height: 44px;
	min-height: 44px;
	float: left;
	top: 395px;
	left: -400px;
}

.menu1{
	background-color: #47a2a6;
}
.menu2{
	background-color: #ffcd34;
}
.menu3{
	background-color: #4694a5;
}
.menu4{
	background-color: #75a3d4;
}

#title{
	width: 100%;
	height: 44px;
	margin-bottom: 20px;
}

#content_container{
	position: absolute;
	width: 800px;
	min-width: 800px;
	min-height: 50px;
	left:50%;
	margin-left:-400px;
 	margin-bottom: 20px;
	z-index: 1;
	top: 395px;
	overflow: hidden;
	line-height: 150%;
}

#content_left{
	width: 280px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
 	margin-bottom: 20px;	
}

#content_right{
	width: 480px;
	float: right;
	margin-bottom: 20px;
}



#leftlist{
	list-style: none;
	padding-left: 0px;
}
#leftlist li{
	margin-bottom: 10px;
	margin-left: 0px;
}

#contact_left{
	width: 239px;
	height: 303px;
	padding: 60px 5px 10px;
	color: #fff;
	background: url(images/contact_left_bg.jpg) no-repeat top left;
}

img{
	border: 0px;
}
object:active, div:active, a {
	outline		: none;
}

object:focus, div:focus, a{
	-moz-outline-style: none;
}
