*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(im/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/* overflow-y: scroll; */
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #069;
}

a:hover {
	/* background-color: #ffc; */
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 1em;
	text-indent: 2em;
	color: #666;
}

p a, ul a {
	font-weight: bold;
	color: #069;
}

p a:hover, ul a:hover {
	border-bottom: 1px #069 dashed;
}

h1 {
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
	margin-bottom: 10px;
	font-size: 22px;
}

h2 {
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
	margin-bottom: 10px;
	color: #999;
	margin-top: -10px;
	font-style: italic;
	font-size: 14px;
}

#container {
	width: 770px;
	margin: 0px auto;
	/* background-color: yellow;	*/
}

#top {
	width: 754px; 
	padding: 4px 8px;
	color: #000;
	text-align: right;
}

#top a {
	padding: 0px 4px;
	text-decoration: none;
}

#top a:hover {
	padding: 2px 4px;
	text-decoration: none;
	background: none;
}

#foot {
	width: 750px; 
	clear: both;
	margin: 10px 10px 0px 10px;
	padding: 8px 0px;
	color: #000;
	text-align: center;
	border-top: solid 2px #f5f5f5;
	border-bottom: solid 2px #f5f5f5;		
}

#cp {
	width: 770px; 
	clear: both;
	margin: 0px 0px 3px 0px;
	padding: 8px 0px;
	color: #000;
	text-align: center;
	font-size: 9px;
}


#foot a {
	padding: 0px 4px;
	text-decoration: none;
}

#foot a:hover {
	padding: 2px 4px;
	text-decoration: none;
	background: none;
} 

#head {
	width: 770px;
	height: 143px;
	background-image: url(im/codesign.jpg);
	margin: 0;
	padding: 0;
}

#menu {
	width: 770px;
	height: 49px;
	background: url(im/m.jpg) top right no-repeat;
}

#menu img, #menu a { 
	border: 0;
}

#c {
	background-image: url(im/white.gif);
	overflow: hidden;
}

#m {
	/* 578px */
	/* width: 538px; */
	width: 506px;
	padding: 20px;
	float: left;  
}

#m ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 1em;
	/*text-indent: 2em;*/
	color: #666;	
}

#m ul li {
	display: block;
	list-style-type: none;
	background: url(im/bul.gif) no-repeat left 7px;
	padding-left: 20px;
}

#m img {
	padding: 3px;
	border: solid 2px #ccc;
}

#m img:hover {
	border: solid 2px #069;
}

#m a:hover {
	border-bottom: none;
}


#b {
	/* width: 152px; */
	width: 184px;
	float: right; 
	margin: 10px; 
	padding: 10px; 
	background-color: #f5f5f5; 
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;	
}

#b p {
	color: #000;
	text-indent: 0;	
}

#b ul {
	border-top: solid 2px #f5f5f5;
}

#b ul li {
	display: block;
	padding: 4px 6px;
	background-color: #ddd;
	border-bottom: solid 2px #f5f5f5;
}

#b ul li:hover {
	background-color: #ffc;
}


.m10 {
	margin-top: 10px;
}

#formularz p {
	text-indent: 0;
}

#formularz input {
	width: 220px;
	padding: 1px 2px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#formularz input.button {
	width: 100px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}


#formularz textarea {
	width: 400px;
	height: 150px;
	padding: 1px 2px;	
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

