/* Michał Jasiński */

body {
	background-image:url("../images/tlo.jpg");
	background-repeat:repeat-x;
	background-color:#e6f0f9;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color: #333;
}

.img {
	border: 0px;
}

H1 {
	font: normal 25px  Arial;
	color:#0a4696;
	text-transform:uppercase;
	padding:0px 0px 20px 0px;
	border-bottom: solid #06F 1px;
}
H2 {
	font: BOLD 16px  Arial;
	color:#f26522;
	padding: 0px 0px 10px 0px;
}
H3 {font: bold 14px  Arial;
	color:#0a4696;
}
.bold {
	font-weight: bold;
	color: #0a4696;
}
#container {
	width:907px;
	margin:0px auto 0px auto;
	background-image:url("../images/tlo2.jpg");
	background-repeat:repeat-x;
	background-color:#fff;
	}

#header {
	background-image:url("../images/tlo3.jpg");
	background-repeat:repeat-x;

}

#header a {
	font:normal 14px Arial;
	color: #0a4696;
	text-decoration:none;
	padding:5px;
	text-transform:uppercase;
}
#header a:hover {
	text-decoration:underline;
}

#middle {
	margin:50px;
}
#middle a{

	color:#0a4696;
	text-decoration:none;
}
#middle a:hover{
	text-decoration:underline;
}
#of_menu {
	float:left;
	width:240px;
}

.of_menum {
	margin: 10px 0px;
	font: BOLD 11px Arial;
	padding:15px;
	background-color:#c2d1e5;

}

#of_cont {
	width:500px;
	float:right;
	padding:0px 30px;
}
#main_left {
	width:300px;
	float:left;
	margin:0px 30px;
}
#main_right {
	width:420px;
	float:right;
	margin-bottom: 40px;
}
.title {
	text-transform:uppercase;
	font: normal 34px  Arial;
	color:#0a4696;
	padding: 0px 0px 10px 0px;
}
#footer {
	clear: both;
	height:110px;
	text-align: center;
	font-size: 11px;
	color:#0567c2;
	background-image:url("../images/tlo4.jpg");
	background-repeat:repeat-x;

}
#footer a {
	color:#f26522;

}
#middle ul#work li {
	display: inline;
}
#middle ul#work li img {
	width: 130px;
	height: 180px;
	border: solid 4px #d7d7d7;
	margin: 5px 5px 0px 0px;
}

