/**
 * OGÓLNE
 */
body
{
	font-size:12px;
	font-family:Arial;
	background:#595959 url('../layout/bgr.gif') repeat-x top;
	margin:0;
	padding:0;
	color:#7d7d7d;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:18px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	font-size:19px;
	font-weight:bold;
	color:#004a80;
	margin:10px 0 20px 0;
	padding:0;
}
h2
{
	margin:0;
	padding:0;
	font-weight:bold;
	color:black;
	font-size:24px;
}
span.bold
{
	font-size:13px; 
	color:#003471; 
	font-weight:bold;
}


h2 a:link, h2 a:visited
{
	text-decoration:none;
	color:#000;
}
h2 a:hover
{
	color:#c20000;
}
a:link, a:visited
{
	text-decoration:none;
	color:#c20000;
}
a:hover
{
	color:#000;
}
img.border
{
	border:3px solid #ededed;
}



/**
 * KONSTRUKCJA
 */
#container
{
	width:950px;
	height:598px;
	background:white;
	margin:38px auto 0 auto;
	border:5px solid white;
}
#header
{
	width:950px;
	height:145px;
	background:url('../layout/header.jpg') no-repeat;
	margin-bottom:9px;
}
#footer
{
	width:950px;
	margin:5px auto 30px auto;
}
#pixlab
{
	position:absolute;
	font-size:10px;
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#d1d1d1;
}
#pixlab a:hover
{
	color:#c20000;
}


#logo
{
	width:262px; 
	height:78px; 
	position:absolute; 
	margin:25px 0 0 20px;
}
#content_left
{
	width:519px; 
	height:440px; 
	float:left; 
	display:inline;
}
#content_right
{
	width:425px; 
	float:right; 
	display:inline; 
	border-left:2px solid #c2c2c2; 
	padding-left:4px; 
	color:black;
}
.box
{
	height:134px; 
	background:#f2f2f2;
}
.box img
{
	border:3px solid #e1e1e1; 
	margin:5px 9px 0 5px; 
	float:left; 
	display:inline;
}
.box a:link img, .box a:visited img
{
	border:3px solid #e1e1e1;
}
.box a:hover img
{
	border:3px solid #898989;
}
.box div
{
	font-size:11px; 
	text-align:justify; 
	margin:0 10px 0 1px; 
	line-height:13px;
}
#napisz_do_nas
{
	position:absolute; 
	font-size:10px; 
	margin:20px 0 0 330px;
}

table#linki
{
	font-size:14px; 
	width:100%; 
	text-align:center; 
	margin-top:30px;
}
#linki div
{
	 margin-top:5px; 
	 font-size:11px;
}


/**
 * MENU
 */
#modernbricksmenu2
{
	padding:119px 0 0 0;
	width:100%;
	height:26px;
	border-bottom:5px solid #898989;
	background:transparent;
}
#modernbricksmenu2 ul
{
	margin:0;
	margin-left:40px;
	padding:0;
	list-style:none;
}
#modernbricksmenu2 li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#modernbricksmenu2 a
{
	float:left;
	display:block;
	font:normal 12px Arial;
	color:white;
	text-decoration:none;
	margin:0 1px 0 0;
	padding:5px 10px;
	background-color:black;
	border-bottom:1px solid white;
}
#modernbricksmenu2 a:hover
{
	background-color:#898989;
	color:white;
}
#modernbricksmenu2 #current a
{
	background-color:#898989;
	color:white;
	border-color:#898989;
}
