@charset "utf-8";
/* CSS Document */
img { border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	background-image:url(img/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#top {
	width:1200px;
	height:370px;
	background-color:#333333;
}

#content {
	float:left; /* positioning */
	width:1200px;
	background-color:#FFF;
}
#menu {
	float:left; /* positioning */
	width:865px;
	font-family:Arial;
	font-size:9px;
	text-align:right;
	font-weight:bold;
	padding:5px;
}
#info {
	float:left;
	width:180px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:10px;
}

#text {
	float:left;
	width:640px;
	padding:18px;
	text-align:justify;
}
#side {
	float:left;
	width:299px;
	font-size:9px;
}
#down {
	float:left;
	width:1200px;
	background-color:#333;
	height:330px;
}
#down_content {
	position:relative;
	left:200px;
	width:680px;
}
#kolorowe {
	position:relative;
	top:300px;
	left:10px;
	width:1180px;
	text-align:right;
}
#cpr {
	float:left;
	text-align:left;
}
#kontakt {
	clear:both;
	width:100%;
}



h1 {
	font-size:22px;
	margin-top:0px;
	font-weight:normal;
}
.item_head {
	font-family:impact;
	font-size:18px;
	color:#FC0;
}
.item_text {
	font-size:10px;
	color:#FFF;
	text-align:justify;
}
.item_hl_text {
	font-size:12px;
	color:#FC0;
	font-weight:bold;
	
}
.red {
	color:#C00;
}
.mlink {
	color:#494949;
	text-decoration:none;
	font-size:11px;
}
.mlink:hover {
	color:#C00;
}
.formy {
	color:#333;
}
	
.formy {
	font-size: 10px;
	color: #333;
	background-color: #E8E8E8;
	border: 1px solid #999;
}
